I get a similar problem, the IDE's compiler finds the imports so things
build and seem to run just fine. However some other part of the IDE
doesn't find the imports, so I don't get auto-complete for Java3D
stuff, it also underlines everything that uses Java3D in red.
In case you meant that yours doesn't even compile here's what I did to
get that to work:
right-click on your project in the packages view.
Select properties.
Go under the Libraries tab of the Java Build Path section and add the
Java3D jars there using "Add External Jars...".
You may also want to make sure it says 1.4 under
window->preferences->java->compiler->JDK Compliance
And since I'm already giving advice, you may want to add "(" to the
auto activation triggers under window->preferences->java->editor->Code
Assist
Replace the "." with ".(" this way you'll get auto-complete on
parameters too.
I've been using eclipse for a couple of weeks, it's a very nice step up
from Ultra Edit for java programming :)
If someone knows how to get it working perfectly I would like to know about
it too.
>From: Michael Schneider <[EMAIL PROTECTED]>
>Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [JAVA3D] help - java3d with eclipse dev env
>Date: Sat, 18 May 2002 12:08:02 -0400
>
>Hello All,
>
>Sorry for such a basic question, but I would like to change my
>development environment to eclipse www.eclipse.org
>
>I am having problems getting java3d to work with eclips.
>
>I am using java3d beta2, and the latest jsdk 1.4 from SUN,
>All java3d imports are failing...
>
>I am sure that it is something very simple, but I seem to be
>missing it.
>
>Thanks,
>Mike
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JAVA3D-INTEREST". For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".