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 trialGustavo Winter
Courses Plus Student 27,382 PointsHow could i install my java dependencies on atom?
Team Treehouse use IntelliJ as a IDE, but i really want to keep using atom.
How can i proceed the lessons and install the Java dependencies on atom ?
P.s: In JavaScript we have npm
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHi Gustavo,
I'm not sure why you would try to code Java outside of an IDE?
Most backend languages, especially Java and Swift, in my opinion, need to be coded with an IDE. Any project bigger than "Hello World" would probably be near impossible to complete with just a simple Text Editor.
I've never attempted Java in a text-editor, and I'm really not sure, but I don't believe there is a way to bring in the dependencies... at least not in any simple manner.
There may be ways, as there are with Ruby to use the console, but I have not seen or heard of anything like that for Java. I don't do much with Java per say... I do more for Android and use Android Studio, but IntelliJ really should be the way you go if you're pursuing Java Development, which is why it is the only thing used here in Treehouse courses.
Sorry I couldn't be more help.