Tagged Questions
3
votes
2answers
2k views
Installing JDK 7 on debian
So I just rented a dedicated server running Debian, and I know nothing about Linux.
Anyway, I want to install the JDK 7, first I connected through SSH and granted myself administrator rights by ...
3
votes
1answer
74 views
update-alternatives just for one user
I'm using a shared server.
On that server different versions of Java are installed:
Selection Path Priority Status
...
6
votes
2answers
815 views
What is Debian's stance regarding GCJ and OpenJDK?
Both OpenJDK and GCJ are available for install on Debian, and now I wonder what's happening. Don't these provide same functionality?
4
votes
3answers
9k views
Problem to launch java at Debian: “error while loading shared libraries: libjli.so”
I'm trying to launch java:
$ java -version
java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
$ ldd ...
2
votes
0answers
140 views
Java uses max 8 cores on Debian, even though 16 are available [closed]
I have two servers at hand, both with 16 cores. The first is running Debian, the second running Ubuntu.
I have written a small multithreaded java app that creates 16 threads. On the Debian machine, ...
0
votes
2answers
280 views
Java version for Tomcat
I want to run my Tomcat with Java 7 but all I found about configuring it doesn't work. The management interface of Tomcat shows 1.6.0_24-b24 as Java version. The JAVA_HOME variable is empty.
% echo ...
1
vote
1answer
334 views
Using NetBeans on ARM Linux?
Is it possible to run NetBeans on a ARM CPU with Linux as OS (maybe Debian) ?
I want to be clear I don't need to compile for ARM (I will use NetBeans only for PHP coding).
So the question is about ...
1
vote
1answer
870 views
Installing jdk7 on Debian server via SSH
Currently, I'm trying to launch a java program on a server. The server is launched on my virtual machine (VirtualBox) and controlled over SSH. Its OS is Debian. So, in order to launch my program I ...
2
votes
2answers
442 views
How to to remove libgcj from Debian?
I am doing Java programming on Debian. By default Debian 6.x ships with libgcj JVM. On starting eclipse it shows a warning that this JVM is deprecated and may cause problems. For this reason I ...
2
votes
0answers
351 views
How to install Java Runtime Environment 7 update 5 for x64 arquitecture on Debian OS?
The History:
Hey guys I want to install JRE7u5 and not OpenJRE7u5 because, while doing a research on the web I discovery that Minecraft runs better on JRE, than with
OpenJRE.
The Failure:
But the ...
2
votes
0answers
116 views
Any way for Unix to ignore lpoptions and let Java do it's job?
I'm using the javax.print API to print a Jasper Report on Debian Linux. For some reason the saved lpoptions (CUPS settings) always override settings chosen on the Java Print dialog. At this point the ...
1
vote
1answer
254 views
Issues compiling Tanuki Java Service wrapper version 3.1.2 under armv5tel architecture
Basically I need this specific version of the Tanuki Java Service Wrapper to run a specific Java application. I downloaded the source from the Tanuki website and I'm trying to compile it from source.
...