| Author |
main.java not found
|
M sallu
Ranch Hand
Joined: Dec 13, 2009
Posts: 42
|
|
I am trying to create web services client based on the tutorial at this link
http://netbeans.dzone.com/articles/portability-and-performance
But unlike in step 5, the Main.java class is not found. Someone please help where am I going wrong.
I have tried creating web services project and java application project and web service client in the file type.
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
The article tells you to create a Java Application project. When you do that, NetBeans will create a Main class that only contains one static main method:
If it isn't created for you, then feel free to copy the above!
Best wishes!
|
 |
 |
|
|
subject: main.java not found
|
|
|