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: Della Simpson   on May 05

the class  is actually called Prog1 - with the second call it's probably
looking for a file  of the class Prog1.class
in the classpath (probably something like Prog1/class.class)- which
would be the class 'class' in the package Prog1
I think there is a restriction on naming a class 'class'........

Share: