Tagged Questions
2
votes
1answer
56 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
575 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
508 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
2answers
31 views
How to make my Boot.java class as main always on top where i have other processes causing troubles in Java?
I have this main.Boot which is actually a splash screen requires to be always on top of everything. But in my case what happening is it gets lost and main.main gets the first position which even do ...
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
145 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
383 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) ...