Skip to main content

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

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,



Back to the top