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 Introduction to Your Tools

Justin Townsend
Justin Townsend
4,720 Points

How to view my Java code

How do I view my code i know with HTML you can view the HTML code in the browser but can you do the same in Java, and if so how (And please explain it like you're talking to a 3 year old.) I am 17 but I don't really understand all of this

1 Answer

Your compiled program is a binary file so it really can't be presented in a way that would be useful to you. You will be reading your source code in the text file with .java at the end of the name.

Justin Townsend
Justin Townsend
4,720 Points

Thank you Daniel but I actually figured that out a while ago! but really Thank you!