lavernw / jaustoolset

Automatically exported from code.google.com/p/jaustoolset
0 stars 1 forks source link

GUI crashes before opening #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to start the program through the binary distribution or source 
(double clicking on JTS.jar, for instance)

What is the expected output? What do you see instead?
I expect the GUI to open and to be usable. Instead, I see an error message that 
says "Error creating bean with name 'persistor' defined in class path resource 
[persistorContext.xml]: Invocation of init method failed; nested exception is 
java.lang.ClassCastException: java.lang.String cannot be cast to 
java.lang.Class".

What version of the product are you using? On what operating system?
version 2.2.1 on windows 7

Please provide any additional information below.
Since it was a java exception, I tried going back (from Java 8) to Java 6 
(which the guide recommended), but it did not change the error message or allow 
it to start up.

Original issue reported on code.google.com by jordanap...@gmail.com on 28 May 2014 at 6:13

Attachments:

GoogleCodeExporter commented 9 years ago
This happens when Java 8 is on the computer. Even when I use a different 
version of Java by changing the computer's environment variables, the presence 
of Java 8 on the computer destroys the program. Now that I've figured out the 
cause, using Java 7 is fine, but it would be a pain if I needed to use Java 8 
for something else and had to continually install and uninstall.

Original comment by jordanap...@gmail.com on 17 Jul 2014 at 12:52