Thread: Java Error when Loading client.

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Java Error when Loading client. 
    JC Spec
    Guest
    It has been forever since I've had to fix this. Whenever I load this client I get the error - 'java' is not recognized as an internal or external command, operable program, or batch file. How do I fix this? I don't remember.
     

  2. #2  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    Download jdk
     

  3. #3  
    JC Spec
    Guest
    Thanks! For a second, I had the error again. Its cause I forgot to fully install it.
     

  4. #4  
    JC Spec
    Guest
    Well, I just fully installed, and it didn't work. I still get the error. Here's the run.bat. Is something wrong with it?

    Code:
    @echo off
    java -Xmx500m -cp .;Theme.jar Gui
    Pause
     

  5. #5  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    Now you have to set your classpaths
     

  6. #6  
    JC Spec
    Guest
    Ugh, I forgot I didn't have them set >_>. Can you post them here? Or like, link me to a guide? I'll search too. I would get the stuff from MoparScape, but I'm banned. (AGAIN! )
     

  7. #7  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    [Only registered and activated users can see links. ]
     

  8. #8  
    JC Spec
    Guest
    Ugh... Still didn't work >_> Its probably the paths in that Tutorial are wrong >_>
     

  9. #9  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    You have to set the paths to your jdk version....
     

  10. #10  
    F*ck the rest join the best, WoR

    sigex's Avatar
    Join Date
    Mar 2008
    Age
    31
    Posts
    2,088
    Thanks given
    122
    Thanks received
    146
    Rep Power
    690
    Quote Originally Posted by Core View Post
    Download jdk
    Core I think you need to go wiki what JDK is. JDK is the Java development kit. JRE is the Java Runtime Environment. If it can't find "Java" witch is a system variable. That means you do not have JRE installed go to [Only registered and activated users can see links. ] and download java (jre) it's free once in stall the installer for JRE will put that variable "java" on your computer. This is just a path like "c:\program files\java\" so the variable is assigned to the path of your java.exe application.


    The wor has begun.

     

Page 1 of 2 12 LastLast

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
  •