C
carl.manaster
Hi, all,
I'm sorry if this is a silly question, but I've googled without
success. I have a little applet that processes some numbers and plots
them; it uses classes from my own body of code and from libraries like
JFreeChart. I want to package this up into a standalone application
that I can put on my colleague's desktop so he can try it out. We're
both on the same OS, Windows. I'm using Eclipse.
I have wrapped the JApplet up with a main() that creates a new JFrame,
pops the applet into it, and handles window close. I can run from the
Eclipse environment as either an applet or an application. It does
what I want. I don't want to put it on a web page, just create a
standalone executable. It does not need to be able to run across
multiple platforms; just Windows. What are the steps to do this? I
would like for Eclipse to figure out the dependencies and bundle
together whatever classes it needs. No fancy icon, just something my
colleague can double-click to launch. Thanks for any help with this.
Peace,
--Carl
I'm sorry if this is a silly question, but I've googled without
success. I have a little applet that processes some numbers and plots
them; it uses classes from my own body of code and from libraries like
JFreeChart. I want to package this up into a standalone application
that I can put on my colleague's desktop so he can try it out. We're
both on the same OS, Windows. I'm using Eclipse.
I have wrapped the JApplet up with a main() that creates a new JFrame,
pops the applet into it, and handles window close. I can run from the
Eclipse environment as either an applet or an application. It does
what I want. I don't want to put it on a web page, just create a
standalone executable. It does not need to be able to run across
multiple platforms; just Windows. What are the steps to do this? I
would like for Eclipse to figure out the dependencies and bundle
together whatever classes it needs. No fancy icon, just something my
colleague can double-click to launch. Thanks for any help with this.
Peace,
--Carl