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:

log in screen
log in screen

successful log in
successful log in

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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

Sound is not coming out while implementing Text-to-speech in Android activity -