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

Textpad & support for Jshell

I'm currently in the middle of the Java Basics course, and I am looking to utilise some other learning materials to supplement what I have covered to date.

This book suggests using Textpad as an alternative to command prompt/powershell for basic java programming (I know I can use workspaces here too). The only hiccup is getting jshell to work. I'm used to workspaces in which I can just enter jshell in the console, so if there's anyone who has used Textpad, is jshell supported?

4 Answers

Antonio De Rose
Antonio De Rose
20,885 Points

if you install, java 9, jshell, comes in as a bundle with the java 9, once installed. you just have search for jshell, in the programs, and then you will see it, and enter, this setup for windows users.

Excellent, that covers what I need!

jshell is hard

Antonio De Rose
Antonio De Rose
20,885 Points

in my view, jshell is very easy, and the best tool, to do logic, and some of the computations where, you not necessarily, have to open up IDE's like intellij netbeans eclipse, jshell does not take great deal of time in opening up, nor does take huge amount of memory.

can someone further explain to me how to use shell in a more easy way?