Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Cannot Windows SWT native libraries due to problems with

I installed Eclipse Committer 2020-12 to make changes to the Windows SWT
GDI+ native library.

After running the build.xml in project
"org.eclipse.swt.win32.win32.x86_64" with target "build_libraries", I
get an error message:

"Buildfile:
C:\Users\StefanKowski\git\eclipse.platform.swt.binaries\bundles\org.eclipse.swt.win32.win32.x86_64\build.xml
init_fragment:
Java 15 has removed Nashorn, you must provide an engine for running
JavaScript yourself. GraalVM JavaScript currently is the preferred option.

BUILD FAILED"

Eclipse comes von JDK 15 bundled, do I have to install an external JDK (11)?

Regards
Stefan


Back to the top