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

Ty Yoder
Ty Yoder
7,196 Points

How to copy and paste text onto the java console?

Hi, I'm new to TreeHouse and I am wondering how I would be able to copy and paste "clear && javac TreeStory.java && java TreeStory". I tried to use ctrl + c and crtl + v but it they don't seem to work.

2 Answers

I don't think you can. In cmd you can paste into the console, but not on the virtual workspace. The best you can do is type it out once, then use the UP arrow key to access it each time thereafter.