Results 1 to 4 of 4
- 01-15-2012, 04:49 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 7
- Rep Power
- 0
-
Re: how to open class(jpanel) from external jar?
If the jar is on the class path and you use proper imports, your current class can access the classes held by the jar file.
- 01-15-2012, 05:31 AM #3
Member
- Join Date
- Apr 2011
- Posts
- 7
- Rep Power
- 0
Re: how to open class(jpanel) from external jar?
it doesn't effect.
How about the jar file is located in spesific folder.
PS: i attach my file that will made as external jar that will be called
Here is my case:
1. i've made a desktop application using netbeans
2. it contains main.class that launch the myForm.class.
3. it works when run from its project and netbeans
4. then, i made it became a jar file
5. i put the jar file in a specific folder (eg. as same folder as the new desktop app. 'll load the jar). so, how i should load it when run time (using source code)
- 01-15-2012, 05:41 AM #4
Similar Threads
-
Open external file with external program
By Wietse de Vries in forum New To JavaReplies: 1Last Post: 12-31-2011, 04:52 PM -
Open .pdf file inside a jpanel
By pink123 in forum AWT / SwingReplies: 6Last Post: 10-30-2011, 06:37 AM -
Retrieving mouse location inside a thread relative to an external JPanel.
By Zambash in forum Threads and SynchronizationReplies: 7Last Post: 08-25-2011, 04:33 PM -
Open JPanel with JButton
By web_dev in forum New To JavaReplies: 7Last Post: 06-13-2011, 10:25 PM -
Is there a better way to embed external (sub) JPanels in existing (parent) Jpanel?
By kdub in forum New To JavaReplies: 1Last Post: 11-10-2010, 10:14 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks