Lines Matching full:java
0 Java(tm) Binary Kernel Support for Linux v1.03
5 support of Java Binaries in the OS, Linux is doing it!
7 You can execute Java applications and Java Applets just like any
10 1) You MUST FIRST install the Java Developers Kit for Linux.
11 The Java on Linux HOWTO gives the details on getting and
14 ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/Java-HOWTO
17 variable to use Java applications that make use of any
31 support for Java applications::
33 ':Java:M::\xca\xfe\xba\xbe::/usr/local/bin/javawrapper:'
39 support for Java Applets::
55 For the compiled Java programs you need a wrapper script like the
56 following (this is because Java is broken in case of the filename
74 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java
158 /usr/bin/java $FQCLASS "$@"
166 * Extracts the class name from a Java class file; intended for use in a Java
191 /* From Sun's Java VM Specification, as tag entries in the constant pool. */
370 # /usr/local/java/bin/jarwrapper - the wrapper for binfmt_misc/jar
372 java -jar $1
378 To add a Java program to your path best put a symbolic link to the main
384 To test your new setup, enter in the following simple Java app, and name
385 it "HelloWorld.java":
387 .. code-block:: java
397 javac HelloWorld.java
408 To execute Java Jar files, simple chmod the ``*.jar`` files to include
414 To execute Java Applets, simple chmod the ``*.html`` files to include