Book a Demo

Author Topic: Failed to run MDG Intergration in Eclipse  (Read 4297 times)

rogerRabbit

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Failed to run MDG Intergration in Eclipse
« on: May 12, 2015, 05:09:25 am »
I've installed the trial Professional version of EA and the MDG Integration but when I ran either "EA Project Explorer" or "MDG Options",  I got a message saying "The chosen operation is not currently available". How can I trouble this?

The are the Eclipse version
Eclipse IDE for Java Developers

Version: Kepler Service Release 2
Build id: 20140224-0627
(c) Copyright Eclipse contributors and others 2000, 2014.  All rights reserved.
Visit http://eclipse.org/
« Last Edit: May 12, 2015, 05:10:06 am by rogeryung »

Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: Failed to run MDG Intergration in Eclipse
« Reply #1 on: May 12, 2015, 10:34:25 am »
Maybe your Eclipse is 64-bit version. The add-in works only on 32-bit Eclipse.

HTH,
--
t-kouno

rogerRabbit

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Failed to run MDG Intergration in Eclipse
« Reply #2 on: May 15, 2015, 09:30:25 am »
Yes, it works in 32bit. Is there a chance for it to support 64bit?

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Failed to run MDG Intergration in Eclipse
« Reply #3 on: May 15, 2015, 09:57:49 am »
Unfortunately the Eclipse Integration add-in currently only supports the 32-bit version of Eclipse.  EA and it's associated DLLs are 32-bit only, and there is no way that we know of to access these from a 64-bit JVM.

The Eclipse Link component however (now built-in with EA 12, Professional or higher) should work with 64-bit versions of Eclipse.  This allows you to link a package from within EA to your Eclipse project and perform the same basic import/synch actions.  It just doesn't provide the additional EA GUI within the Eclipse IDE.

The Eclipse Link jar files can be found in the EA 12 installation directory and will need to be manually copied into your Eclipse plugins folder.

rogerRabbit

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Failed to run MDG Intergration in Eclipse
« Reply #4 on: May 15, 2015, 10:29:17 am »
Do you have a write-up on how to do it? Is it possible to generate C++ code from EA and then export the code to Eclipse CDT?