Bugs item #3512660, was opened at 2012-03-28 21:18
Message generated for change (Comment added) made by pegacat
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=3512660&group_id=55394

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: RobertMarkBram (robertmarkbram)
Assigned to: Nobody/Anonymous (nobody)
Summary: Could not find the main class. Program will exit.

Initial Comment:
ON launching the app, I see a dialogue with the following message: Could not 
find the main class. Program will exit.

Got this with both: jxplorer-3.2.2 and jxplorer-3.3b3 - on Windows XP 64-bit.

Rob
:)

----------------------------------------------------------------------

>Comment By: Christopher Betts (pegacat)
Date: 2012-06-17 20:48

Message:
According to
http://stackoverflow.com/questions/1611312/java-error-bad-version-number-in-class-file-error-when-trying-to-run-cassandra
This appears to be due to a java version mismatch; JX is compiled with java
1.5; if you run it on an older version you will get this error.  You should
be able to fix this by upgrading to a more recent version of java (1.5 or
1.6).
(Please let me know if this is *not* the case!)

----------------------------------------------------------------------

Comment By: Don (c094728)
Date: 2012-05-01 08:58

Message:
This is on Windows 7 64Bit

----------------------------------------------------------------------

Comment By: Don (c094728)
Date: 2012-05-01 08:57

Message:
C:\Program Files (x86)\jxplorer-3.2.2>java -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.dir
ectory.jxplorer.JXplorer
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad
version number in .class file
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

----------------------------------------------------------------------

Comment By: Don (c094728)
Date: 2012-05-01 08:47

Message:
I get the same error

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=3512660&group_id=55394

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to