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 Data Structures - Retired Organizing Data Serialization

Glenn Gillen
Glenn Gillen
2,162 Points

Trouble creating treets.ser file

I'm using Notepad++ with Windows PowerShell to follow the exercises in Data Structures. I'm having trouble finding the "treets.ser" file after compiling Treets.save(treets), and I'm not getting any compiling errors.

Do I need to use an IDE to create and use serialized files? I want to believe it's possible to create serialized files using text-editors and PowerShell, but if not then I'm open to other suggestions. Thanks!

Trevor Hunsberger
Trevor Hunsberger
1,509 Points

I am having the same issue, but inside the teamtreehouse workspace... did you try yours first in the workspace?

Chris Howell
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Chris Howell
Python Web Development Techdegree Graduate 49,702 Points

Could be a number of things, but to help you figure it out. You will have to post some extra information such as:

  • What commands you are calling to compile/run your Java code. (including what folder you are in, hopefully the project folder).
  • If its not related to the commands you are calling, then we will have to see some code snippets or if you have this in Workspaces you can "Share" your workspace.