This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: missing packages ???
- From: Jeff Sturm <jsturm at one-point dot com>
- To: baptiste daroussin <daroussi at ece dot fr>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 4 Jun 2003 09:40:43 -0400 (EDT)
- Subject: Re: missing packages ???
On 4 Jun 2003, baptiste daroussin wrote:
> First of all, I want to say thanks to you, for the great stuff you've done.
> I'm using gcj-3.3, on debian stable (unofficial packages ) I'm trying to compile the OpenOffice java framework : uno (from 1.1beta2),
> all packages compiles without any problem except one jar : sanbox.jar, saying some class are missing.
> So I've had a look to libgcj-3.3.jar, I've seen some missing packages :
> sun.security.provider
> sun.tools.jar.
> sun.awt.image.
> sun.applet.
They'll have to fix their code. Gcj developers aren't going to add any
sun.* classes to their runtime.
Application developers shouldn't directly reference classes in sun.* (or
gnu.java.*, for that matter) if they care about portability.
Jeff