I am having trouble with some of the java exercises that use the Bash terminal to run the code, for example the FizzBuzz project (https://www.codecademy.com/courses/learn-java/projects/java-fizzbuzz)
I can get my code to run using the java FizzBuzz command, but if I make an error in the code and try and run it, it will only run the program from the last time it was correct. Then when I correct the code it still only runs the program from the previous time it was run correctly without the new code running. Even if I delete everything and just try and run simple System.out.println(“Hello”), it will still run the other code.
I end up having to go to a previous exercise that doesn’t use the bash terminal and writing the code there and copying it across.
This seems to be happening an all the exercises that use the Bash terminal. Am I doing something wrong or is it an issue with the codecademy site?
Thanks