Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] question about ASTParser

Hey!

I am using the ASTParser my manually setting the environment via:

	public void setEnvironment(String[] classpathEntries, String[] sourcepathEntries, String[] encodings, boolean includeRunningVMBootclasspath) {

I am wondering what I should pass in here (for the classpathEntries) if the parser should resolve against a JDK9, specially with regards to the modules. References to the jmod files?
Any pointer would be great… :-)

Thanks a lot for your help!
-Martin




Back to the top