Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Basics Getting Started with Java IO

HOW CAN I SAVE MY PROGRESS WHEN WORKING ON THE CHALLENGE TASKS?

Hello, I'm currently working through the IO section of the Java Basics Course. I manage to complete two questions in the allotted time I have before logging out and returning the following day but notice my progress has not been saved, returning me to the beginning of the challenge. Is there a way for me to save my progress?

Thanks, Chris.

2 Answers

Chris Freeman
MOD
Chris Freeman
Treehouse Moderator 68,423 Points

Challenge progress is not save between sessions. Options

  • If you keep a browser window open, your progress should be saved.
  • If you have to log off, I suggest you copy your code to a local file for save keeping.
  • If a local file doesn’t work you can save it within a workspace.

Post back if you need more help. Good luck!!!

Hi Chris,

Saving code to notepad and also to a workspace.

Thanks .Chris.