Thread: Client Compiler Issues

Results 1 to 5 of 5
  1. #1 Client Compiler Issues 
    Registered Member
    Join Date
    Feb 2015
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    My client compiler keeps saying...
    Compiling...
    javac: file not found: *.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    I checked all my PATH and CLASSPATH variables and they seem okay. My compiler is set to the right path to javac.exe. I'm not sure what it is.
    Reply With Quote  
     

  2. #2  
    Registered Member Nicholas's Avatar
    Join Date
    May 2011
    Posts
    416
    Thanks given
    160
    Thanks received
    65
    Rep Power
    37
    The path to your source files are wrong, post your compiler and packaging
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2015
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    My compiler is...
    @echo off
    COLOR B
    TITLE Compiler
    ECHO Compiling...
    "C:\Program Files (x86)\Java\jdk1.8.0_31\bin\javac.exe" *.java
    pause
    I am using Project Insanity Package


    I'm trying to learn how to code so I am creating a Project to learn from while learning with Eclipse.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2015
    Posts
    24
    Thanks given
    2
    Thanks received
    2
    Rep Power
    10
    just use eclipse much easier
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Feb 2015
    Posts
    24
    Thanks given
    2
    Thanks received
    2
    Rep Power
    10
    Quote Originally Posted by kevdoogg98 View Post
    My compiler is...


    I am using Project Insanity Package


    I'm trying to learn how to code so I am creating a Project to learn from while learning with Eclipse.
    i can help you run it with eclipse pm me if u need help
    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. Flamables 530 HD Client compile Issue.
    By Archive in forum Help
    Replies: 0
    Last Post: 12-13-2013, 04:57 AM
  2. Server/client compiler issues
    By Drewski in forum Help
    Replies: 7
    Last Post: 11-12-2012, 09:44 PM
  3. Compiler and client.java issue
    By Mythic in forum Help
    Replies: 6
    Last Post: 08-18-2011, 02:48 PM
  4. Client Compile Issues
    By -Rave King- in forum Help
    Replies: 2
    Last Post: 02-08-2009, 09:31 AM
  5. New all in 1 client compiler!
    By $Pablo$ in forum Tutorials
    Replies: 28
    Last Post: 12-16-2007, 12:17 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
  •