| Author |
Message |
|
|
Post subject: How to disable MyEclipse Derby
Posted: Oct 09, 2007 - 03:02 PM
|
|
Joined: Oct 09, 2007
Posts: 1
|
|
I'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 |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: How to disable MyEclipse Derby
Posted: Oct 09, 2007 - 04:28 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 8012
|
|
Go to Windows > Preferences > General > Startup and Shutdown and uncheck MyEclipse Derby. That should do the trick. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 02, 2013 - 06:00 PM
|
|
Veteran Member


Joined: Mar 02, 2004
Posts: 25
|
|
In MyEclipse 11, the choice to disable Derby is no longer available within
Windows > Preferences > General > Startup and Shutdown
I simply deleted this jar and that did the trick
com.genuitec.eclipse.derby_11.0.0.me201211281531.jar
so far, no undesired consequences from just deleting the jar.
but why was this choice removed? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 03, 2013 - 01:45 PM
|
|

Joined: Nov 11, 2010
Posts: 2193
|
|
msquared,
I have escalated your query to a dev team member. They will get back to you. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 03, 2013 - 03:41 PM
|
|
Joined: Mar 28, 2013
Posts: 5
|
|
I'm wondering how to do this too, and couldn't tell whether that was going to be a private or public reply to msquared. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 06, 2013 - 07:16 AM
|
|
Moderator


Joined: Aug 21, 2004
Posts: 2518
|
|
We'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 line | Code: | | com.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. |
_________________ Brian
MyEclipse Support
|
| |
|
|
|
 |
|
|