Hi,
I am recently start using NetBeans IDE 7 for java programming. Each new java project contains a line of code- Package "name of project". The program doesn't run when I remove this line. But I don't need such line when creating a java program in Windows Notepad. I just use open command prompt and use javac & java to run it which works.
Can somebody explain how does it happen ?
Loading
Jaganathan BantheswaranPosted Jul 20, 2011, 1:13 AM
I dont know what is error you got... But ...
The line you mentioned tells that where the source files for this project is....
If you remove that line, the IDE does not know where is the source file...