Results 1 to 6 of 6
- 03-22-2012, 08:44 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 4
- Rep Power
- 0
- 03-22-2012, 09:38 PM #2
Re: Running Class wrapped on a library on Click of Button in netbeans
Create a jar file with the class files and a manifest file. Your IDE can probably do it all.
If you don't understand my response, don't ignore it, ask a question.
- 03-22-2012, 11:05 PM #3
Member
- Join Date
- Mar 2012
- Posts
- 4
- Rep Power
- 0
Re: Running Class wrapped on a library on Click of Button in netbeans
How do i create a jar and manifest .?
- 03-22-2012, 11:12 PM #4
Re: Running Class wrapped on a library on Click of Button in netbeans
I use the jar command. See the tutorial for details:
Lesson: Packaging Programs in JAR Files (The Java™ Tutorials > Deployment)If you don't understand my response, don't ignore it, ask a question.
- 03-23-2012, 08:54 AM #5
Member
- Join Date
- Mar 2012
- Posts
- 4
- Rep Power
- 0
Re: Running Class wrapped on a library on Click of Button in netbeans
Thanks.I have done that sucessfully.So How Do I now Run a certain class(It is a form) inside the jar when an action like a menu click is invoked in the netbeans platform?
All my classes are CRUD generated forms.
- 03-23-2012, 01:15 PM #6
Re: Running Class wrapped on a library on Click of Button in netbeans
How Do I now Run a certain classIf you don't understand my response, don't ignore it, ask a question.
Similar Threads
-
GUI Passing JTextField value to Logic class upon Button Click
By Redefine12 in forum New To JavaReplies: 5Last Post: 02-25-2012, 04:56 AM -
Problem running Applet in IE but works when running just Java in Netbeans?
By rodneyc8063 in forum Java AppletsReplies: 7Last Post: 12-18-2011, 05:13 AM -
Executing .class files on Windows with a double click or right click
By Norm in forum Forum LobbyReplies: 2Last Post: 06-22-2011, 02:19 PM -
running jar file by double click
By Himanshu23 in forum AWT / SwingReplies: 0Last Post: 11-11-2010, 09:24 AM -
SaveAs button click
By kasiram.p@gmail.com in forum AWT / SwingReplies: 2Last Post: 07-06-2010, 09:35 AM
Bookmarks