"C:\FoodPackage.FruitPackage>javac FoofMain.java" This is not the way to SET PATH or CLASSPATH
"C:\FoodPackage.FruitPackage" this could not be the correct path to FoodMain.java file. I think folders should be like this: C:\FoodPackage\FruitPackage, seems to be you have created a folder as: FoodPackage.FruitPackage And you are compiling FoofMain.java not FoodMain.java Also I experienced that for this homework, it should be set the classpath in compile time too with JDK 1.6 Hope this will help you... Thanks! Hiran On Fri, Aug 28, 2009 at 7:41 AM, devika shukla <[email protected]>wrote: > > hello Friends, > In lab 1003 I am unable to set the correct path > when I am setting > C:\FoodPackage.FruitPackage>javac FoofMain.java > > I am getting The error:cannot Read:FoodMain.java > > Please help me in setting the correct path > > > > Thanks & Regards. > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
