Thread: Compiler issues please help

Results 1 to 8 of 8
  1. #1 Compiler issues please help 
    Registered Member
    Join Date
    Apr 2012
    Posts
    62
    Thanks given
    2
    Thanks received
    2
    Rep Power
    10
    When I compile my source I get this issue please help any suggestions?

    It says this:

    javac: file not found: src\server\event\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Ambience 639

    Join Date
    Dec 2009
    Posts
    191
    Thanks given
    30
    Thanks received
    17
    Rep Power
    9
    Can I see your compiler?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2013
    Posts
    66
    Thanks given
    12
    Thanks received
    5
    Rep Power
    55
    Quote Originally Posted by Roflmaodude1 View Post
    Can I see your compiler?
    You don't need to, the error is obvious. There's no such thing as a .java file in the stated directory. Make sure you're using an IDE rather then a compiler so all your packages are right.
    Reply With Quote  
     

  4. #4  
    Ambience 639

    Join Date
    Dec 2009
    Posts
    191
    Thanks given
    30
    Thanks received
    17
    Rep Power
    9
    Quote Originally Posted by Neri View Post
    You don't need to, the error is obvious. There's no such thing as a .java file in the stated directory. Make sure you're using an IDE rather then a compiler so all your packages are right.
    I asked to see the compiler to tell him how to fix the code without using an IDE. I know I hate using IDE's when it comes to servers, so maybe he wasn't looking to use one? Quite honestly if I had to use an IDE I'd never use it for a large project, although it could simplify using custom libraries for some.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Oct 2013
    Age
    25
    Posts
    685
    Thanks given
    15
    Thanks received
    68
    Rep Power
    0
    Quote Originally Posted by Roflmaodude1 View Post
    I asked to see the compiler to tell him how to fix the code without using an IDE. I know I hate using IDE's when it comes to servers, so maybe he wasn't looking to use one? Quite honestly if I had to use an IDE I'd never use it for a large project, although it could simplify using custom libraries for some.
    LOL What?

    You still do not need the IDE all you need to do is remove that directory and add the correct directory.
    Reply With Quote  
     

  6. #6  
    Ambience 639

    Join Date
    Dec 2009
    Posts
    191
    Thanks given
    30
    Thanks received
    17
    Rep Power
    9
    Quote Originally Posted by Dri Comics View Post
    LOL What?

    You still do not need the IDE all you need to do is remove that directory and add the correct directory.
    What you said is what I was trying to say, you just succeeded at doing it lol.
    Reply With Quote  
     

  7. #7  
    Castle Revolution Developer

    Join Date
    Apr 2012
    Posts
    155
    Thanks given
    4
    Thanks received
    10
    Rep Power
    11
    Stop arguing and help this guy.
    I got this error and changing it from a \ to a / worked.
    Try replacing all the \s with /s

    Join the Revolution
    Reply With Quote  
     

  8. #8  
    Registered Member Arth's Avatar
    Join Date
    May 2011
    Posts
    751
    Thanks given
    29
    Thanks received
    39
    Rep Power
    9
    The solution to all your problems...
    Eclipse Downloads
    Spoiler for Dont Click Me!:
    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. Compiling issue - Please help
    By ¤~W.I.L.L~¤ in forum Help
    Replies: 0
    Last Post: 11-30-2012, 06:47 PM
  2. Compiler error (please help)
    By Mason H in forum Help
    Replies: 3
    Last Post: 06-14-2009, 11:25 PM
  3. [508] Compile Error Please Help.
    By Chintzy in forum Help
    Replies: 8
    Last Post: 03-22-2009, 02:21 AM
  4. 12 compile errors please help
    By puresdeath in forum Help
    Replies: 7
    Last Post: 10-25-2008, 12:50 AM
  5. webclient issues[PLEASE HELP ME]
    By Spoonkitty in forum RS2 Client
    Replies: 5
    Last Post: 08-15-2007, 11:29 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
  •