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 trialLi Mbo
5,096 PointsI'm trying to use IntelliJIDEA IDE but it is too hard, anyone sinking on the same problem?
I decided to follow the course with am independent IDE, so that I can learn two things at a time. But so far it has been too hard, I wanted to know if anyone is having the same issue? or if there are any professional who can advice/guide me in this path!
3 Answers
Ken Alger
Treehouse TeacherAmir;
There are a few differences in working through the Java Basics course in Workspaces as is done in the course and in IntelliJ. What specific issues are your facing that are causing issues and I would be happy to attempt to assist you through them.
Ken
yazan hussein
Courses Plus Student 4,525 Pointsyou can look at youtube help
Paul Rodrigue
9,420 PointsIf you want a simple IDE just to learn on, you can use DrJava, but I would advise switching to Netbeans or Eclipse after.
Chetram Chinapana
1,793 PointsI tried to type in the Introductions code into Eclipse Luna and it did not compile. I got this error Exception in thread "main" java.lang.NullPointerException at Introductions.main(Introductions.java:7)
Li Mbo
5,096 PointsLi Mbo
5,096 PointsThe thing is, I feel like Intellij IDEA is created with a mindset for big projects. I could not even compile a very simple program that needs the console only, or may be I did not know how it should be done?
Ken Alger
Treehouse TeacherKen Alger
Treehouse TeacherAmir;
Ah, I thought that might be the issue.
Console
is not strongly supported in IntelliJ, if at all. You should look into thescanner
class for similar functionality or take a look at the new IDE course for some additional hints.Ken
Li Mbo
5,096 PointsLi Mbo
5,096 PointsAh! I didn't know that course exist! thank you so much Ken, you solved my problem!