Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse Error(Compilation Error )
Eclipse Error [message #1742710] Tue, 06 September 2016 14:34 Go to next message
Eclipse UserFriend
I am getting the Compilation error as "The type org.eclipse.emf.ecore.impl.EfactoryImpl cannot be resolved. It is indirectly referenced from required .class files"

How to get rid of that?

I have a main script and it is further calling some common scripts.

I am trying to pass the path and few required columns from the Test datapool as the arguments in the callscript function.

IDatapoolFactory tptpDatapoolFactory = new Common_DatapoolFactoryImpl();
// create an Datapool object
IDatapool tptpDatapool = (IDatapool) tptpDatapoolFactory.load(inputTptpFile, true);

callScript("testscripts.Client_Information", Path, dpString("NumOfClients"));

Getting the compilation error as "The type org.eclipse.emf.ecore.impl.EfactoryImpl cannot be resolved. It is indirectly referenced from required .class files"


[Updated on: Wed, 07 September 2016 09:41] by Moderator

Re: Eclipse Error [message #1742719 is a reply to message #1742710] Tue, 06 September 2016 17:21 Go to previous messageGo to next message
Eclipse UserFriend
You haven't provided nearly enough information or context for people to provide help. Try explaining the context of your situation, what code you have, what you've tried, etc.
The quality of the answers is directly proportional to the quality of the question.
Re: Eclipse Error [message #1742749 is a reply to message #1742719] Wed, 07 September 2016 03:36 Go to previous messageGo to next message
Eclipse UserFriend
Likely you don't have the org.eclipse.emf.ecore in the MANIFEST.MF's Require-Bundle section.
Re: Eclipse Error [message #1742764 is a reply to message #1742719] Wed, 07 September 2016 09:42 Go to previous message
Eclipse UserFriend
I have a main script and it is further calling some common scripts.

I am trying to pass the path and few required columns from the Test datapool as the arguments in the callscript function.

IDatapoolFactory tptpDatapoolFactory = new Common_DatapoolFactoryImpl();
// create an Datapool object
IDatapool tptpDatapool = (IDatapool) tptpDatapoolFactory.load(inputTptpFile, true);

callScript("testscripts.Client_Information", Path, dpString("NumOfClients"));

Getting the compilation error as "The type org.eclipse.emf.ecore.impl.EfactoryImpl cannot be resolved. It is indirectly referenced from required .class files"

Previous Topic:Eclipse not opening after being in use for over a week
Next Topic:index html doesn't reload in eclipse rcp help plugin
Goto Forum:
  


Current Time: Wed Jul 23 22:26:49 EDT 2025

Powered by FUDForum. Page generated in 0.10777 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top