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

How do I generate a SerialVer when using CodeRunner? I am hung up on this video because I cannot seem to figure it out!

I am using CodeRunner version 2.2.2 for OSX Sierra.

1 Answer

Roman Mayer
Roman Mayer
10,925 Points

I'm not using CodeRunner, but IntelliJ and it took me about 30 minutes to figure it out... Should be similar for CodeRunner: In IntelliJ, *.java and *.class files are in separate folders, i.e. in /src/ and /out/ respectively. You want to find the folder that contains the *.class files. There you call "serialver com.treehouse.Treet" (from Terminal).