Skip to content

Zack4DEV/JavaFx-Maven--radio-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadioApp

RadioApp

====================================

Project In General

Name: RadioApp.
Description: Moroccan Radio Stations JavaFx-App.
@Version: 1.0.0-SNAPSHOT.
@Author: Zack4DEV.

====================================

Project In Technical

This project uses Maven, JavaFX Java Framework.

If you want to learn more about JavaFX, please visit its website: https://openjfx.io/ .

------------------------------------------

Running the application

You can run your application with maven javafx plugin using:

mvn clean javafx:run

Or with modules javafx-fxml,javafx-controls,javafx-media added using:

mvn clean install -f kit
java "
--module-path lib/
--add-modules=javafx-controls,javafx-fxml,javafx-media \
--add-opens=javafx-fxml/javafx.fxml=ALL-UNNAMED \
com.oracle.javafx.scenebuilder.app.SceneBuilderApp
"

Creating a native executable

You can create a native executable using GraalVM:

mvn -Pnative -Dagent=true -DskipTests=true -DskipNativeBuild=true package exec:exec@java-agent

------------------------------------------

License:

MIT: http://z4dev.mit-license.org