Open Ygarr opened 2 years ago
Did you followed the instructions on Read Me File:)? I have a gif and some vm parameters you add before you run its very easy to add them check the read me and let me know ☺.
...Trying to build without IDE with command line , Implying I am a user.
java --module-path C:\openjfx-18.0.2_windows-x64_bin-sdk\javafx-sdk-18.0.2\lib --add-modules javafx.controls,javafx.fxml --add-exports javafx.controls/com.sun.javafx.scene.control.behavior=com.jfoenix,javafx.controls/com.sun.javafx.scene.control=com.jfoenix,javafx.base/com.sun.javafx.binding=com.jfoenix,javafx.graphics/com.sun.javafx.stage=com.jfoenix,javafx.base/com.sun.javafx.event=com.jfoenix,javafx.graphics/com.sun.javafx.scene=org.controlsfx.controls,javafx.graphics/com.sun.javafx.scene.traversal=org.controlsfx.controls -jar .\XR3Player.jar
within "XR3Player_lib" folder
gives WARNING: Unknown module:
Well you are trying to run directly the code? or you are using the installer?
The vm parameters are not needed when using the installer because i have passed them already. And Java 12 is bundled with the installer.
If you are running the code you will need an IDE to add the Vm parameters it's 1 minute task :).
They are needed that's how Java Fx works.
Last release was 3 years earlier because now i do web and mobile apps. I recently made some updates though on XR3Player and will release a new update sooner or later ☺.
On Sun, Aug 28, 2022, 17:01 Ygarr @.***> wrote:
java --module-path C:\openjfx-18.0.2_windows-x64_bin-sdk\javafx-sdk-18.0.2\lib --add-modules javafx.controls,javafx.fxml --add-exports javafx.controls/com.sun.javafx.scene.control.behavior=com.jfoenix,javafx.controls/com.sun.javafx.scene.control=com.jfoenix,javafx.base/com.sun.javafx.binding=com.jfoenix,javafx.graphics/com.sun.javafx.stage=com.jfoenix,javafx.base/com.sun.javafx.event=com.jfoenix,javafx.graphics/com.sun.javafx.scene=org.controlsfx.controls,javafx.graphics/com.sun.javafx.scene.traversal=org.controlsfx.controls -jar .\XR3Player.jar
within "XR3Player_lib" folder gives WARNING: Unknown module:
— Reply to this email directly, view it on GitHub https://github.com/goxr3plus/XR3Player/issues/84#issuecomment-1229423127, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3OFQCKNAFGIDWEYFKZYQLV3M2IDANCNFSM57ZS36VA . You are receiving this because you commented.Message ID: @.***>
After successful build: