Java is a general-purpose programming language and a computing platform called the Java Virtual Machine (JVM).
0
votes
0answers
20 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 ...
-2
votes
1answer
46 views
Novice Ubuntu 12.04 user needs help! [closed]
I'm new to Unix/Linux and someone suggested I try Ubuntu. I like it but I can't figure a couple of things out and don't really have time to google up ways to solve the problem. Answers from a quick ...
2
votes
1answer
312 views
freebsd make install openjdk6
I am having problem installing openjdk6 using ports using the make install clean commands. The error I got is:
/usr/ports/java/openjdk6/work/build/bsd-i586-debug-fastdebug/j2sdk-image: No such ...
4
votes
3answers
67 views
Uniquely identifying java processes with same name
I have two java processes which run using the same file name, MyApp.jar (for example).
/usr/java/latest/bin/java -jar MyApp.jar
These jars exist in different places and use different ...
1
vote
3answers
42 views
Linux / JVM - OutOfMemoryError: unable to create new native thread
I have a memory problem with a Linux server (CentOS). It is a VM. Below is the context.
It has 70Gb of RAM. There are 2 tomcat running on it.
One tomcat is given a heap of 13Gb and the other one a ...
-1
votes
0answers
26 views
Nexus - primefaces repository
I am currently running Nexus 2.3.1-01.
I try to add a proxy repository for http://repository.primefaces.org/
But Nexus is not able to found any artifacts on this repository. Seems to be an indexes ...
0
votes
0answers
43 views
Program which uses JVM cannot start without sudo
I have problem with program which uses InstallAnywhere installer on Ubuntu 12.04. When I start installation, following error occurs:
Extracting the installation resources from the installer ...
1
vote
1answer
121 views
What is the command or hotkey for stopping a running program in DrJava?
I installed DrJava about a week ago. Its been working fine so far but I ran into an infinite loop and wanted a way to stop the program from running without having to force DrJava to quit. Is there a ...
7
votes
3answers
1k views
Command Line Tool for monitoring Java Heap
Is there any command line tool for monitoring the heap size usage of Java in CentOS?
0
votes
0answers
30 views
Prevent Java to escalate CPU usage on Slackware64?
I use Slackware64-current on my work laptop and though I love running Slackware, sometimes it hangs on me near to the point of starting considering falling back to Windows.
I develop on Java and use ...
1
vote
0answers
31 views
Minimal Java installation for Linux with no GUI
I'm working on a CentOS 6.3 x86_64 minimal OS (installed using the netinstall ISO).
This system is not expected to run anything beyond console apps/services and Tomcat7. When I attempt to install ...
3
votes
0answers
43 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
3answers
162 views
Get Position of RAID Hard Drives
I was recently tasked with creating a hard drive management system on Linux. I needed to write a program that monitored when drives came online and offline and created/removed links to the drive ...
1
vote
0answers
63 views
Ant error after installing NetBeans 7.3 in Lubuntu
I have NetBeans 7.01 from Debian repository - all works. But I have a problem with NetBeans 7.3 from the official site (installed on the same machine) - I can't compile anything:
ERROR - Ant is ...
0
votes
0answers
26 views
How to install DrJava?
I'm just starting to use Ubuntu and am trying to install a drjava-stable-20120818-r5686.jar file.
I have followed the instructions on the DrJava site and from answers on other questions on this site, ...