whats even more is that if i create any new file in the "src" folder of the project , it doesnt create any new bin folder to place the class file. i dont know where the class files are of the compiled source code . only when i manually javac -d ..\bin test.java
-d a test code from the cmd, a new bin folder got created.
anyone have any idea why this is happening ?
i had the project folder synced to a repository on github , and the repo has all the bin and the class files , but when i try to pull from the repo , it says successfully pulled , but no class files are getting downloaded into my hard disk.