- This topic has 5 replies, 6 voices, and was last updated 11 years, 6 months ago by Brian Fernandes.
-
AuthorPosts
-
chuckglennMemberI’ve grown accustomed to just clicking the “Run/Stop/Restart MyEclipse Servers” to start Weblogic 8.x, since it is the only server I had enabled.
Now I install MyE 6.0, and something called “Derby” is the top choice. I looked all over the configuration, and I cannot find a way to turn it off. Please advise. The button does seem to trigger Weblogic once I explicitly choose it the first time, but… I really just want to disable Derby or otherwise remove it as an option on that submenu.
THANKS
Loyal WaterMemberGo to Windows > Preferences > General > Startup and Shutdown and uncheck MyEclipse Derby. That should do the trick.
msquaredMemberIn MyEclipse 11, the choice to disable Derby is no longer available within
Windows > Preferences > General > Startup and ShutdownI simply deleted this jar and that did the trick
com.genuitec.eclipse.derby_11.0.0.me201211281531.jarso far, no undesired consequences from just deleting the jar.
but why was this choice removed?
support-swapnaModeratormsquared,
I have escalated your query to a dev team member. They will get back to you.
spwalshMemberI’m wondering how to do this too, and couldn’t tell whether that was going to be a private or public reply to msquared.
Brian FernandesModeratorWe’re not sure why “MyEclipse Derby” has disappeared from the startup list, but we’re looking into being able to easily disable it.
As a quick workaround, what you can do now is go to
<installation directory>\configuration\org.eclipse.equinox.simpleconfigurator
and edit the bundles.info file. You will find the following linecom.genuitec.eclipse.derby,11.0.0.me201211281531,plugins/com.genuitec.eclipse.derby_11.0.0.me201211281531.jar,4,false
Simple delete or comment this line and restart MyEclipse. Would recommend making a backup of the file first.
Sorry for the inconvenience caused, we’re looking into it. Please let us know if you see any other issues with MyEclipse 2013.
-
AuthorPosts