Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Configuration for testing BETA_JAVA9?

Hi Stephan,
 
Yes, that part needs fix. We are also working on getting the Y builds use JDK 9 for one of the test environments.
I agree it is taking longer than we would like.
 
Regards,
Jay
 
----- Original message -----
From: Stephan Herrmann <stephan.herrmann@xxxxxxxxx>
Sent by: jdt-dev-bounces@xxxxxxxxxxx
To: jdt-dev@xxxxxxxxxxx
Cc:
Subject: [jdt-dev] Configuration for testing BETA_JAVA9?
Date: Sun, May 28, 2017 5:48 PM
 
I was trying to execute a regular compiler test with runConformTest() on jdk 9,
which on my machine fails because
    org.eclipse.jdt.core.tests.runtime.LocalVMLauncher.getLauncher()
looks for JAVA_HOME/jrt-fs.jar but in recent versions it should look for
JAVA_HOME/lib/jrt-fs.jar right?

I could imagine this to go unnoticed on Windows, because as a fall-back a
SideCarVMLauncher is used, which just invokes "javaw", which might work on
Windows but not on Linux.

Next I tried to figure out, if perhaps I'm not using the correct JDK version,
but Hudson's eclipse.jdt.core-Gerrit as well as Y-Builds apparently still run
on Java 8. As a result in neither kind of build could I see traces of 9-specific
tests being run.

What am I missing?
Stephan
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-dev

 
 


Back to the top