Tagged Questions
0
votes
0answers
33 views
Can't load IA 32-bit .so on a IA 32-bit platform
I'm trying to install an 32_bit_application on CentOS (64-bit), while running the setup.bin
file it return the following error
Invocation of this Java Application has caused an ...
3
votes
0answers
45 views
RES memory more than initial and maximum memory for java
We have a java application running on Centos 6.4 what we notice is that the RES is around 370m which is more then the allocated max that is 256m. Does this signify that we the application is leaking?
...
1
vote
1answer
94 views
Point IP to an application instance
I was just wondering how I go about pointing a static IP address which I have purchased to an application instance on my server, using a different IP from the one I currently have pointing to my main ...
2
votes
1answer
140 views
IBM Java Runtime Environment on CentOS
I need to install IBM's JRE, but I can't seem to find an appropriate download or guide to installing it on CentOS. I've found various zips, but none of them include an RPM and I have no idea where to ...
1
vote
3answers
3k views
Java update on Centos
I am pretty unfamiliar with Linux, and the more I use it the more I realize how unfamiliar I am.
I have a Centos 6.2 machine. It currently has JDK 1.6.0_26 installed. I would like to update that to ...
1
vote
1answer
133 views
CentOS5, RHEL5, Java dependent Packages, Alternate JVM/JDK
Specifically regarding Java dependent packages, such as ant. Is it possible to install them via rpm, when using an alternate JVM/JDK? For example, If I install the Oracle JDK, can I use an ant ...
2
votes
1answer
1k views
How do I download and launch a JNLP file in CentOS?
I'm using Amazon's GPU cluster to experiment with some HPC java code on CentOS.
The Java application is in JNLP format and has a GUI.
I've followed Amazon's getting started video, but I'm not ...
0
votes
1answer
619 views
RHEL/CentOS: Installing a new version of Java, why not just change the path?
I am installing a new version of Java on a CentOS/RHEL Linux distro for a single developer to develop java.
The way I want to install on this development system is to just put the new java version ...
2
votes
2answers
908 views
how to make system service out of .jar file? (linux)
i wrote a little java server which i'm running on my CentOS 5 VPS server. currently i just ssh onto the server and start the jar through commandline.
How an i turn this jar into a system service and ...
2
votes
1answer
2k views
How to install java on CentOS VPS through ssh
I wrote a little Java servlet and, in order to run it, acquired a VPS which runs Centos 5. Now, in order to run it, I guess the first thing to do is to install the latest JRE. I have ssh access and ...
0
votes
2answers
891 views
installed java, but java -version not showing new java
I just installed jdk1.6.0. I have tried multiple ways to set the path variable and make java 1.6 my new running version. And nothing is working. Running centos5 virtual machine.
alternatives --config ...