The jre tag has no wiki summary.
3
votes
1answer
67 views
How does my jre exceed its heap limits?
I have a jvm whose actual memory use is well in excess of the limits with which it's being launched. It's a Sun VM:
root@jira:/opt/atlassian/jira/jre# ./bin/java -version
java version "1.6.0_26"
...
1
vote
1answer
65 views
Security risk of JIRA standalone installation running JRE version 1.6.0_26 vs 1.6.0_29 (latest)
Atlassian recently introduced a standalone installer that installs JIRA, along with its own JRE. Unfortunately the JRE Atlassian bundles with this installer is 1.6.0_26, whereas the current version of ...
1
vote
1answer
75 views
Centos: Package Managed Sun JRE
Is there no yum repository with Sun's JRE available (don't really need the JDK)? From looking around everyone simply recommends manually downloading and installing the binary that Sun/Oracle provides. ...
0
votes
4answers
179 views
Tomcat VIRT memory usage
Yesterday I posted this question: Tomcat Excessive Memory Consumption
The thread was getting too long and detailed for anyone to continue helping. So now I am asking a more specific question.
When I ...
0
votes
1answer
53 views
Eclipse for PHP is unable to locate JRE
I have JRE installed on my system. In fact, Eclipse IDE for Java, which also needs JRE, is already running. Now I tried running Eclipse for PHP and it says -
A JRE or JDK must be available in order ...
1
vote
2answers
57 views
Application server experiencing filesystem problems
We have a Java Application server installed on our client's test server.
Within application server, a number of threads access the filesystem in a number of ways.
The application servers are started ...
0
votes
3answers
201 views
how to solve java out of memory error in amazon ec2 linux servers
We are using Fedora-8 64 bit in Amazon EC2 and our Java application is running on the IBM JRE. Now we are getting a Java hang "out of memory" error. Our memory is 7.6 GB and we have allotted heap ...
0
votes
1answer
193 views
Update jre 6 version 24 causing ClassCircularityError
I am running an applet using a jnlp file.The applet was running fine.Today I upgraded my jre to jre 6 version 24 and my application stops after putting the splash screen.I uninstalled jre and ...
0
votes
2answers
204 views
How install Sun JRE private to my application?
I need to ship a Java product with JRE included with it but I don't want the user to tackle the installation choices. My requirements are:
JRE installation in a sub-folder of my application so that ...
0
votes
0answers
59 views
Update to complete from Windows 7 User account
Is there a good way to configure Adobe Flash and Java Runtime to update on Windows 7 whenever a new update comes out. I would like for that to happen automatically, even if the current user does not ...
0
votes
2answers
81 views
How do I set the PATH environment variable to point to JRE version 1.5
Hi there I have a program that requires me to set the PATH
environment variable to point to JRE version 1.5 as I need to access the program via a command prompt. So any ideas on how to do that?
0
votes
2answers
115 views
.jar why it works only with specigic jdk version?
I have website source code...in which there is a adito.jar file
first i extract it ...then make again jar using "jar -cvf adito.jar .
and the changed jar file work fine again with that website.
above ...
1
vote
1answer
111 views
Linux `alternatives --config` without user input
I am writing a RHEL kickstart script, and in my %post, I need to install a JRE.
Basically, the current setup involves me needing to manually go in after first boot and set the newly installed JRE as ...
0
votes
3answers
217 views
War of the JRE versions
At our company we have a few applications running through java applets from various outside vendors. Our problem is this: app1 can only run on JRE 1.6.05 whereas app2 needs 1.6.16. Is there a way that ...
1
vote
3answers
747 views
Installing Java Runtime for a Server: Something better than std JRE package?
I need to install a Java runtime on server machines. The JRE package from Sun acts as if I'm running on a client machine -- it installs WebStart, Auto Updating, probably browser hooks, and other ...
2
votes
3answers
104 views
where would be a sane place to put the jre folder?
I'm installing a debian server.
The server needs a specific version of java, so I'm installing from the self-extracting file.
But I'm new to the linux world and I want to put the jre in a place that ...
4
votes
2answers
2k views
How to install Java JRE on FreeBSD with as few dependencies as possible
I've been trying to get Java working on my FreeBSD 7.1 server. I just want the runtime, since the JDK drags all kinds of unnecessary dependencies with it, and I just need it to run a jar file ...