This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linking a java class and a .so library with GCJ


> The bad news is that "tray.jar" uses
> "sun.awt.EmbeddedFrame", which is an
> *internal* Sun class (that even Sun doesn't
> encourage anyone to use) that will very
> likely never be in libgcj.
>
> If possible, you should ask the provider
> of this JAR to use standard JRE classes.

I see,

according to what Michael says, i could possibly ask the guys at jdic to
use the GNU EmbeddedWindow, or try to do it myself, since the code is
available...
Not so sure on how doable it is for me, but it might worth to try...
Having a tray icon isn't really java friendly, but for the user it's a
nice feature !

I'll try this week-end, keep you informed in case i end with something
workable.

Thanks to you and Michael for the help :)

Alban


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]