Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] How to add classpath entry to Java Project


You should ask this question in the Java Development Tools newsgroup.

Grant



Hi,

                I am trying to add classpath entry to java project.

                In a step towards that, I am using

                javaProject.setRawClasspath(entries, monitor), where entries is instance of
IClasspathEntry[].

                When I am  trying to create javaProject as follows:

                IJavaProject javaProject = JavaCore.create(IProject),
                After this statement my "javaProject" instance is null. I am sure IProject is
not null.

                Any pointers would be very helpful!





Thanks & Regards,
Balasubramaniyan K
Senior Software Engineer,

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top