Double Clickable Application
Hi every body,
i wrote a Java code making some program...
How to make a "Double Clickable Application"... in fact, each time i have to run my code via the IDE (i use NetBeans)...
i can NOT find the .jar file in the dist folder in the Project Folder...
each time i can sucsessfully build and run my code ... and then obtain my application ... but the folder dist -and what it must contain- does NOT exist... and then the file .jar does NOT exist too ...
(i can do this under windows... But i want under My Lovely OS : Mac)
Any idea to help me making such portable and executable Application??
Many thanks
:(
1 Attachment(s)
as in the attached photo...
Quote:
Originally Posted by
Eranga
In output window. If NetBeans able to create the jar file correctly it will display the successful message on output window, with the path where the Jar file located and how to run it. It's in read color. And also if it's failed gives the message on same window. Didn't you see any?
If something wrong with your build process then you cannot find the dist folder in your project folder. Did you come with any error when you build the application?
i get no error .. i can compile the code and run the application...
but as in the attached photo, there is No jar and No dist folder...