java - .jar file not working properly -
i created java application runs fine in netbeans ide, if run .jar file of application not work properly. here providing 2 snapshots of program execution in netbeans:
now if run .jar file outside ide, program don't after first 1 of above pictures. mean not go forward after button click event. don't know now. converted .jar file .exe did not work. please help.
log steps in code. like
public void buttonclickmethod() { system.out.println("log in button clicked. starting verification process"); startverification(); .... }
after run jar cmd like:
java -jar filename.jar
and see steps in cmd screen. exceptions , other things. diagnose problem.
Comments
Post a Comment