Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Isam Al-Abbasi
2,058 PointsCan't compile? Please ignore question. I fixed the error. I was compiling PezDispenser class instead of Example class!!
I have the exact same code as in the video but I get the below error when I try to compile:
Error: Main method not found in class PezDispenser, please define the main method as:
public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application
treehouse:~/workspace$
Where did I go wrong!! Steve Hunter :)
2 Answers

Isam Al-Abbasi
2,058 PointsThank you Jeremy but I think I found what the problem what I was trying to compile PezDispenser class not Example.

Steve Hunter
57,682 PointsWell done! Glad you got that sorted by yourself. Great work.
Steve.

Isam Al-Abbasi
2,058 PointsThank you my friend I'm trying :)

Steve Hunter
57,682 PointsYou're doing great - keep at it!!
Jeremy Hill
29,567 PointsJeremy Hill
29,567 PointsIt would make it easier if your code was posted. Did you add your curly brackets around method main?