First of all, thank you for the new version!
Unfortunately I cannot get it to work. If I try to compile the following error is shown:
cannot access jgd.JGDQuery
bad class file: D:\ext\gdapi.jar(jgd/JGDQuery.class)
class file has wrong version 50.0, should be 49.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
I've searched the internet for the error and saw that it might be because of the Java version. I use 1.5 and the documentation said that this is a supported version.
Does anybody know what I could do. Thank you for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
after recompiling the source the error is gone but now I have another error. It is an
UnsatisfiedLinkError and tells me that the application could not be started because the configuration is not correct and that I should reinstall it.
Does anybody know if I need to do anything else than what is described in the documentation.
I added all the jars to the classpath and it seems to find the .dll file as well, even though
it shows this UnsatisfiedLinkError. Do I need anything from Google to be able to use GDAPI.
Thank you in advance for you answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
First of all, thank you for the new version!
Unfortunately I cannot get it to work. If I try to compile the following error is shown:
cannot access jgd.JGDQuery
bad class file: D:\ext\gdapi.jar(jgd/JGDQuery.class)
class file has wrong version 50.0, should be 49.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
I've searched the internet for the error and saw that it might be because of the Java version. I use 1.5 and the documentation said that this is a supported version.
Does anybody know what I could do. Thank you for your help.
Hello again,
after recompiling the source the error is gone but now I have another error. It is an
UnsatisfiedLinkError and tells me that the application could not be started because the configuration is not correct and that I should reinstall it.
Does anybody know if I need to do anything else than what is described in the documentation.
I added all the jars to the classpath and it seems to find the .dll file as well, even though
it shows this UnsatisfiedLinkError. Do I need anything from Google to be able to use GDAPI.
Thank you in advance for you answer.