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 trialGiovanni Iskandar
479 PointsIntroduction.class isn't created
After execute command "javac Introduction.java" then i check "ls" i don't get Introduction.class like it should. Why?
2 Answers
Alexander Davison
65,469 PointsWhat's the output you get when you run javac Introduction.java
?
It might help.
Giovanni Iskandar
479 PointsClass not found.. Oh fyi, i didn't know to launch workplace from video, so created Introductions.java manually which caused me the problem i told you. After that i tried to launch workplace from his video, and his code already there, i run it with javac Introductions.java, then check ls, and the Introduction.class is there like how it should be.
Anyway it works now lmao, Thanks dude for your response