* Re: awt or swing support?
2000-04-01 0:00 ` Amancio Hasty
@ 2000-04-01 0:00 ` Tom Tromey
0 siblings, 0 replies; 7+ messages in thread
From: Tom Tromey @ 2000-04-01 0:00 UTC (permalink / raw)
To: Amancio Hasty; +Cc: Jeff Sturm, Tom Tromey, java-discuss
>>>>> "Amancio" == Amancio Hasty <hasty@rah.star-gate.com> writes:
Amancio> I haven't taken a detailed look at Sun's awt or swing stuff
Amancio> however it seems almost intuitive that one should be a able
Amancio> to port the JNI stuff to whatever gcj has. I assume that in
Amancio> the case of gcj it will mean mapping JNI to CNI and of course
Amancio> the respective c routines. Just a high level thought.
Oh, I didn't realize that you were approaching the problem with Sun's
source. Yes, your plan would work. We are definitely not going to do
that, because libgcj is free software, and Sun's JDK is not. libgcj
hackers can't even look at Sun's source.
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: awt or swing support?
2000-04-01 0:00 ` Tom Tromey
@ 2000-04-01 0:00 ` Amancio Hasty
2000-04-01 0:00 ` Tom Tromey
0 siblings, 1 reply; 7+ messages in thread
From: Amancio Hasty @ 2000-04-01 0:00 UTC (permalink / raw)
To: Tom Tromey; +Cc: java-discuss
> Amancio> Any ideas of when will gcj support awt or swing?
>
> No concrete ideas yet.
> We're hoping to pick up some of this as part of our merger with
> Classpath, but the situation is still a bit unclear.
>
> Tom
Does it matter if someone ports the Sun's awt /swing stuff to gcj kinda of like
an addon?
--
Amancio Hasty
hasty@rah.star-gate.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: awt or swing support?
2000-04-01 0:00 ` Amancio Hasty
@ 2000-04-01 0:00 ` Tom Tromey
2000-04-01 0:00 ` Jeff Sturm
0 siblings, 1 reply; 7+ messages in thread
From: Tom Tromey @ 2000-04-01 0:00 UTC (permalink / raw)
To: Amancio Hasty; +Cc: Tom Tromey, java-discuss
Amancio> Does it matter if someone ports the Sun's awt /swing stuff to
Amancio> gcj kinda of like an addon?
Matter in what way? I think you're free to do that. Of course, we
couldn't distribute it. However, JNI isn't finished yet (I'm actively
working on it, but I don't have an ETA). So making this work would
probably be hard.
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: awt or swing support?
2000-04-01 0:00 awt or swing support? Amancio Hasty
@ 2000-04-01 0:00 ` Tom Tromey
2000-04-01 0:00 ` Amancio Hasty
0 siblings, 1 reply; 7+ messages in thread
From: Tom Tromey @ 2000-04-01 0:00 UTC (permalink / raw)
To: Amancio Hasty; +Cc: java-discuss
Amancio> Any ideas of when will gcj support awt or swing?
No concrete ideas yet.
We're hoping to pick up some of this as part of our merger with
Classpath, but the situation is still a bit unclear.
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: awt or swing support?
2000-04-01 0:00 ` Jeff Sturm
@ 2000-04-01 0:00 ` Amancio Hasty
2000-04-01 0:00 ` Tom Tromey
0 siblings, 1 reply; 7+ messages in thread
From: Amancio Hasty @ 2000-04-01 0:00 UTC (permalink / raw)
To: Jeff Sturm; +Cc: Tom Tromey, Amancio Hasty, java-discuss, hasty
I haven't taken a detailed look at Sun's awt or swing stuff
however it seems almost intuitive that one should be a able
to port the JNI stuff to whatever gcj has. I assume that
in the case of gcj it will mean mapping JNI to CNI and of course
the respective c routines. Just a high level thought.
Cheers
^ permalink raw reply [flat|nested] 7+ messages in thread
* awt or swing support?
@ 2000-04-01 0:00 Amancio Hasty
2000-04-01 0:00 ` Tom Tromey
0 siblings, 1 reply; 7+ messages in thread
From: Amancio Hasty @ 2000-04-01 0:00 UTC (permalink / raw)
To: java-discuss
Any ideas of when will gcj support awt or swing?
Tnks
--
Amancio Hasty
hasty@rah.star-gate.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: awt or swing support?
2000-04-01 0:00 ` Tom Tromey
@ 2000-04-01 0:00 ` Jeff Sturm
2000-04-01 0:00 ` Amancio Hasty
0 siblings, 1 reply; 7+ messages in thread
From: Jeff Sturm @ 2000-04-01 0:00 UTC (permalink / raw)
To: Tom Tromey; +Cc: Amancio Hasty, java-discuss
Tom Tromey wrote:
>
> Amancio> Does it matter if someone ports the Sun's awt /swing stuff to
> Amancio> gcj kinda of like an addon?
>
> Matter in what way? I think you're free to do that. Of course, we
> couldn't distribute it. However, JNI isn't finished yet (I'm actively
> working on it, but I don't have an ETA). So making this work would
> probably be hard.
I chatted with somebody once who maintains a commercial Java compiler
for Windows. His product uses Sun's class libraries. He said debugging
the JNI stuff for AWT was some of the hardest work he'd ever done,
because it exposed various subtleties in Sun's JNI implementation.
Not very encouraging news, in case anybody wants to attempt it.
The classpath project seems like the best way to go for AWT. However
since Swing is pure Java, I suspect many will "borrow" it from the JDK
once AWT is working sufficiently well.
--
Jeff Sturm
jsturm@sigma6.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2000-04-01 0:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-01 0:00 awt or swing support? Amancio Hasty
2000-04-01 0:00 ` Tom Tromey
2000-04-01 0:00 ` Amancio Hasty
2000-04-01 0:00 ` Tom Tromey
2000-04-01 0:00 ` Jeff Sturm
2000-04-01 0:00 ` Amancio Hasty
2000-04-01 0:00 ` Tom Tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).