Skip to main content



      Home
Home » Eclipse Projects » Linux Tools Project » Eclipse package dependency in run-time
Eclipse package dependency in run-time [message #916132] Tue, 18 September 2012 11:37
Eclipse UserFriend
I'm changing Eclipse internal source code and creating builds for test.
Here is an Eclipse class where I added import:


package org.eclipse.ltk.ui.refactoring.actions;

//Added
import org.eclipse.jdt.core.dom.AST;

public final class ApplyRefactoringScriptAction implements IWorkbenchWindowActionDelegate {

...

} 



For the changes above, build is compiled in Fedora successfully, but Eclipse fails in run-time saying org.eclipse.jdt.core cannot be resolved.

I suspect somewhere Eclipse package's (run-time) dependency is defined, but cannot locate it at all.
Hope to get any tip. Thank you!

[Updated on: Tue, 18 September 2012 11:38] by Moderator

Previous Topic: error logged from debug core
Next Topic:1.1.1 released
Goto Forum:
  


Current Time: Thu Jul 03 07:06:25 EDT 2025

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

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

Back to the top