Search:

Type: Posts; User: curmudgeon

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Very New Programmer - NoClassDefFoundError - How Can I Fix My Problem?

    You're welcome!
  2. [SOLVED] Re: Very New Programmer - NoClassDefFoundError - How Can I Fix My Problem?

    Try stating the classpath when you run the program, something like:

    java -cp . oranges

    (note the period between -cp and oranges as it is very important)
  3. [SOLVED] Re: Very New Programmer - NoClassDefFoundError - How Can I Fix My Problem?

    Have you first tried compiling the code by calling javac oranges.java?
Results 1 to 3 of 3