Thread: My Compiler HATES ME

Results 1 to 8 of 8
  1. #1 My Compiler HATES ME 
    Registered Member CookieTM's Avatar
    Join Date
    Jan 2009
    Posts
    68
    Thanks given
    0
    Thanks received
    0
    Rep Power
    3
    I try a new one and try again always same problem

    Can not find specified path
    OR
    You do not have java

    Some one send me one or help me?

    Im using hatescape 2.5
    I have JDK 6u14
    and
    JRE 6u14
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2008
    Posts
    492
    Thanks given
    1
    Thanks received
    8
    Rep Power
    10
    right click hit edit and change the version of java its looking for....
    Reply With Quote  
     

  3. #3  
    Registered Member CookieTM's Avatar
    Join Date
    Jan 2009
    Posts
    68
    Thanks given
    0
    Thanks received
    0
    Rep Power
    3
    Quote Originally Posted by dont frunt View Post
    right click hit edit and change the version of java its looking for....
    I did I changed it to my version now it cant find specified path
    Reply With Quote  
     

  4. #4  
    Registered Member
    Defcon's Avatar
    Join Date
    May 2009
    Posts
    285
    Thanks given
    3
    Thanks received
    5
    Rep Power
    103
    It's not the compiler your class paths aren't defined for Java.



    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2009
    Age
    29
    Posts
    119
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I did set the classpath correctly you can ether download java fixer by bakatool for easy or you can try this tutorial http://www.rune-server.org/showthread.php?t=139774




    Loading npcs... drops... spawn list...nulls...crash...done!
    Is this a joke?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Coder Alex's Avatar
    Join Date
    Apr 2009
    Age
    30
    Posts
    1,755
    Thanks given
    86
    Thanks received
    83
    Rep Power
    231
    Send your comiler here (right click -> edit, and copy whole code)
    My english skills back in the days.
    Quote Originally Posted by Coder Alex
    Well, if it's gooded decent, it's good.
    Reply With Quote  
     

  7. #7  
    Registered Member Queer's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    781
    Thanks given
    210
    Thanks received
    33
    Rep Power
    33
    Well, i use this...and it works fine.

    Code:
    @echo off
    @TITLE Compile
    if exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    :end
    echo Finished!
    pause
    exit
    Just paste in notepad and save as compiler.bat then put in folder and there you go.
    Reply With Quote  
     

  8. #8  
    Log out, please.

    Georgio's Avatar
    Join Date
    Apr 2009
    Posts
    1,430
    Thanks given
    212
    Thanks received
    50
    Rep Power
    1585
    try the thing th "lingo" sended or else use
    this ;
    Code:
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_14\bin\javac.exe" *.java
    pause
    OR ELSE change ur variables there are some tuts i can help half since i can't speak so good english
    right follow steps..
    1. Right click on desktop then click "options"
    then u see thisIMG]http://i44.tinypic.com/ofsqok.jpg[/IMG]
    click the red Tab
    click tht and usee variables or somthing click tht and then u got list of things
    u see path right? click tht n edit chanege the name to Path and variable to
    Code:
    %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    k u finnished 1 now last one
    click pathext and edit
    Change name to PATHEXT and variable to
    Code:
    .COM;.EXE;.BAT;.CMD;.VBS;.VBE;****;****E;.WSF;.WSH
    k ur done those are the options i can't help more i hope i helped

    sorry for bad English ,
    Georgio
    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
  •