Author Topic: Java VM help  (Read 722 times)

enjoijeff

  • Member
  • **
  • Posts: 110
  • Kudos: 0
Java VM help
« 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?

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Java VM help
« Reply #1 on: 29 December 2003, 08:18 »
Looks to me like its already installed.

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Java VM help
« Reply #2 on: 29 December 2003, 17:42 »
To install what?
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


enjoijeff

  • Member
  • **
  • Posts: 110
  • Kudos: 0
Java VM help
« Reply #3 on: 30 December 2003, 04:09 »
To a client like Mozilla, Opera, or something

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Java VM help
« Reply #4 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.