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

Isam Al-Abbasi
Isam Al-Abbasi
2,058 Points

Can'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 :)

It would make it easier if your code was posted. Did you add your curly brackets around method main?

2 Answers

Isam Al-Abbasi
Isam Al-Abbasi
2,058 Points

Thank you Jeremy but I think I found what the problem what I was trying to compile PezDispenser class not Example.

Well done! Glad you got that sorted by yourself. Great work. :+1:

Steve.

Isam Al-Abbasi
Isam Al-Abbasi
2,058 Points

Thank you my friend I'm trying :)

You're doing great - keep at it!! :smile: