[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running AppleCommander GUI?



Very cool!  Hey, if it helps I found this info for making a web start
enabled java program that depends on RXTX:

http://rxtx.qbang.org/wiki/index.php/WebStart

Would be awesome to have a web page to start the latest bits of ADT
Pro without having all the fuss. :-)

-B

On May 29, 3:38 pm, "John B. Matthews" <nos...@nospam.invalid> wrote:
> In article
> <4fac67a9-0300-4743-87fc-cb8baeb11...@s16g2000prf.googlegroups.com>,
>
>  BLuRry <brendan.rob...@gmail.com> wrote:
>
> [...]
>
> > But more to the point, there is some progress on the java front to
> > run java apps using Java Web Start (JNLP), which allows a vendor to
> > provide all the dependencies and such as needed in a more convenient
> > way so you can launch from a web page via a jnlp stub. I've started
> > to look into that for some of my other stuff, but haven't really
> > buckled down, mostly because I have to run a jarsigner every time I
> > package code so I can remove the restrictions like accessing local
> > files and such.  Still, it would probably be a better form of
> > distributing applications because it reduces the need for installing
> > anything.
>
> JWS is definitely the way to go; I automate JAR signing in build.xml:
>
> <http://applecommander.cvs.sourceforge.net/viewvc/applecommander/Apple...>
>
> <http://robotchase.svn.sourceforge.net/viewvc/robotchase/trunk/build.x...>
>
> --
> John B. Matthews
> trashgod at gmail dot com
> <http://sites.google.com/site/drjohnbmatthews>