Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashik5757 committed Dec 2, 2021
1 parent a22595b commit 0474d30
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ This is a JavaFX based CGPA calculator application.

- ### _Process_ :

- Open new project in IntelliJ IDEA.
- Download the zip file of code and extract.
- Open it with IntelliJ IDE.
- Update the project sdk and language level(default) in project structure.
- Attach lib folder directory of javafx-sdk to Libraries in project structure.
- Attach **FontAwesome**,**JFoenix**and **ControlFX** jar file in module dependency in project structure.
- Download the zip file of the code.
- Attach **FontAwesomeFX 9** , **JFoenix** and **ControlFX** jar file in module dependency in project structure.
- Now run the **FakeLauncher.java** or **LaunchApp.java**.

If the program does not run and shows an error like following line, then update the VM option in run configuration.
Expand All @@ -82,7 +83,7 @@ If the program does not run and shows an error like following line, then update

<br>

Go to the Run -> Edit Configurations... of **FakeLauncher.java** or **LaunchApp.java** and paste the following line in _Add VM option_ from _Modify option_.
Go to the Run -> Edit Configurations... of **FakeLauncher.java** and **LaunchApp.java** and paste the following line in _Add VM option_ from _Modify option_.

~~~
--module-path
Expand Down

0 comments on commit 0474d30

Please sign in to comment.