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 Objects Delivering the MVP Forum

Ryan Dimond
Ryan Dimond
1,223 Points

I keep getting a compile error but i think I'm doing everything right

I'm not quite sure what I'm doing wrong. I thought everything was right even tried other codes people have posted and still the same compiler error appears. Below is the error.

./Main.java:11: error: constructor Forum in class Forum cannot be applied to given types; Forum forum = new Forum("Java"); ^ required: no arguments found: String reason: actual and formal argument lists differ in length Note: JavaTester.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error

Can you post the code?

1 Answer

Ryan Dimond
Ryan Dimond
1,223 Points

I ended up getting it to compile