Thread: Help.

Results 1 to 3 of 3
  1. #1 Help. 
    Registered Member
    Join Date
    Mar 2014
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    "Cannot find path specified"

    This is the error I get every time I try to compile the source, however this problem does no occur when I compile the Client, the Client compiles perfectly fine which is what I'm confused on.

    @echo off
    Title Compiler
    "C:\Program Files (x86)\Java\jdk\1.7.0.51.1364\bin\javac.exe" *.java
    pause

    That is what I use to compile my source, I have my Enviro Variables set up, I'm unsure as to if they're correct or not, if I followed the guide correctly, they are set up fine.

    "C:\Program Files (x86)\Java\jdk\1.7.0.51.1364\bin\javac.exe" I have that in my Variables, I'm not sure if that's correct or not but anyways.

    Any insight into this issue would be greatly appreciated.

    And yes I'm aware I sound like a complete and utter tool.
    Reply With Quote  
     

  2. #2  
    Super Donator

    Xsj's Avatar
    Join Date
    Jul 2010
    Age
    26
    Posts
    301
    Thanks given
    184
    Thanks received
    64
    Rep Power
    278
    are you able to actually navigate to the one in the compiler? i.e. go through your folders in your C:\ drive to find javac?

    If not then that would be why it is saying it cant find the path
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2014
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Xsj View Post
    are you able to actually navigate to the one in the compiler? i.e. go through your folders in your C:\ drive to find javac?

    If not then that would be why it is saying it cant find the path
    I couldn't do that through C:\ drive and them x86, so I went into the normal program files, found 1.8.0 and I was able to navigate to Javac, but then I was prompted with this :

    javac: file not found: *.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    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 gfx help?
    By Beh3moth2 in forum General
    Replies: 1
    Last Post: 04-03-2007, 11:50 AM
  2. GIMP brush help
    By man777 in forum Tutorials
    Replies: 0
    Last Post: 04-03-2007, 03:11 AM
  3. Need help again
    By Zane in forum Showcase
    Replies: 4
    Last Post: 04-02-2007, 09:11 PM
  4. Need help choosing sig
    By Zane in forum Showcase
    Replies: 7
    Last Post: 04-02-2007, 03:14 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
  •