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 Local Development Environments Advanced Tooling Finishing TreeStory

Help with debugging

After downloading the files from teachers note for this challenge, i'm finding that it won't let me run the program in the state it already is. Is there any reason for this Craig Dennis

Also the files at the side are not coloured as they were in the Karaoke files.

It said something about having to configure the main class as well and after doing that the console now reads:

Connected to the target VM, address: '127.0.0.1:60127', transport: 'socket' Usage: appletviewer <options> url(s)

where <options> include: -debug Start the applet viewer in the Java debugger -encoding <encoding> Specify character encoding used by HTML files -J<runtime flag> Pass argument to the java interpreter

The -J option is non-standard and subject to change without notice. Disconnected from the target VM, address: '127.0.0.1:60127', transport: 'socket'

Process finished with exit code 0

Any help would be appreciated as I am really stuck on what to try next.

com/teamtreehouse/Main.java

com/teamtreehouse/Prompter.java
// After you've completed the TODOs locally paste Prompter.java here
pseudo-tests.md
#  This is essentially what I am testing 
1.  The user is prompted for a new string template (the one with the double underscores in it).

  a. The prompter class has a new method that prompts for the story template, and that method is called.

2.  The user is then prompted for each word that has been double underscored.

   a. The answer is checked to see if it is contained in the censored words.
      User is continually prompted until they enter a valid word

3.  The user is presented with the completed story