Java Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fuugie
    New Member
    • Sep 2010
    • 32

    Java Error

    I'm unfamiliar with Java and have come for assistance. SO far, I have reinstalled Java, deleted all temp files, cookies, etc from my browser(Firefox ), and restarted my computer to see if that would help. So far nothing has fixed my issue. This is the error that I have been getting,

    Error
  • kuldeeprsks
    New Member
    • Dec 2011
    • 22

    #2
    try and compile your code after setting Environment variable for java (Path, classpath).open comand prompt compile your code and run if still gets the same error then try use this:
    set Classpath ="*.*"; wirte the statement in command prompt and then again compile and run your code this statement set sets the classpath to your current directory so that jvm can find you class file.

    Comment

    Working...