Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Managing Imports
Managing Imports [message #19630] Wed, 18 February 2004 13:18 Go to next message
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."
Re: Managing Imports [message #19720 is a reply to message #19630] Wed, 18 February 2004 14:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

This newsgroup is for the Visual Editor.
None of the information you provided looks familiar, so I can't even
tell you which newsgroup would be appropriate for your question.

--
Thanks, Rich Kulp

Re: Managing Imports [message #19931 is a reply to message #19720] Wed, 18 February 2004 17:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jbailo.vestcom.com

Rich Kulp wrote:
> This newsgroup is for the Visual Editor.
> None of the information you provided looks familiar, so I can't even
> tell you which newsgroup would be appropriate for your question.
>

Isn't the Visual Editor the Java IDE ? That's what I'm talking about.
Re: Managing Imports [message #19973 is a reply to message #19931] Wed, 18 February 2004 17:59 Go to previous message
Eclipse UserFriend
Originally posted by: jdm0532.nospam.cs.rit.edu

John Bailo wrote:
> Rich Kulp wrote:
>
>> This newsgroup is for the Visual Editor.
>> None of the information you provided looks familiar, so I can't even
>> tell you which newsgroup would be appropriate for your question.
>>
>
> Isn't the Visual Editor the Java IDE ? That's what I'm talking about.
>
The Visual Editor is a project for making GUI editors within Eclipse.
The JDT is the main Java development environment project for Eclipse.

- Jeff
Re: Managing Imports [message #581625 is a reply to message #19630] Wed, 18 February 2004 14:00 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

This newsgroup is for the Visual Editor.
None of the information you provided looks familiar, so I can't even
tell you which newsgroup would be appropriate for your question.

--
Thanks, Rich Kulp

Re: Managing Imports [message #581724 is a reply to message #19720] Wed, 18 February 2004 17:22 Go to previous message
Eclipse UserFriend
Rich Kulp wrote:
> This newsgroup is for the Visual Editor.
> None of the information you provided looks familiar, so I can't even
> tell you which newsgroup would be appropriate for your question.
>

Isn't the Visual Editor the Java IDE ? That's what I'm talking about.
Re: Managing Imports [message #581781 is a reply to message #19931] Wed, 18 February 2004 17:59 Go to previous message
Eclipse UserFriend
John Bailo wrote:
> Rich Kulp wrote:
>
>> This newsgroup is for the Visual Editor.
>> None of the information you provided looks familiar, so I can't even
>> tell you which newsgroup would be appropriate for your question.
>>
>
> Isn't the Visual Editor the Java IDE ? That's what I'm talking about.
>
The Visual Editor is a project for making GUI editors within Eclipse.
The JDT is the main Java development environment project for Eclipse.

- Jeff
Previous Topic:Managing Imports
Next Topic:visual editor disappeared
Goto Forum:
  


Current Time: Sat Jun 07 19:18:45 EDT 2025

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

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

Back to the top