Discussion:
Aw:
Amno Jeeuw
2018-10-19 02:27:34 UTC
Permalink
I have downloaded openjfx-11_windows-x64_bin-sdk.zip and unzipped it in
C:\Program Files\Java\jdk-11 and I have also placed openfx in the
C:\Program Files\Java\jdk-11\javafx-sdk-11 directory. Now I'd like to
configure eclipse to use this two j/sdk(s), but I have not been able to
find adequate information regarding this matter. Any suggestions?

*ArbolOne
Using Fire Fox and Thunderbird.
Developing for Android using Java, C/C++, HTM/CSS and SQLite as our
platform has been exciting and most rewarding.
[ Ñ ]*
marcel Austenfeld
2018-10-19 06:41:56 UTC
Permalink
marcel Austenfeld
2018-10-19 06:43:06 UTC
Permalink
Just add the OpenJDK to
 
Window->Preferences->Java->Installed JREs (you can make it the default)
 
See also: https://stackoverflow.com/questions/15099530/how-to-change-default-jre-for-all-eclipse-workspaces[https://deref-web-02.de/mail/client/-nLC318xNiM/dereferrer/?redirectUrl=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F15099530%2Fhow-to-change-default-jre-for-all-eclipse-workspaces]
 
To add Openjfx see this nice answer on StackOverflow:
 
https://stackoverflow.com/questions/52013505/how-do-i-use-javafx-11-in-eclipse[https://deref-web-02.de/mail/client/PwC97i2atSk/dereferrer/?redirectUrl=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F52013505%2Fhow-do-i-use-javafx-11-in-eclipse]
 
More information for OpenJFX and links can be found here:
 
https://openjfx.io/index.html[https://deref-web-02.de/mail/client/0g2G3LnK6CE/dereferrer/?redirectUrl=https%3A%2F%2Fopenjfx.io%2Findex.html]
 

Gesendet: Freitag, 19. Oktober 2018 um 04:27 Uhr
Von: "Amno Jeeuw" <***@gmail.com>
An: openjfx-***@openjdk.java.net
Betreff: Kein Betreff
I have downloaded openjfx-11_windows-x64_bin-sdk.zip and unzipped it in
C:\Program Files\Java\jdk-11 and I have also placed openfx in the
C:\Program Files\Java\jdk-11\javafx-sdk-11 directory. Now I'd like to
configure eclipse to use this two j/sdk(s), but I have not been able to
find adequate information regarding this matter. Any suggestions?

*ArbolOne
Using Fire Fox and Thunderbird.
Developing for Android using Java, C/C++, HTM/CSS and SQLite as our
platform has been exciting and most rewarding.
[ Ñ ]* 
 
Nir Lisker
2018-10-19 07:30:44 UTC
Permalink
Hi Amno,

I don't understand what "two j/sdk(s)" is. If you've unzipped the openjfx
SDK's, point to them in Eclipse in the Java Build Path of your project by
adding a library or external jars like you would any other dependency.

- Nir
Post by Amno Jeeuw
I have downloaded openjfx-11_windows-x64_bin-sdk.zip and unzipped it in
C:\Program Files\Java\jdk-11 and I have also placed openfx in the
C:\Program Files\Java\jdk-11\javafx-sdk-11 directory. Now I'd like to
configure eclipse to use this two j/sdk(s), but I have not been able to
find adequate information regarding this matter. Any suggestions?
*ArbolOne
Using Fire Fox and Thunderbird.
Developing for Android using Java, C/C++, HTM/CSS and SQLite as our
platform has been exciting and most rewarding.
[ Ñ ]*
Amno Jeeuw
2018-10-20 00:19:26 UTC
Permalink
Thanks everyone. I think I got it. Next step is to port the project from
Java 8 to Java 11, wish me luck 😉
Post by Nir Lisker
Hi Amno,
I don't understand what "two j/sdk(s)" is. If you've unzipped the openjfx
SDK's, point to them in Eclipse in the Java Build Path of your project by
adding a library or external jars like you would any other dependency.
- Nir
Post by Amno Jeeuw
I have downloaded openjfx-11_windows-x64_bin-sdk.zip and unzipped it in
C:\Program Files\Java\jdk-11 and I have also placed openfx in the
C:\Program Files\Java\jdk-11\javafx-sdk-11 directory. Now I'd like to
configure eclipse to use this two j/sdk(s), but I have not been able to
find adequate information regarding this matter. Any suggestions?
*ArbolOne
Using Fire Fox and Thunderbird.
Developing for Android using Java, C/C++, HTM/CSS and SQLite as our
platform has been exciting and most rewarding.
[ Ñ ]*
Loading...