Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: enjoijeff on 29 December 2003, 07:55

Title: Java VM help
Post by: enjoijeff on 29 December 2003, 07:55
>>>>>>>>>>>> java -client
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -client       to select the "client" VM
    -server       to select the "server" VM
    -hotspot      is a synonym for the "client" VM  [deprecated]
                  The default VM is client.

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -showversion  print product version and continue
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions

What do I do with this if I wanted to Install it?
Title: Java VM help
Post by: Kintaro on 29 December 2003, 08:18
Looks to me like its already installed.
Title: Java VM help
Post by: flap on 29 December 2003, 17:42
To install what?
Title: Java VM help
Post by: enjoijeff on 30 December 2003, 04:09
To a client like Mozilla, Opera, or something
Title: Java VM help
Post by: Kintaro on 30 December 2003, 04:18
There is a plugin file in the Java Directory somewhere, copy that to /usr/local/mozilla-1.5/plugins or whereever you have mozilla installed.