Thread: compiler issues

Results 1 to 10 of 10
  1. #1 compiler issues 
    Registered Member
    Join Date
    Sep 2016
    Posts
    14
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    im trying to get back into coding its been a few years but i have jdk and i have the correct path in my compiler but it still says cannot find the path ..... i need some help guys here is my compiler codes
    Code:
    @echo off
    COLOR 02
    title Runescape Private Server Compiler- Pwn0r
    "C:\Program Files(x86)\Java\jdk18.0_121\bin\javac.exe" -cp . *.java
    pause
    also if this helps my javac.exe isnt working will be willing to use teamviewer pm me or reply please will rep and thank
    Reply With Quote  
     

  2. #2  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Ew. Use an IDE.
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member Zoro's Avatar
    Join Date
    Sep 2014
    Posts
    203
    Thanks given
    29
    Thanks received
    42
    Rep Power
    48
    Just use eclipse xd
    Attached image
    Attached image
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2016
    Age
    55
    Posts
    1,137
    Thanks given
    565
    Thanks received
    600
    Rep Power
    0
    Quote Originally Posted by ipkalldaylol View Post
    im trying to get back into coding its been a few years but i have jdk and i have the correct path in my compiler but it still says cannot find the path ..... i need some help guys here is my compiler codes
    Code:
    @echo off
    COLOR 02
    title Runescape Private Server Compiler- Pwn0r
    "C:\Program Files(x86)\Java\jdk18.0_121\bin\javac.exe" -cp . *.java
    pause
    also if this helps my javac.exe isnt working will be willing to use teamviewer pm me or reply please will rep and thank
    If your trying to get back into coding maybe start by learning how to run a damn compiler, if the path isn't found it's not right.
    Reply With Quote  
     

  5. #5  
    Registered Member de Lirim's Avatar
    Join Date
    Dec 2016
    Posts
    98
    Thanks given
    2
    Thanks received
    18
    Rep Power
    14
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Sep 2016
    Posts
    14
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    ok so maybe the game has changed its been since 2012 ..... im working on a cleaned pi with galkons client and could really use some help with the compiler .. never used eclipse dont plan on it

    bump..
    Reply With Quote  
     

  7. #7  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Can you copy the command print out when trying to compile?


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  8. #8  
    Blurite

    Corey's Avatar
    Join Date
    Feb 2012
    Age
    26
    Posts
    1,491
    Thanks given
    1,245
    Thanks received
    1,729
    Rep Power
    5000
    Quote Originally Posted by ipkalldaylol View Post
    ok so maybe the game has changed its been since 2012 ..... im working on a cleaned pi with galkons client and could really use some help with the compiler .. never used eclipse dont plan on it

    bump..
    You won't get anywhere if you "don't plan on using eclipse".
    Attached image
    Reply With Quote  
     

  9. #9  
    Why you reading this?

    LoveandPower's Avatar
    Join Date
    Sep 2010
    Posts
    2,166
    Thanks given
    907
    Thanks received
    288
    Rep Power
    390
    Uh stupid question...do you have jdk for 64bit or 32 bit ?
    Spoiler for sig too large:


    Reply With Quote  
     

  10. #10  
    Registered Member Farage's Avatar
    Join Date
    Jan 2017
    Posts
    252
    Thanks given
    24
    Thanks received
    22
    Rep Power
    0
    Quote Originally Posted by ipkalldaylol View Post
    im trying to get back into coding its been a few years but i have jdk and i have the correct path in my compiler but it still says cannot find the path ..... i need some help guys here is my compiler codes
    Code:
    @echo off
    COLOR 02
    title Runescape Private Server Compiler- Pwn0r
    "C:\Program Files(x86)\Java\jdk18.0_121\bin\javac.exe" -cp . *.java
    pause
    also if this helps my javac.exe isnt working will be willing to use teamviewer pm me or reply please will rep and thank
    Hey!
    I see the problem with your compiler, here is the correct code
    Code:
    COLOR 02
    title Runescape Private Server Compiler- Pwn0r // Modified by S C A P E
    "C:\Program Files(x86)\Java\jdk1.8.0_121\bin\javac.exe" -cp . *.java
    pause
    it is most efficient though if you use an IDE like Eclipse or Netbeans but it does come down to personal preference

    Happy Coding!
    - S C A P E (Oscar)
    Have a nice day!
    Иди в пизду!
    Bonne journée!
    Einen schönen Tag noch!
    Hezký den!
    祝你今天愉快!
    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. Compiler issues...
    By Noosy in forum Help
    Replies: 2
    Last Post: 10-25-2009, 04:07 PM
  2. compiler issue help please
    By Ztink in forum Help
    Replies: 1
    Last Post: 08-14-2009, 06:12 AM
  3. [525] Jframe Compiler issue
    By White. in forum Help
    Replies: 6
    Last Post: 04-26-2009, 05:25 PM
  4. Replies: 4
    Last Post: 03-22-2009, 09:20 PM
  5. Client Compile Issues
    By -Rave King- in forum Help
    Replies: 2
    Last Post: 02-08-2009, 09:31 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
  •