nlisker
nlisker
I am encountering this (or a similar) problem. For comparison, I'm using both Eclipse and Gradle to run and build. [test.zip](https://github.com/openjfx/javafx-gradle-plugin/files/8118638/test.zip) ## version `0.0.11` ### Building Eclipse: builds fine Gradle...
@abhinayagarwal Can you have a look at the reproduction cases? I tested both 0.0.11 and 0.0.12 with a sample project.
@abhinayagarwal Let's look at this sample so we have a common ground: https://github.com/openjfx/samples/tree/master/IDE/Eclipse/Modular/Gradle/hellofx (or for other IDEs, I personally use this one because I use Eclipse). I only updated the...
I can try later to reproduce, but you are using Java 10, which includes JavaFX, and then adding JavaFX 11 dependencies. That looks like a bad idea.
> OpenJDK does not include OpenJFX as far as I know? Only from 11. You are using Java 10, which includes JavaFX 10.
Sorry, I quickly saw `Java version: 10.0.2, vendor: Oracle Corporation` and thought you were using Oracle JDK 10.
Isn't it mentioned in https://openjfx.io/openjfx-docs/? On Mon, Jul 27, 2020 at 2:27 PM davidfrancisandroidemul < [email protected]> wrote: > Ran into this just now, when running the Non Modular Gradle sample...
@davidfrancisandroidemul Also note that this repo is defunct. The current one is https://github.com/openjdk/jfx.
I've never had a problem with the instructions, so from my point of view the examples worked and still work. If you have a problem specifically with the examples, file...
I have explained the Eclipse issue on the [mailing list](http://mail.openjdk.java.net/pipermail/openjfx-dev/2019-March/023140.html). > If we create a pull request removing all IDE specific files, does it block eclipse developers? Yes. Eclipse files...