+ 2
How to edit .replit file to run a custom class
I want to run a JavaFX application on replit and the main file there is App.java , I want to properly link the application as there is a module-info.java file also. My replit directory structure: https://i.stack.imgur.com/vMmpJ.jpg Can someone edit(or give me some sources from where I can learn) my .replit file such that when I run the application it starts from App.java , module-info.java is also properly linked and the JDK version should be <16. I tried understanding the .replit file but I can't understand how to edit it. .replit file: https://code.sololearn.com/cDs4T4h9yuGk/?ref=app **I'm running out of time please answer it fastly**
5 Answers
+ 3
Do you have the manifest file as well?
+ 2
Ausgrindtube no
it's simple fx application
I used module-info.java
+ 2
I might message you privately to sort out/get some more information and then post whatever is relevant afterwards.
+ 1
I added the dependencies but the problem is now that I'm not able to link module-info.java
does anyone know bash command how to run App.java with the module-info as the module path+javafx