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
562 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 ...
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
105 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) ...