This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I am using JavaFX 11 and Java 11 and IntelliJ IDE.
I have created the artifacts as can be seen here : https://imgur.com/bhstpWk
But i am getting this error when building artifacts: Error:Java FX Packager: Can't build artifact - fx:deploy is not available in this JDK
I used this documentation to create an artifact
Currently my project is non modular, that is no module-info file and the VM options are according to that. But then i create module-info package in src folder and change the VM options accordingly and try to run it gives me Exception: Module "name" not found.
Please Help. Should i create a new project and copy paste all my files into that?
I'm not a pro but when I distributed my JFX app I hade to build it with JDK 8 to get rid of that problem. Was a real hassle to get it working but try it out and see if it works. Will look into details if you need it
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/learnjava/c...