Issue
I am planning to do all the exercises from a introduction to java textbook and was wondering how to save each program individually in the IDE NetBeans. Is making a Project for each exercises necessary. I would like to be able to put these problems in order by chapter. Having them in Netbeans would be a great help down the road but if its impossible I was thinking I could always write the program in Netbeans and just save the java and class file in a separate folder.
Thanks for the quick responses I'll be gone for a while to reply to anymore responses.
Solution
It is not a necessity to create a project for each exercise. I'm assuming that your exercises are most likely to be single file programs. In that case, you can just use shift
+ F6
to run the current open file.
Answered By - tanyehzheng
Answer Checked By - Gilberto Lyons (JavaFixing Admin)