- This topic has 3 replies, 2 voices, and was last updated 12 years, 3 months ago by support-swapna.
-
AuthorPosts
-
Ben RiveraMemberI am using MyEclipse 10.5. I have an application that is using Hibernated and Java 1.7. The integrated sandbox starts Derby 10.2.2.0, but my application has updated the database and I can no longer connect to the database using the Database Explorer. It states that the database has been updated to 10.8.
I searched the plugin directory and only found this com.genuitec.eclipse.derby_9.0.0.me201108091322.jar that referenced the derby.jar in it.
I have tried updating com.genuitec.eclipse.derby_9.0.0.me201108091322.jar file with the Java 1.7 derby iles, but this has not worked.Is there another file or a new file available from MyEclipse?
support-swapnaModeratorBenRivera,
I would not recommend updating the internal version of Derby. I would instead recommend that you simply install another version of Derby on your system, start that manually (it is pretty simple) and create a new Derby driver that connects to this installation.
If you still want to modify the Internal Derby,can you make sure you have replaced the derby jars in the lib folder of the com.genuitec.eclipse.derby_9.0.0.me201108091322.jar with the Derby 10.8 version ones?
Let us know how it works for you.
Ben RiveraMemberI had already changed the jar files in the lib folder but that didn’t work.
I had to do the following for it to finally work:
Remove the updated com.genuitec.eclipse.derby_9.0.0.me201108091322.jar file from the plugin folder
Start MyEclipse and confirm that the Derby plugin was not available
Stop MyEclipse
Place the updated com.genuitec.eclipse.derby_9.0.0.me201108091322.jar file in the plugin folderI am not sure why I had to do this before MyEclipse recognized the new Derby jars, apparently there was some sort of caching going on.[/list]
support-swapnaModeratorBenRivera,
Glad that you got it working. I have asked the dev team to check on it.
Do let us know if you see any issues. -
AuthorPosts