Skip to main content

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

Thank you, Olivier.
Actually I modified org.eclipse.jdt.core.compiler.codegen.targetPlatform as well, setting it to 1.4 (like org.eclipse.jdt.core.compiler.compliance and org.eclipse.jdt.core.compiler.source) but I obtain a runtime error (invalid constructor of BigDecimal).
I'll follow your hint and post this question to the newsgroup.

Thank you,

Andrea


On Thu, Jan 8, 2009 at 9:32 PM, Olivier Thomann <Olivier_Thomann@xxxxxxxxxx> wrote:
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


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


Back to the top