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 trialBrandy Steals
Courses Plus Student 5,457 PointsCompile Error before coding changes
Receiving the following error before making any coding changes. How can we complete the challenge?
JavaTester.java:70: error: Illegal static declaration in inner class Example public static void main(String[] args) { ^ modifier 'static' is only allowed in constant variable declarations 1 error
2 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHi Brandy,
Unfortunately, there have been some issues with the Java challenges and the Code Checker engines. I'm sure the Support Team is working hard to fix the problem!
For the time being, I suggest continuing on with the course (if you'd like) by navigating over the challenge using the buttons in the progress bar above the video window.
Just make sure you come back later to complete the challenge so you receive full credit and the badge for the course. Hopefully everything gets up and going smoothly soon.
Keep Coding! :)
Brandy Steals
Courses Plus Student 5,457 PointsIt works for me now.