gnu-classpath

With GNU classpath, is it possible to build a crossplatform (Win32 and Linux) jar

I thought that gnu classpath was just an open source version of the Java library. Apparently it is tied heavily to the host system? Is this true. For example, would it be possible to build a gnu classpath 'rt.jar' with only Java bytecode and what are the args to use that as the bootstrap library? ...

Differences when compiling Java with GNU Compiler for Java instead of the Sun JDK

I'm working on a school project where I am required to use the GNU Compiler for Java. I've always worked using the official Sun JDK and now I'm concerned about differences that might complicate my work. I'm specially interested in which version of Java is the one supported by the latest GCJ compiler Could someone shed some light in the...

Webservice on GNU classpath

I need to run a webservice on an embedded computer which ships with jamvm and gnu classpath. We have some existing software which hosts the service on an instance of com.sun.net.httpserver.HttpServer to host the service. Is there anything equivilant on GNU classpath or is it possible to isolate HttpServer to a jar and move it to classpat...

How is GNU Classpath related to libgcj?

Both projects are free implementations of the Java standard libraries. libgcj's homepage says it was merged with Classpath, but they're still separate packages in Ubuntu. So what's the difference? Is one better than the other? Does one depend on the other? ...