Discussion:
[Jxplorer-users] java version
Bonno Bloksma
2008-02-06 15:20:40 UTC
Permalink
Hi,

Just downloaded the latest Jxplorer for Windows and wanted to try it. However, when I start the program I get:
(In Dutch)
"Geen geldige Java Virtual machine gevonden om te laden.
Het is mogelijk dat u opnieuw een ondersteunende Java Virtual Machine moet installeren."

Meaning:
No valid java Virtual Machine found to load
You might need to reinstall Java Virtual machine.

Well I did that. Went to the www.java.org site, installed Java again, verified on that site that I have it installed.
On the cmd prompt I can enter java -version and I get:
D:\>java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

The Jxplore documentation talks about version 1.4.2, is that the problem? Are those versions incompatible?




Met vriendelijke groet,
Bonno Bloksma
hoofd systeembeheer



tio hogeschool hospitality en toerisme
begijnenhof 8-12 / 5611 el eindhoven
t 040 296 28 28 / f 040 237 35 20
***@tio.nl / www.tio.nl
Douglas E. Engert
2008-02-06 17:27:32 UTC
Permalink
Post by Bonno Bloksma
Hi,
Just downloaded the latest Jxplorer for Windows and wanted to try it.
(In Dutch)
"Geen geldige Java Virtual machine gevonden om te laden.
Het is mogelijk dat u opnieuw een ondersteunende Java Virtual Machine moet installeren."
No valid java Virtual Machine found to load
You might need to reinstall Java Virtual machine.
Well I did that. Went to the www.java.org <http://www.java.org> site,
installed Java again, verified on that site that I have it installed.
D:\>java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
The Jxplore documentation talks about version 1.4.2, is that the
problem? Are those versions incompatible?
It works with:

java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b06)
Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode)

The Jxplorer about box shows:
JXplorer (build JXv3.2rc1 2007-08-15 09:42 CDT)

I also installed the jxplorer in a directory that has no blanks in the name,

But I run it out of a "runas" shortcut icon, with the following modified
jxplorer.bat so I can run as some other user, and use gssapi.

(Note your mailer might wrap the last line stating with java)

rem # Use this version if limited by 256 character max batch file length (earlier windows versions)
rem # java -Djava.ext.dirs=jars;dsml/jars com.ca.directory.jxplorer.JXplorer

rem # This version is slightly preferable, as it doesn't override the standard java extensions directory
rem # (note that 'classes' is only used if you are compiling the code yourself; otherwise jars/jxplorer.jar is used.)

IF EXIST %windir%\krb5.ini set K5CONF=-Djava.security.krb5.conf=%windir%\krb5.ini
java %K5CONF% -Djxplorer.config=user.home -classpath
.;jars/jxplorer.jar;jars/help.jar;jars/jhall.jar;jars/junit.jar;jars/ldapsec.jar;jars/log4j.jar;jars/dsml/activation.jar;jars/dsml/commons-logging.jar;jars/dsml/dom4j.jar;jars/dsml/dsmlv2.jar;jars/dsml/mail.jar;jars/dsml/saaf-api.jar;jars/dsml/saaj-ri.jar com.ca.directory.jxplorer.JXplorer
Post by Bonno Bloksma
Met vriendelijke groet,
Bonno Bloksma
hoofd systeembeheer
tio hogeschool hospitality en toerisme
begijnenhof 8-12 / 5611 el eindhoven
t 040 296 28 28 / f 040 237 35 20
<http://www.tio.nl>
------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------------------------------------------------
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
--
Douglas E. Engert <***@anl.gov>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
Continue reading on narkive:
Loading...