Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33093 Details for
Bug 53664
proper startup file for openjnlp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
startup script
openjnlp (text/plain), 922 bytes, created by
Matze Braun
on 2004-06-11 11:01:14 UTC
(
hide
)
Description:
startup script
Filename:
MIME Type:
Creator:
Matze Braun
Created:
2004-06-11 11:01:14 UTC
Size:
922 bytes
patch
obsolete
>#!/bin/sh > ># Copyright (c) 2001-2003 The Apache Software Foundation. All rights ># reserved. ># Edited for Gentoo Linux ># $Header: /home/cvsroot/gentoo-x86/dev-java/ant/files/1.6.1/ant,v 1.4 2004/03/17 04:23:34 zx Exp $ > >if [ -f $HOME/.gentoo/java-env ] ; then > source $HOME/.gentoo/java-env >else > JAVA_HOME=`java-config --jdk-home` > CLASSPATH=`java-config --classpath`:${CLASSPATH} >fi > >if [ -z $JAVA_HOME ] ; then > echo "Error: No JDK found!" > echo "Try using java-config script to set your JDK" > echo "Remember that you need a JDK not a JRE" > exit 1 >fi > >JAVACMD="`java-config --java`" > >if [ ! -x "$JAVACMD" ] ; then > echo "Error: JAVA_HOME is not defined correctly." > echo " We cannot execute $JAVACMD" > exit 1 >fi > >LOCALCLASSPATH="$CLASSPATH:`java-config --classpath=openjnlp`" > >"$JAVACMD" -classpath "$LOCALCLASSPATH" org.nanode.app.OpenJNLP "$@" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 53664
:
33092
| 33093