Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Fern Sanchez   on May 05 In Java Category.

  
Question Answered By: Leroy Schmidt   on May 05

here how you compile the java  program

>javac Prog1.java
>java Prog1

If you get NoClassDefFoundError error then try this

on the command console
>set classpath=;%classpath%
>java Prog1

Share: