Home > Archive > Java Help > January 2006 > Java executables
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi all-
I've noticed a number of programs that are written in Java that provide
executables like Eclipse. Is there a proper method for creating these?
I acknowledge that it means providing an executable for the various
supported platforms, but I'm okay with that.
Thanks,
Tacho
| |
| opalpa@gmail.com opalinski from opalpaweb 2006-01-24, 7:06 pm |
| There are a few tools that can package up jars into an excutable, when
the excutable is run the jars are put outside of it.
I've only tried NativeJ and been happy enough to not try others. There
are others. NativeJ used to have a free version that poped up a dialog
that essentially said "this program made with NativeJ" and had no other
restrictions.
Opalinski
opalpa@gmail.com
http://www.geocities.com/opalpaweb/
| |
|
| Hmm....I wonder if the Eclipse folks use such a tool. I haven't built
it myself to find out, but I'd think they would shy away from
proprietary programs.
| |
| IchBin 2006-01-24, 9:58 pm |
| opalpa@gmail.com opalinski from opalpaweb wrote:
> There are a few tools that can package up jars into an excutable, when
> the excutable is run the jars are put outside of it.
>
> I've only tried NativeJ and been happy enough to not try others. There
> are others. NativeJ used to have a free version that poped up a dialog
> that essentially said "this program made with NativeJ" and had no other
> restrictions.
>
> Opalinski
> opalpa@gmail.com
> http://www.geocities.com/opalpaweb/
>
One of the others is JSmooth..
http://jsmooth.sourceforge.net
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
________________________________________
__________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
| |
|
|
| jcsnippets.atspace.com 2006-01-25, 7:16 pm |
| "Roedy Green" <my_email_is_posted_on_my_website@munged.invalid> wrote in
message news:6sndt19nips4h2nrlarhmaqglvitb10vo4@
4ax.com...
> On Tue, 24 Jan 2006 20:42:06 -0500, IchBin <weconsul@ptd.net> wrote,
> quoted or indirectly quoted someone who said :
>
> my list of ways to get exe files is at
> http://mindprod.com/jgloss/nativecompiler.html
> which includes compilers and wrappers.
There's also Java Launcher, which can be found at
http://www.syncedit.com/software/javalauncher/ .
Roedy, I didn't see this one on your list - maybe you're interesting in
adding this to your link section?
Regards,
JC
--
http://jcsnippets.atspace.com
a collection of source code, tips and tricks
| |
| Roedy Green 2006-01-25, 7:16 pm |
| On Wed, 25 Jan 2006 19:48:49 GMT, "jcsnippets.atspace.com"
<admin@jcsnippets.atspace.com> wrote, quoted or indirectly quoted
someone who said :
>
>There's also Java Launcher, which can be found at
>http://www.syncedit.com/software/javalauncher/ .
done. I tidied up that essay a bit and add a button index to it.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
|
|
|
|
|