Skip to main content



      Home
Home » Newcomers » Newcomers » Indirectly reference from class file? WTF?
Indirectly reference from class file? WTF? [message #35559] Wed, 16 March 2005 09:16
Eclipse UserFriend
Originally posted by: et.nospam-et3d.com

I'm have a source to a CDT plugin which I hope to adapt (if I can't find
an easier way to do what I want). Apart from it being old and using
deprecated stuff, I also have a problem that I don't understand at all.

Here's a block of code:

public static final String ATTR_TSIM = MIPlugin.getUniqueIdentifier() +
".TSIM"; //$NON-NLS-1$
public static final String ATTR_TSIM_LAUNCH =
MIPlugin.getUniqueIdentifier() + ".TSIMLAUNCH"; //$NON-NLS-1$
public static final String ATTR_TSIM_HOST =
MIPlugin.getUniqueIdentifier() + ".TSIMHOST"; //$NON-NLS-1$
public static final String ATTR_TSIM_PORT =
MIPlugin.getUniqueIdentifier() + ".TSIMPORT"; //$NON-NLS-1$
public static final String DEBUG_NAME = MIPlugin.getUniqueIdentifier()
+ ".GDB"; //$NON-NLS-1$
public static final String ATTR_DEBUG_NAME =
MIPlugin.getUniqueIdentifier() + ".GDBNAME"; //$NON-NLS-1$
public static final String ATTR_GDB_INIT =
MIPlugin.getUniqueIdentifier() + ".GDBINITSTR"; //$NON-NLS-1$

All these lines look the same to me, but the editor underlines
"MIPlugin.getUniqueIdentifier()" in the first and third assignments, and
reports:

The type org.osgi.framework.BundleActivator cannot be resolved. It is
indirectly referenced from required .class files

I have no idea at all what's it talking about or what it's coming from.
Any idea?

Eyal
Previous Topic:compiling Java in Eclipse
Next Topic:DOS Console output
Goto Forum:
  


Current Time: Sun May 11 06:24:39 EDT 2025

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

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

Back to the top