This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[need help] ubuntu jpcsp
#15
Here it is:

Code:
wingnux@wingnux-desktop:~$ java -XshowSettings:properties
Property settings:
    awt.toolkit = sun.awt.X11.XToolkit
    file.encoding = UTF-8
    file.encoding.pkg = sun.io
    file.separator = /
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = .
    java.class.version = 51.0
    java.endorsed.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/endorsed
    java.ext.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/ext
        /usr/java/packages/lib/ext
    java.home = /usr/lib/jvm/java-7-oracle/jre
    java.io.tmpdir = /tmp
    java.library.path = /usr/java/packages/lib/amd64
        /usr/lib64
        /lib64
        /lib
        /usr/lib
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.7.0_04-b20
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.7
    java.vendor = Oracle Corporation
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.7.0_04
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.7
    java.vm.vendor = Oracle Corporation
    java.vm.version = 23.0-b21
    line.separator = \n
    os.arch = amd64
    os.name = Linux
    os.version = 3.2.0-23-generic
    path.separator = :                                                                                                            
    sun.arch.data.model = 64                                                                                                      
    sun.boot.class.path = /usr/lib/jvm/java-7-oracle/jre/lib/resources.jar                                                        
        /usr/lib/jvm/java-7-oracle/jre/lib/rt.jar                                                                                  
        /usr/lib/jvm/java-7-oracle/jre/lib/sunrsasign.jar                                                                          
        /usr/lib/jvm/java-7-oracle/jre/lib/jsse.jar
        /usr/lib/jvm/java-7-oracle/jre/lib/jce.jar
        /usr/lib/jvm/java-7-oracle/jre/lib/charsets.jar
        /usr/lib/jvm/java-7-oracle/jre/lib/jfr.jar
        /usr/lib/jvm/java-7-oracle/jre/classes
    sun.boot.library.path = /usr/lib/jvm/java-7-oracle/jre/lib/amd64
    sun.cpu.endian = little
    sun.cpu.isalist =
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = UTF-8
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = US
    user.dir = /home/wingnux
    user.home = /home/wingnux
    user.language = en
    user.name = wingnux
    user.timezone =

Usage: java [-options] class [args...]
           (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.


    -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 | -no-jre-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 with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -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
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
Reply


Messages In This Thread
[need help] ubuntu jpcsp - by zxzero - 05-18-2012, 06:57 PM
RE: [need help] ubuntu jpcsp - by hyakki - 05-18-2012, 08:24 PM
RE: [need help] ubuntu jpcsp - by major.newb - 01-05-2013, 09:05 PM
RE: [need help] ubuntu jpcsp - by hyakki - 01-05-2013, 09:32 PM
RE: [need help] ubuntu jpcsp - by zxzero - 05-18-2012, 08:50 PM
RE: [need help] ubuntu jpcsp - by hyakki - 05-18-2012, 09:13 PM
RE: [need help] ubuntu jpcsp - by zxzero - 05-18-2012, 09:27 PM
RE: [need help] ubuntu jpcsp - by hyakki - 05-18-2012, 09:58 PM
RE: [need help] ubuntu jpcsp - by zxzero - 05-18-2012, 10:19 PM
RE: [need help] ubuntu jpcsp - by hyakki - 05-19-2012, 08:50 AM
RE: [need help] ubuntu jpcsp - by zxzero - 05-19-2012, 11:51 AM
RE: [need help] ubuntu jpcsp - by homam_obidou - 05-19-2012, 05:22 PM
RE: [need help] ubuntu jpcsp - by zxzero - 05-19-2012, 06:30 PM
RE: [need help] ubuntu jpcsp - by homam_obidou - 05-19-2012, 07:26 PM
RE: [need help] ubuntu jpcsp - by wingnux - 06-05-2012, 07:32 AM
RE: [need help] ubuntu jpcsp - by gid15 - 06-05-2012, 10:04 AM
RE: [need help] ubuntu jpcsp - by wingnux - 06-05-2012, 01:32 PM
RE: [need help] ubuntu jpcsp - by gid15 - 06-05-2012, 01:43 PM
RE: [need help] ubuntu jpcsp - by wingnux - 06-05-2012, 02:11 PM
RE: [need help] ubuntu jpcsp - by gid15 - 06-05-2012, 03:12 PM
RE: [need help] ubuntu jpcsp - by wingnux - 06-05-2012, 03:53 PM
RE: [need help] ubuntu jpcsp - by gid15 - 06-05-2012, 04:02 PM
RE: [need help] ubuntu jpcsp - by wingnux - 06-05-2012, 04:18 PM
RE: [need help] ubuntu jpcsp - by gid15 - 06-06-2012, 08:24 AM
RE: [need help] ubuntu jpcsp - by kokusho - 06-06-2012, 08:16 AM
RE: [need help] ubuntu jpcsp - by wingnux - 06-06-2012, 09:42 AM
RE: [need help] ubuntu jpcsp - by gid15 - 06-06-2012, 10:07 AM
RE: [need help] ubuntu jpcsp - by wingnux - 06-06-2012, 10:31 AM
RE: [need help] ubuntu jpcsp - by hyakki - 06-06-2012, 10:51 AM
RE: [need help] ubuntu jpcsp - by wingnux - 06-06-2012, 11:14 AM
RE: [need help] ubuntu jpcsp - by hyakki - 06-06-2012, 11:41 AM
RE: [need help] ubuntu jpcsp - by wingnux - 06-06-2012, 12:54 PM
RE: [need help] ubuntu jpcsp - by gid15 - 06-06-2012, 01:55 PM
RE: [need help] ubuntu jpcsp - by gid15 - 06-06-2012, 12:50 PM
RE: [need help] ubuntu jpcsp - by kokusho - 06-06-2012, 02:17 PM
RE: [need help] ubuntu jpcsp - by kanis27 - 03-10-2013, 05:11 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)