Hi all,
I'm using netbeans 1.6 ide to develop my project. When I build my project, netbeans create .jar file. but when I run it it also runs but not like When I run it from ide's run button.

Some parts of application do not work
example a button click event do not work when I try to run application by double clicking jar file...

I tried clean and build several times...
Please help me....
Thilina

Recommended Answers

All 2 Replies

That is not normal behaviour. Would it be possible for you to upload copy of your project or is it some school work you do not want to post it?

Some parts of application do not work

Are there any error messages displayed on the console?
Open a command prompt, change to the folder with the jar file and enter;

java -jar YOUJARFILENAME.jar

If there are error messages you don't understand, copy and paste them here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.