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 Build a JavaFX Application Design a Better App Resources

Jason John
Jason John
9,118 Points

Need IntelliJ Ultimate Edition to run CSS?

I've been following Craig along in the Java track and followed the process for installing our IDE. Now I am unable to get pass this lecture after creating a css file due to that fact that I have Intellij community Edition and not the Ultimate Edition. Just wanted to know how you guys were able to get around this. Thanks!

1 Answer

I'm pretty sure that you can create CSS files in IntelliJ IDEA Community Edition. You just need to create a new "file" rather than a directory, package or Java class and save the file with the .css extension.

Jason John
Jason John
9,118 Points

Thanks for your help! Not sure how I missed that.