This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Does JXTA work with gcj?
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Sun, 15 Dec 2002 14:52:25 +0100
- Subject: RE: Does JXTA work with gcj?
> Has anybody made experiences running JXTA with gcj?
> Does it work?
I've barely looked at JXTA, but there is one potential trainwreck:
The first time you launch JXTA(before the .jtxa directory exists),
a Swing GUI is used to configure JXTA...
You'd have to rewrite the configuration stuff. I've seen some
mailing list posts to the effect that this should be possible.
I presume there are other TCP/IP apps that are compiled with GCJ?
Øyvind