Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Client Oracle plugin

Any body can send me the address of the good client (plugin Eclipse) of access Oracle ? I could do select, update, insert  and etc ...
----- Original Message -----
Sent: Friday, August 29, 2003 1:16 PM
Subject: Re: [eclipse-dev] Error in install GEF

Haroldo Pereira Nascimento wrote:
Hi
 
   I use the eclipse Version: 3.0.0
   I receive this error when I installed the plugin:
 
   "Requested operation cannot be performed because it would invalidate the current configuration. See details for more information.
   Graphical Editing Framework (2.1.1): Feature requires plug-in "org.eclipse.platform (2.1.1)", or compatible.

  How I can installed GED in my eclipse??
 
  thanks 
UPAID Brasil
Haroldo Pereira Nascimento
Tel.: (11) 5908-5679
Fax: (11) 5908-5678
The simple and brute but working approach is to edit the <requires> section in feature.xml in features/org.eclipse.gef_2.1.1 to state the following

<requires>
        <import plugin="org.eclipse.platform" version="3.0" match="compatible" />
</requires>

Works for me.

Best,
Jörg
-- 
__________________________________________________________
Dipl.-Inf. Jörg von Frantzius  |            artnology GmbH
                               |                Milastr. 4
Tel +49 (0)30 4435 099 26      |              10437 Berlin
Fax +49 (0)30 4435 099 99      |  http://www.artnology.com
_______________________________|__________________________

Back to the top