Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [imp-dev] Could not create class implementing org.eclipse.imp.core.LanguageValidator


Hello Rong,

We have some bug reports that are related to the problem you describe.  I believe that the problem is now pretty well fixed.  The updated code is available in the repository and should be part of the next release.

Thanks for your feedback.

Stan

Stan Sutton, Ph. D.
IBM T. J. Watson Research Center
19 Skyline Drive, Hawthorne, NY 10532 USA
telephone:  1-914-784-7316, FAX:  1-914-784-7455, T/L 863
e-mail:  suttons@xxxxxxxxxx, Stan Sutton/Watson/IBM@IBMUS



"Rong Chen" <Rong.Chen@xxxxxxxxx>
Sent by: imp-dev-bounces@xxxxxxxxxxx

03/21/2008 07:21 PM

Please respond to
IMP Developers List <imp-dev@xxxxxxxxxxx>

To
<imp-dev@xxxxxxxxxxx>
cc
Subject
[imp-dev] Could not create class implementing        org.eclipse.imp.core.LanguageValidator







My first try on IMP fails at the first task: Identifying a project for the language

Could not create class implementing org.eclipse.imp.core.LanguageValidator

java.lang.NullPointerException
at org.eclipse.imp.wizards.IMPWizardPage.openClassDialog(IMPWizardPage.java:1219)
at org.eclipse.imp.wizards.IMPWizardPage$7.linkActivated(IMPWizardPage.java:1178)
....

I have org.eclipse.imp.runtime_3.2.73.jar under plugins directory. It has LanguageValidator class from
org.eclipse.imp.language

Maybe there is already a bug report for this.

=======
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its affiliates or
subsidiaries that may be confidential, proprietary, copyrighted,
privileged and/or protected work product, and is meant solely for
the intended recipient. If you are not the intended recipient, and
have received this message in error, please contact the sender
immediately, permanently delete the original and any copies of this
email and any attachments thereto.
_______________________________________________
imp-dev mailing list
imp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/imp-dev


Back to the top