0
How to get which error occurs after building project in netbeans?
I have a java project that run perfectly in netbeans, but when I build project and click on jar file occur error. How can i get what error take place?
1 Answer
0
afetr build u have a jar file that can run with this command in cmd and get errors if you have:
java -jar yourjarfile.jar