Thread: I can't run my server i have the java HELP PLEASE!

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 I can't run my server i have the java HELP PLEASE! 
    RuneSoul Developer
    'Brad's Avatar
    Join Date
    Jun 2008
    Age
    27
    Posts
    577
    Thanks given
    17
    Thanks received
    13
    Discord
    View profile
    Rep Power
    0
    I have all the java's i just don't know what to do can someone give me theres with the latest jdk or java?


    Thats mine:

    @echo off
    title InnovationX
    java -Xmx800m -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.Server
    pause
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jul 2011
    Posts
    699
    Thanks given
    191
    Thanks received
    125
    Rep Power
    184
    You just can't run it? have you tried editing the run.bat?

    Example:

    @echo off
    title InnovationX
    "C:\Program Files (x86)\Java\jdk1.6.0_22\bin\javac.exe" -Xmx800m -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.Server
    pause

    if you don't have a 64 bit system remove the (x86)
    replace the jdk1.6.0_22 with your java jdk version.

    you can find your version here:

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    RuneSoul Developer
    'Brad's Avatar
    Join Date
    Jun 2008
    Age
    27
    Posts
    577
    Thanks given
    17
    Thanks received
    13
    Discord
    View profile
    Rep Power
    0
    Still dont work ffs, Why dont it work i put mine in witch is java version 1.6.0_30
    Reply With Quote  
     

  4. #4  
    Motor Mechanic Tech
    shabba 56's Avatar
    Join Date
    Aug 2010
    Posts
    440
    Thanks given
    70
    Thanks received
    53
    Rep Power
    27
    is ur computer a 32bit or 64bit they have different run's e.g

    Code:
    @echo off
    title InnovationX
    "C:\Program Files (x86)\Java\jdk1.6.0_30\bin\javac.exe" -Xmx800m -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.Server
    pause
    = 64bit

    Code:
    @echo off
    title InnovationX
    "C:\Program Files\Java\jdk1.6.0_30\bin\javac.exe" -Xmx800m -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.Server
    pause
    = 32bit

    also the server run might use jre not jdk


    Quote Originally Posted by SS_Alophonse View Post
    how do i run it with eclips ?


    [SPOIL]
    Originally Posted by I r Tom
    you fail harder then fat kids on bikes.
    [/SPOIL]
    Reply With Quote  
     

  5. #5  
    RuneSoul Developer
    'Brad's Avatar
    Join Date
    Jun 2008
    Age
    27
    Posts
    577
    Thanks given
    17
    Thanks received
    13
    Discord
    View profile
    Rep Power
    0
    Quote Originally Posted by shabba 56 View Post
    is ur computer a 32bit or 64bit they have different run's e.g

    Code:
    @echo off
    title InnovationX
    "C:\Program Files (x86)\Java\jdk1.6.0_30\bin\javac.exe" -Xmx800m -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.Server
    pause
    = 64bit

    Code:
    @echo off
    title InnovationX
    "C:\Program Files\Java\jdk1.6.0_30\bin\javac.exe" -Xmx800m -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.Server
    pause
    = 32bit

    also the server run might use jre not jdk
    That still don't work :/ What do i do .
    Reply With Quote  
     

  6. #6  
    Member Market Banned Market Banned

    thesharp's Avatar
    Join Date
    Dec 2010
    Age
    29
    Posts
    1,120
    Thanks given
    311
    Thanks received
    140
    Rep Power
    312
    at least tell us what error it gives...

    A possible solution would be to run it via a IDE.
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  7. #7  
    RuneSoul Developer
    'Brad's Avatar
    Join Date
    Jun 2008
    Age
    27
    Posts
    577
    Thanks given
    17
    Thanks received
    13
    Discord
    View profile
    Rep Power
    0
    Says the same thing for the client and the server and compiler :/ Someone please help thanks!

    Reply With Quote  
     

  8. #8  
    RuneSoul Developer
    'Brad's Avatar
    Join Date
    Jun 2008
    Age
    27
    Posts
    577
    Thanks given
    17
    Thanks received
    13
    Discord
    View profile
    Rep Power
    0
    Says the same thing for the client and the server and compiler :/ Someone please help thanks!
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Dec 2010
    Age
    29
    Posts
    603
    Thanks given
    96
    Thanks received
    43
    Rep Power
    59
    your error is simple it cannot find the path to your java so either your variables are not set correctly or you do not have the correct java on your cpu
    Reply With Quote  
     

  10. #10  
    RuneSoul Developer
    'Brad's Avatar
    Join Date
    Jun 2008
    Age
    27
    Posts
    577
    Thanks given
    17
    Thanks received
    13
    Discord
    View profile
    Rep Power
    0
    Yeah so what do i do cant you tell me what to do please.
    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. Java Installation to run my server
    By Dunhel in forum Help
    Replies: 9
    Last Post: 04-27-2012, 12:27 PM
  2. Run server batch help 'java'
    By pk crazy in forum Help
    Replies: 3
    Last Post: 11-05-2010, 12:42 AM
  3. Replies: 1
    Last Post: 06-23-2010, 02:13 PM
  4. Java Error When I Run My Server.
    By iDub in forum Requests
    Replies: 2
    Last Post: 08-25-2009, 07:36 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
  •