Results 1 to 5 of 5
Dear All,
I want to execute the Jar Files in RHEL 5.3. I am getting following output if trying to execute the jar file.
# /bin/sh -c "java -jar JavaSetup.jar"
...
- 05-16-2009 #1
Can not run execute Jar Files in Red Hat Enterprise Linux
Dear All,
I want to execute the Jar Files in RHEL 5.3. I am getting following output if trying to execute the jar file.
Support required regarding this isseue.# /bin/sh -c "java -jar JavaSetup.jar"
System locale: en_US
Root privileges
OS: Linux
java.lang.IllegalArgumentException: URI "file:JavaSetup.jar" is not hierarchical
at java.io.File.<init>(libgcj.so.7rh)
at org.openoffice.setup.Util.SystemManager.getResourc eRoot(SystemManager.java:105)
at org.openoffice.setup.InstallData.<init>(InstallDat a.java:132)
at org.openoffice.setup.InstallData.getInstance(Insta llData.java:120)
at org.openoffice.setup.SetupFrame.<init>(SetupFrame. java:97)
at org.openoffice.setup.Main.main(Main.java:57)
- 05-16-2009 #2Just Joined!
- Join Date
- Apr 2009
- Location
- Berkeley, California
- Posts
- 20
- 05-18-2009 #3
Re: Can not run execute Jar Files in Red Hat Enterprise Linux
It was installed with installation of OpenOffice.org 3.0.1 automatically.
- 05-18-2009 #4
no idea, try re downloading the package again. you won't belice i am trying to download the java linux packages from sun java websites and it tells meeverytime that the package is corrupt. so you better download it again.
There is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.


- 05-18-2009 #5
I would install the Sun JDK or Open JDK and make them the default java. I think the current default java on your system is GCJ and IMHO it does not always work very well.


Reply With Quote
