How to edit .replit file to run a custom class | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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**

29th Apr 2023, 10:51 AM
I am offline
I am offline - avatar
4 Answers
+ 3
Do you have the manifest file as well?
29th Apr 2023, 12:03 PM
Ausgrindtube
Ausgrindtube - avatar
+ 2
Ausgrindtube no it's simple fx application I used module-info.java
29th Apr 2023, 12:07 PM
I am offline
I am offline - avatar
+ 2
I might message you privately to sort out/get some more information and then post whatever is relevant afterwards.
29th Apr 2023, 12:38 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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
1st May 2023, 6:24 AM
I am offline
I am offline - avatar