Thread: Help with paths and some other stuff.

Results 1 to 3 of 3
  1. #1 Help with paths and some other stuff. 
    Registered Member
    Join Date
    Jan 2009
    Posts
    132
    Thanks given
    1
    Thanks received
    3
    Rep Power
    1
    The server itself is through out bin and build folders. Compiler and runserver is in bin folder

    Compiler being

    Code:
    @echo off
    title compile
    cd ../src
    echo Compiling net/com/codeusa/Engine.java
    "C:\Program Files\Java\jdk1.6.0_04\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/Engine.java
    pause
    Code:
    Compiling net/com/codeusa/Engine.java
    The system cannot find the path specified.
    Press any key to continue . . .
    Variables

    CLASSPATH - Files\Java\jdk1.6.0_02\bin;%CLASSPATH%;
    PATH - C:\Program Files\Java\jdk1.6.0_02\bin

    Bare with me, last time I even looked at a piece of Java code was like 2-3 years ago and remember 0.
    Lulz my old forum account was deleted.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    The system
    Theres your first clue.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2009
    Posts
    132
    Thanks given
    1
    Thanks received
    3
    Rep Power
    1
    Quote Originally Posted by Java` View Post
    Theres your first clue.
    I'm guessing system variables, which when I edited with the jre versions and everything, still didn't help.
    Lulz my old forum account was deleted.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •