Thread: Need help about compiling...

Results 1 to 6 of 6
  1. #1 Need help about compiling... 
    Registered Member
    Join Date
    Jul 2016
    Posts
    14
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    hello all
    Im trying to compile my game and it dont work.. can some1 help me ?

    I just edit the compile.bat like this :
    "C:\Programmes\Java\jdk1.8.0_121\bin\javac.exe " -d bin -cp lib/*;src src\com\ruseps\GameServer.java
    pause

    **I used jdk 1.8.0_121**

    can some1 help me with that? what is wrong in this?
    Jemo
    RSPS player and creator
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2016
    Posts
    21
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Jemo53 View Post
    hello all
    Im trying to compile my game and it dont work.. can some1 help me ?

    I just edit the compile.bat like this :
    "C:\Programmes\Java\jdk1.8.0_121\bin\javac.exe " -d bin -cp lib/*;src src\com\ruseps\GameServer.java
    pause

    **I used jdk 1.8.0_121**

    can some1 help me with that? what is wrong in this?
    try this

    Code:
    "C:\Program Files (x86)\Java\jdk1.8.0_121\bin\javac.exe" -d bin -cp lib/*;src src\com\ruseps\GameServer.java
    pause
    or this

    Code:
    "C:\Program Files\Java\jdk1.8.0_121\bin\javac.exe" -d bin -cp lib/*;src src\com\ruseps\GameServer.java
    pause
    or if the location path you have written is correct you have a space after javac.exe " it needs to be javac.exe"

    If this is not your solution then please take a screenshot of what is displayed on your CMD

    Thanks.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2016
    Posts
    14
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Thank for your help i just tried it and it dont work... do you have any other idea?
    Jemo
    RSPS player and creator
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2016
    Posts
    21
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Jemo53 View Post
    Thank for your help i just tried it and it dont work... do you have any other idea?
    No one can help you until you post a screenshot of the problem.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2016
    Posts
    14
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    i will share a picture

    Attached image

    Attached image
    Jemo
    RSPS player and creator
    Reply With Quote  
     

  6. #6  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Use an IDE instead of batch files. They'll make your life so much easier on so many levels.
    An IDE is integrated development environment; Some examples of the tool are IntelliJ, Eclipse (Most suggested for beginners) and Sublime.
    Attached image
    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. Need help with compile!! give rep++
    By Streetwave in forum Help
    Replies: 23
    Last Post: 04-16-2009, 01:42 PM
  2. Need Help with compile error
    By dgoodwin13 in forum Help
    Replies: 10
    Last Post: 02-17-2009, 12:13 AM
  3. Need Help with compile error
    By dgoodwin13 in forum Help
    Replies: 20
    Last Post: 02-16-2009, 08:53 AM
  4. I need help with compiling...
    By Keith in forum Help
    Replies: 10
    Last Post: 01-31-2009, 05:08 AM
  5. need help about duper-s.
    By ip0wns in forum Help
    Replies: 6
    Last Post: 07-26-2008, 12:28 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
  •