This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Does JXTA work with gcj?
Hi there!
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...
Yeah, this was the first problem which I remarked....
You'd have to rewrite the configuration stuff. I've seen some
mailing list posts to the effect that this should be possible.
Hmm, mayby I will rewrite it, if the other things will work.
I think swt will be the best choice for GCJ/JXTA....
I second possibility could be, to read all options out of a text-file,
this would be this best thing for GCJ, because so there is no gui stuff
needed anymore.
The app-coder could decide himself in which toolkit he want to write an
options-dialog.
I think I´ll do the first way...
I presume there are other TCP/IP apps that are compiled with GCJ?
Hmm, I tried some dns-examples, where I asked the nameserver for ips.
This worked very fine, but I´m not experienced in network-rogramming..
lg Linuxhippy