Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #19272
| Newsgroups | comp.lang.java.programmer |
|---|---|
| Date | 2012-10-12 19:36 -0700 |
| References | <185c90a4-992e-46f2-9a65-6242485ab584@googlegroups.com> |
| Message-ID | <6721478c-1d9c-41d5-a015-909fd608dbd3@googlegroups.com> (permalink) |
| Subject | Re: Extreme beginer |
| From | K <kalezwe@gmail.com> |
this is what appeared at the bottom of the screen in the console tab
Usage: javaw [-options] class [args...]
(to execute a class)
or javaw [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-server to select the "server" VM
-hotspot is a synonym for the "server" VM [deprecated]
The default VM is server.
-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
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -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
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see java.lang.instrument
-splash:<imagepath>
show splash screen with specified image
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Extreme beginer K <kalezwe@gmail.com> - 2012-10-10 20:10 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-10 20:20 -0700
Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-11 00:07 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-12 19:37 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-12 19:36 -0700
Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-12 22:37 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 12:18 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-13 12:44 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 14:30 -0700
Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-13 13:09 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 14:31 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-13 08:54 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-13 09:02 -0700
csiph-web