Questions tagged [gnu-classpath]

GNU Classpath - Essential Libraries for Java, is a GNU project to create free core class libraries.

GNU Classpath - Essential Libraries for Java, is a GNU project to create free core class libraries for use with virtual machines and compilers for the Java programming language.

The project seems to have actually no activity and that since 05 Feb 2009 when Version 0.98 was released.

GNU Classpath Homepage

7 questions
10
votes
3 answers

IKVM and Licensing

I have been looking into IKVMing Apache's FOP project to use with our .NET app. It's a commercial product, and looking into licensing, IKVM runs into some sticky areas because of its use of GNU Classpath. From what I've seen, no one can say for…
Chris Marasti-Georg
  • 32,594
  • 15
  • 88
  • 130
0
votes
1 answer

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 am using EXACTLY the same Builroot environment as…
D-Dᴙum
  • 7,278
  • 8
  • 50
  • 90
0
votes
1 answer

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]: Entering directory…
Jjreina
  • 2,393
  • 5
  • 28
  • 52
0
votes
1 answer

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…
Jay Conrod
  • 26,273
  • 16
  • 91
  • 108
0
votes
0 answers

classpath configuration for gui support on embedded device

I am using jamvm with gnu classpath which is not supporting gui applications on pos embedded device(ARM9 processor), when i am executing an gui application it is showing the error root@visiontek /dev/shm$ ./java MainFrame Exception in thread "main"…
0
votes
5 answers

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…
Carlos G.
  • 4,313
  • 2
  • 34
  • 57
0
votes
2 answers

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…
Berlin Brown
  • 10,806
  • 35
  • 129
  • 193