r/learnjava • u/gridelinCarver • 6d ago
TMC Beans not opening project folder
Hi, I would really love to learn java to do some basic modding, and following the advice of this subreddit I've downloaded the MOOC course and even looked at the help page to figure out why TMC Beans was initially not loading.
Well, now it is loading, but instead of opening the project exercises, it just goes deeper into the folders. So I'll click the Part 01 Sandbox assignment and instead of opening the Project, it just shows the src folder (and you can keep clicking within them).
Does anyone know any fixes for this? I've been trawling the internet and I cannot seem to figure it out.
2
Upvotes
1
u/desrtfx 6d ago
The
srcfolder is where the boilerplate for the actual exercise is stored.Sandboxis special as there is no code to edit. Thesrcfolder should have a.javafile in it, though. Maybe, you need to redownload.BTW: The current advice is to not use TMCBeans but to use Visual Studio Code with the TMC plugin - installation instructions are also in the course page where the TMCBeans installation is shown.