-
Due to the recaptcha verification code added during login, login is currently not possible and a solution is being sought. Have relevant experience and need your help.
-
I am trying to build a project which uses Hibernate ORM and H2 database.
It runs fine, but when using jlink task I get the following message:
```
Configure project :
Found module name 'voroniy'
…
-
I started out writing this as a Java 9 bug, but it affects any Java version. The short version:
The `jfxRun` task by default (`useEnvironmentRelativeExecutables = true`) will always run the project…
-
Hello,
I'm trying to use the plugin to build an installer for an application that uses JavaFX 12 and OpenJDK 11.0.5, but I'm getting an error when I use the jpackage task. This is the message that ap…
-
I am currently trying to use Apache POI, Java Fx and JAXB in the same Project. I tried it step by step, and it seems to break as soon as I add POI.
The Gradlefile currently looks like this.
```Gra…
-
Hi, I'm sorry if this is the improper channel to post this, but after following your guide, I'm getting stacktraces when trying to run my program from a fat jar with JavaFX. The program runs fine with…
-
#### Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
```
IntelliJ IDEA 2019.3.4 (Ultimate Edition)
Build #IU-193.6911.18, built on March 17, 2020
Licensed to xxx
Subscription is act…
H-ZeX updated
4 years ago
-
Trying to run a spec file and getting this error:
```
Testing started at 9:36 AM ...
"C:\Program Files\gauge\bin\gauge.exe" run --machine-readable --hide-suggestion --simple-console "C:/Work/auto…
-
Hi,
Thanks for the quick fix on the NPE issue. :)
Here's a link to the SO issue for the NPE issue that also contains my build.gradle file
https://stackoverflow.com/questions/58524790/badass-r…
-
Hello everyone,
I'm dealing with the following issue: I have got a JavaFX JDK 11 project with two modules: main and test. Main holds all the source code and the source code resources. And test hold…