Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Bootclasspath?

You should also modify the target platform.
This question is better asked on the jdt newsgroup.

Olivier




"andrea bianchi" <bianchi75@xxxxxxxxx> 
Sent by: jdt-core-dev-bounces@xxxxxxxxxxx
2009-01-08 15:22
Please respond to
"Eclipse JDT Core developers list." <jdt-core-dev@xxxxxxxxxxx>


To
jdt-core-dev@xxxxxxxxxxx
cc

Subject
[jdt-core-dev] Bootclasspath?






Hi,

this question is related to JDT but not to the Eclipse platform. I have to 
mantain a project that should run under Java 5 but compile some Java 2 
classes. The compiler is based on JDT. Setting the 
org.eclipse.jdt.core.compiler.source and 
org.eclipse.jdt.core.compiler.compliance properties I've been able to 
produce Java2 bytecode but I have runtime errors since the sources are 
compiled against Java 5 libraries. Is there any option to set so I can 
force the bootclasspath of the JDT compiler?

Thank you,

Andrea Bianchi_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top