Oxydose
JCHJava Community | Help. Code. Learn.
•Created by Oxydose on 1/2/2025 in #java-help
Code runs using IntelliJ but not in Visual Studio Code
I have a project me and my friends were working on. we initialized the project in Intellij using Gradle. when I try to run the program in vsc it gives an error. the cause of this error I believe is VSC cannot detect the resource folder where a part of the program needs to read to get input from. for some context here is the method:
after tinkering around with the file location I found out that the project can run if I move the file into the /project-name/ directory. is there any way I can make vsc read the file in the src/main/resources directory?
10 replies
JCHJava Community | Help. Code. Learn.
•Created by Oxydose on 12/28/2024 in #java-help
Project Feedback
I would like to clarify, I am asking for feedback not help with my final project :get_gunned: . So I am not so new to java, I have had the opportunity to learn it before but I'm not so good at the OOP stuff.
So straight to the problem, I have a project I had to build for my OOP Class finals, the project is FINISHED, but I think I need some feedback to improve my code etc. and since this project is for my OOP Class finals, I hope everything I did here so far counts as proper oop.
So the project is a simple cli quiz program built with gradle that reads a txt file to get the questions from. there are 2 types of quizes, multiple choice and true or false. here is the link: https://github.com/alvinskylers/oop-finals.git
11 replies