Tagged Questions
2
votes
1answer
53 views
Why a method main.replay() is not getting executed in Java? But exactly the same code works in Fedora not in Archlinux
I have a simple player i am using third party libraries. Exactly the same code is working in my Fedora desktop. But when i am using exactly the same code in Archlinux it does not work to do ...
2
votes
5answers
560 views
Accessing global variable in multithreaded Tomcat server
Edit: I've figured out the constructor for the singleton is getting called multiple times so it appears the classes are getting loaded more than once by separate class loaders. How can I make a global ...
2
votes
3answers
503 views
Any IcedTea war stories?
Okay, my first serious question. :-D
I'm playing around with OpenJDK (7, not 6), and am about to start trying to build IcedTea on my Ubuntu system. I'm keen to hear from those who have played with ...
1
vote
7answers
2k views
Java: Fonts look garbled on Linux, but fine on windows
I'm writing a java application that renders PDF documents to images, and when I run it on windows it works fine. But when I render the PDF on Linux, the standard fonts look a bit garbled, like there ...
0
votes
0answers
101 views
Linux/OpenJDK/IcedTea : debugging browser-hosted applet
Did anyone ever pull that trick off?
I am trying to do something like
$ ICEDTEAPLUGIN_DEBUG=true; firefox
but nothing listens on port 8787. The docs say this should work for me.
Please don't ...
0
votes
1answer
374 views
Eclipse Helios crashes on SuSE
It crashes, saying:
/usr/lib64/gio/modules/libgiolibproxy.so: undefined symbol: g_proxy_resolver_get_type
My java is:
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6.2) ...