Thread: Just starting off

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Just starting off 
    Registered Member
    Join Date
    Jun 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm finally back to rsps after like years, and i forgot everything, i used enrisep source for the project i am going to work on, but i can't get past this... alm:

    Screenshot by Lightshot
    Reply With Quote  
     

  2. #2  
    Myre


    Join Date
    Apr 2012
    Age
    26
    Posts
    1,519
    Thanks given
    407
    Thanks received
    367
    Rep Power
    475
    Post code for your Run.bat please
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by iRize View Post
    Post code for your Run.bat please
    @echo off
    title Enrisep-Rsps is waiting you.
    java -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar;-server -XX:+AggressiveHeap -XX:MaxHeapFreeRatio=90 -XX:MinHeapFreeRatio=90 -XX:+DisableExplicitGC -XX:+RelaxAccessControlCheck -XX:+UseParallelGC -XX:CompileThreshold=1 -XX:ThreadStackSize=128 server.Server
    pause
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Jul 2009
    Posts
    1,875
    Thanks given
    119
    Thanks received
    233
    Rep Power
    408
    update your java, its from someone compiling it with a newer JDK than you have.
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Mar 2011
    Posts
    2,350
    Thanks given
    1,193
    Thanks received
    824
    Rep Power
    856
    Quote Originally Posted by sylas View Post
    update your java, its from someone compiling it with a newer JDK than you have.
    or just compile using his java version.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    So far i've done this

    1. downloaded the newest version of Java JDK so my java files look like this

    Screenshot by Lightshot

    2. i have compiled and tried to run it, but now it gives me this

    Screenshot by Lightshot
    Reply With Quote  
     

  7. #7  
    Myre


    Join Date
    Apr 2012
    Age
    26
    Posts
    1,519
    Thanks given
    407
    Thanks received
    367
    Rep Power
    475
    Quote Originally Posted by expozee View Post
    So far i've done this

    1. downloaded the newest version of Java JDK so my java files look like this

    Screenshot by Lightshot

    2. i have compiled and tried to run it, but now it gives me this

    Screenshot by Lightshot
    @echo off
    title Enrisep-Rsps is waiting you.
    "C:\Program Files\Java\Jdk.1.7.0_45\bin\java.exe" -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar;-server -XX:+AggressiveHeap -XX:MaxHeapFreeRatio=90 -XX:MinHeapFreeRatio=90 -XX:+DisableExplicitGC -XX:+RelaxAccessControlCheck -XX:+UseParallelGC -XX:CompileThreshold=1 -XX:ThreadStackSize=128 server.Server
    pause

    or

    @echo off
    title Enrisep-Rsps is waiting you.
    "C:\Program Files (x86)\Java\Jdk.1.7.0_45\bin\java.exe" -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar;-server -XX:+AggressiveHeap -XX:MaxHeapFreeRatio=90 -XX:MinHeapFreeRatio=90 -XX:+DisableExplicitGC -XX:+RelaxAccessControlCheck -XX:+UseParallelGC -XX:CompileThreshold=1 -XX:ThreadStackSize=128 server.Server
    pause
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jun 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by iRize View Post
    @echo off
    title Enrisep-Rsps is waiting you.
    "C:\Program Files\Java\Jdk.1.7.0_45\bin\java.exe" -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar;-server -XX:+AggressiveHeap -XX:MaxHeapFreeRatio=90 -XX:MinHeapFreeRatio=90 -XX:+DisableExplicitGC -XX:+RelaxAccessControlCheck -XX:+UseParallelGC -XX:CompileThreshold=1 -XX:ThreadStackSize=128 server.Server
    pause

    or

    @echo off
    title Enrisep-Rsps is waiting you.
    "C:\Program Files (x86)\Java\Jdk.1.7.0_45\bin\java.exe" -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar;-server -XX:+AggressiveHeap -XX:MaxHeapFreeRatio=90 -XX:MinHeapFreeRatio=90 -XX:+DisableExplicitGC -XX:+RelaxAccessControlCheck -XX:+UseParallelGC -XX:CompileThreshold=1 -XX:ThreadStackSize=128 server.Server
    pause
    it gives this now
    Screenshot by Lightshot
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jan 2013
    Posts
    145
    Thanks given
    9
    Thanks received
    11
    Rep Power
    42
    Quote Originally Posted by expozee View Post
    it gives this now
    Screenshot by Lightshot
    Find your java files, go to computer - program files (may be programfiles x86) go in java folder, and you will see JDK.(what ever number you have) replaces those numbers with the one in the run.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jun 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Chilly View Post
    Find your java files, go to computer - program files (may be programfiles x86) go in java folder, and you will see JDK.(what ever number you have) replaces those numbers with the one in the run.
    i did
    Screenshot by Lightshot
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. How did you start off?
    By Ventrix in forum Chat
    Replies: 16
    Last Post: 06-17-2009, 07:41 AM
  2. Starting off.
    By strongbow in forum Help
    Replies: 0
    Last Post: 06-11-2009, 09:32 PM
  3. Pkers Dream- Pkers it just Started.
    By pvp pker in forum Projects
    Replies: 8
    Last Post: 05-12-2009, 07:31 PM
  4. Starting off.
    By Elysian2 in forum Help
    Replies: 9
    Last Post: 02-17-2009, 01:07 AM
  5. Just started? Want a boost?
    By Barrage Time in forum PC
    Replies: 19
    Last Post: 02-06-2009, 11:54 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •