
Jack charles
-
Posts
2 -
Joined
-
Last visited
Jack charles's Achievements

Dirt (1/9)
0
Reputation
-
load Java programming language agent, see java.lang.instrument
-splash:
show splash screen with specified image
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
logout
[Process completed]
-
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:[=]
load native agent library by full pathname
-javaagent:[=]
-
disable assertions with specified granularity
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:[=]
load native agent library , e.g. -agentlib:hprof
-
include/exclude user private JREs in the version search -? -help print this helpmessage
-X print help on non-standard options
-ea[:...|:]
-enableassertions[:...|:]
enable assertions with specified granularity
-da[:...|:]
-disableassertions[:...|:]
-
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -no-jre-restrict-search
-
-cp
-classpath
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
-
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-d32 use a 32-bit data model if available
-d64 use a 64-bit data model if available
-server to select the "server" VM
The default VM is server,
because you are running on a server-class machine.
-
can u help me when ever i try to log in on technic launcher the window closes and on exec it comes up with this:
Last login: Tue Jul 24 14:31:26 on ttys000
unknown-00-26-bb-1d-1b-09:~ jack-charles$ /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java ; exit;
Usage: java [-options] class [args...]