Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Managing Imports
Managing Imports [message #142822] Wed, 18 February 2004 00:01
Eclipse UserFriend
Originally posted by: jbailo.vestcom.com

Windows 2000
Eclipse 2.1.2
java 1.4.2 SDK

Project: compiling a /custom rule/ for a specialized application server.

Status:
The rule compiles fine using the javac compiler line command, but in
Eclipse, throws several syntax errors.

My classpath contains this reference to the application server API classes:

K:\EMA\classes

The K: drive is a hard map to my workstation.

I added this path to the classpath under
Windows/Preferences/Java/ClassPath variables as

EMM - K:\EMA\classes

When I put my imports into Eclipse, the /import organizer/ asked me if I
wanted it to organize them. I said yes, but now if I click on the
Import Organizer, it doesn't show any packages, imports.

In the editor, these lines show errors before compile:

(A) package rubric.server;

"The declared package does not match the expected package."


(B) Logger.debug( null, " function ZZZ" );

"Logger cannot be resolved."


(C) tid = ExtensionManager.RuleActionBegin(ExtensionManager.EMA210);

"ExtensionManager cannot be resolved."
Previous Topic:get the path of the workspace directory
Next Topic:Unidentified problem in org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.computeInheritedMeth
Goto Forum:
  


Current Time: Thu Sep 19 12:32:06 GMT 2024

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

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

Back to the top