Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-eclipserun-plugin: set multiple JDKs in runtime workspace

Hi,

On Fri, Feb 5, 2021 at 12:14 PM Daniel Schwering <daniel@xxxxxxx> wrote:
I'd really like to test its function with Java 8 projects. Is there any way to configure the Eclipse workspace (probably more specific: the org.eclipse.jdt.launching plugin) started by the tycho-eclipserun-plugin to include multiple JDKs and not just the one it was started with?

This is not something that Tycho should deal with directly. Your test should contain in some setup method some code that ensures JDT correctly configures the JVM.

Back to the top