Tagged Questions
2
votes
1answer
40 views
OpenSuse 12.3 + Java Dual Display
I have a Java application that displays two JFrames on two separate monitors. On Ubuntu and Windows the application displays just fine. I can configure the JFrames to display on the monitors with the ...
2
votes
2answers
106 views
error in java code for accessing files with swedish characters on linux
I have written the following java code in unix to access a file having Swedish characters in its file name.
System.out.println(System.getProperty("file.encoding"));
...
0
votes
0answers
130 views
How to install Crystal Report Plugin in Eclipse 3.7.1
I am not familiar with Crystal Reports,can any one help me to figure out How to install crystal report plugin in Eclipse 3.7.1 . I am using Opensuse 11.3 operating system, if you have any resource ...
2
votes
0answers
103 views
Modal dialogs stay on the back of other windows on Opensuse
In my application, there are dialog screens written by java SWT. When a modal dialog (warning/error/file dialog etc.) is opened, it can not stay on top of the parent screen after clicking the parent ...
0
votes
0answers
194 views
Eclipse error “The file does not exist for the external tool named Maven_Ant_Builde”
I've just downloaded a project from Github and imported it into Eclipse.
I just want to compile it for now. However build fails for the above error. I'm not a great expert in Java compilation tools, ...
5
votes
1answer
742 views
Java application throws `Gtk-WARNING **: cannot open display:` even when xserver is not required
I have a Java application that uses WebRenderer for a java headless browser. WebRenderer does not require xserver to run and I have confirmed this by uninstalling all x11 libs and xserver components.
...
0
votes
2answers
422 views
set title of java application opensuse
When running a Java Swing application in Opensuse, the name of the main class (com-simontuffs-onejar-Boot) appears at the top of the screen. How do I set that to be the title I want?
Version info:
...
1
vote
1answer
85 views
How to set or install jai plugin on SUSE(Linux)?
I m fresher and making Desktop APP in netbeans platform in Java SE using SWING technology for Windows, Linux, and MAC OS.In this App we use JAI Library,i made App in widows and then want to run on MAC ...
0
votes
0answers
349 views
JVM signal 11 caused by error in libc.so.6
My Swing Java application is triggering a SIGNAL 11 in libc.so.6.
Excerpts from the various hs_err_*.log generated:
An unexpected exception has been detected in native code outside the VM.
...
3
votes
3answers
7k views
“.android” folder and “debug.keystore” file missing
am using Linux opensuse, eclipse helios package
i have to import google maps in my application for which i need an API key, so in order to get the api key i need to get the MD5 sum value which has to ...
2
votes
1answer
360 views
Cassandra not using native methods
I want cassandra to make use of native methods.
I installed jna as follows:
#install JNA
zypper install --no-confirm jna
#create a link to it for cassandra
ln -s /usr/share/java/jna.jar ...
1
vote
1answer
112 views
How to create a Linux Ubuntu/OpenSUSE installer for my Java App?
as the topic goes,
how can I create an installer for my java application which can be easily install on both version of linux (Ubuntu/OpenSUSE) ?
As for dependency goes, can I add another installer ...
0
votes
0answers
154 views
Eclipse crashing [closed]
Linux OpenSuse 11.4
Eclipse Helios 3.5
JDK 1.6
Eclipse fails to start but instead shows an error and closes, Actully I switched from PCLinuxOS to OpenSuse few days ago, Everything was working good on ...
1
vote
1answer
1k views
java.security.ProviderException: Could not initialize NSS
I'm receiving the error "Could not initialize NSS" in my java application when sending an HTTPS Request. Unfortunally I do not have the complete stack trace of the exception in my log, but from what I ...
4
votes
2answers
1k views
How to connect to mysql localhost on opensuse?
first the details of the configuration:
openSUSE 11.3 with Parallels Plesk Panel 10 (64-bit) Server
MySQL installed and running (no "skip-networking")
java 1.6.0_24 (Java HotSpot(TM) 64-Bit Server ...
5
votes
6answers
2k views
32/64 bit eclipse
On 64-bit openSUSE Linux, can a 32-bit eclipse running with 32-bit JVM compile code for a 64-bit system?
Is this setup possible? (Installing and running eclipse/java 32-bit on a 64-bit system)