Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
338 views

Unrecognized option: -o Could not create the Java virtual machine

I've got an unusual build error when using Buildroot to create an image for my Phidget SBC. It's unusual because it occurs ONLY on my development laptop and NOT on my general use laptop even though I ...
0
votes
1answer
32 views

Build failure for GNU classpath

i'm trying to install classpath 0.98, steps: ./configure --enable-jni --disable-gtk-peer --disable-gconf-peer --disable-plugin and no show error, but when i tip make: Making all in lib make[1]: ...
0
votes
1answer
64 views

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 ...
0
votes
5answers
208 views

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 ...
0
votes
2answers
138 views

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 ...