While opening Query builder i get the following error:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/ImageFormatException
at com.sqleo.querybuilder.QueryActions.init(QueryActions.java:57)
at com.sqleo.querybuilder.QueryBuilder.<init>(QueryBuilder.java:96)
at com.sqleo.querybuilder.QueryBuilder.<init>(QueryBuilder.java:89)
at com.sqleo.environment.mdi.ClientQueryBuilder.<init>(ClientQueryBuilder.java:73)
...</init></init></init>
Last edit: PAscal 2013-05-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's great! That seems to work. At least it gives me the first dialogue that is in the help. It's a bit late to look further. I'll report back more tomorrow, but looks good :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While opening Query builder i get the following error:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/ImageFormatException
at com.sqleo.querybuilder.QueryActions.init(QueryActions.java:57)
at com.sqleo.querybuilder.QueryBuilder.<init>(QueryBuilder.java:96)
at com.sqleo.querybuilder.QueryBuilder.<init>(QueryBuilder.java:89)
at com.sqleo.environment.mdi.ClientQueryBuilder.<init>(ClientQueryBuilder.java:73)
...</init></init></init>
Last edit: PAscal 2013-05-13
Hello,
This seems to be java (1.7) version related.
Could you confirm by sending us the output generated by
java -version
Regards
PAscal
Last edit: PAscal 2013-05-13
I have the same problem here. java -version output is
java version "1.7.0_25"
OpenJDK Runtime Environment (fedora-2.3.10.3.fc18-x86_64)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
Thanks for the report
could you try attached jar ?
That's great! That seems to work. At least it gives me the first dialogue that is in the help. It's a bit late to look further. I'll report back more tomorrow, but looks good :-)