[clug] Why isn't Java popular on the Linux Desktop?

Sam Couter sam at couter.id.au
Sun Jul 12 05:12:38 MDT 2009


steve jenkin <sjenkin at canb.auug.org.au> wrote:
> Steve Landers in Perth created "StarKits" in Tcl around 2001. Gave
> papers in 2002/3.
> They are a single file laid out as a filesystem, think zip/tar/cpio,
> containing the complete application - code, libraries, classes...

What Daniel said about this not being as great an idea as it first
seems.

> Cute technology. I believe something not dissimilar is available in
> Perl. Not sure about other languages.

I've written a Java equivalent before for desktop deployment. I
implemented mine by unpacking library jars to a temp directory and
creating a new classloader with all those jars in the classpath to run
the real application. A better way would be a classloader that opened
jars directly inside the application jar, but I didn't have that much
time available.
-- 
Sam Couter         |  mailto:sam at couter.id.au
OpenPGP fingerprint:  A46B 9BB5 3148 7BEA 1F05  5BD5 8530 03AE DE89 C75C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.samba.org/archive/linux/attachments/20090712/136efd2d/attachment.bin


More information about the linux mailing list