Posts by Rafael • 51 points
3 posts
-
4
votes2
answers3435
viewsQ: Compile multiple java files in the same folder
I made a very simple Java program, using the notepad and compiling by CMD. The problem is that even though the files are in the same folder, the class that has the method main() does not compile.…
-
1
votes3
answers3092
views -
0
votes1
answer1507
viewsQ: Executable created by Codeblocks opens and closes alone
I have a problem with my Codeblocks program. When I compile and run the program, Codeblocks creates a executable in the Debug folder that is inside the bin folder, located in the same folder where…