Thread: eclipse for 634 rsps

Results 1 to 3 of 3
  1. #1 eclipse for 634 rsps 
    Registered Member
    Join Date
    Jan 2011
    Posts
    161
    Thanks given
    0
    Thanks received
    2
    Rep Power
    1
    hello im and using eclipse for my 634.

    i have my java project folder but i click run as and i have to configs what are my java varibles apparently it something like "xm1200" and "-Xms500"

    Can any one tel me what the varibles are for:

    Client for 634

    source/server for 634

    thanks
    Truepk

    what do i do?

    • I code 562 and 614's
    • while manging and updating my current 614
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2011
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I think it has to do with how much RAM is being used or something like that.
    Reply With Quote  
     

  3. #3  
    Registered Member M4ntach's Avatar
    Join Date
    Nov 2010
    Posts
    352
    Thanks given
    127
    Thanks received
    19
    Rep Power
    23
    Code:
        -Xms<size>        set initial Java heap size
        -Xmx<size>        set maximum Java heap size
    
    The -X options are non-standard and subject to change without notice.
    Quoted from my JREs bin folder, go into the server or client folder inside [your-jre]/bin/ and look at Xusage.txt.

    Like he said ^ it is just determining any non-standard amount of physical memory to allow the JRE to use. For some clients and servers, this is necessary to avoid a crash, I think RS2HD is one of them

    Full Xusage.txt file:
    Spoiler for Xusage.txt:

    Code:
        -Xmixed           mixed mode execution (default)
        -Xint             interpreted mode execution only
        -Xbootclasspath:<directories and zip/jar files separated by ;>
                          set search path for bootstrap classes and resources
        -Xbootclasspath/a:<directories and zip/jar files separated by ;>
                          append to end of bootstrap class path
        -Xbootclasspath/p:<directories and zip/jar files separated by ;>
                          prepend in front of bootstrap class path
        -Xnoclassgc       disable class garbage collection
        -Xincgc           enable incremental garbage collection
        -Xloggc:<file>    log GC status to a file with time stamps
        -Xbatch           disable background compilation
        -Xms<size>        set initial Java heap size
        -Xmx<size>        set maximum Java heap size
        -Xss<size>        set java thread stack size
        -Xprof            output cpu profiling data
        -Xfuture          enable strictest checks, anticipating future default
        -Xrs              reduce use of OS signals by Java/VM (see documentation)
        -Xcheck:jni       perform additional checks for JNI functions
        -Xshare:off	      do not attempt to use shared class data
        -Xshare:auto      use shared class data if possible (default)
        -Xshare:on	      require using shared class data, otherwise fail.
    
    The -X options are non-standard and subject to change without notice.
    Sir Tom has made 13 Projects so far.
    Each and every one failed with the same NIO based and cancelled within a week
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 6
    Last Post: 08-19-2010, 06:50 PM
  2. Replies: 18
    Last Post: 09-21-2009, 01:35 AM
  3. Replies: 4
    Last Post: 03-29-2009, 09:13 PM
  4. Eclipse splashscreen loads then Eclipse closes
    By wizzyt21 in forum Application Development
    Replies: 0
    Last Post: 01-04-2009, 03:02 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •