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 trialJames Croxford
12,723 PointsTextpad & 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
20,885 Pointsif 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.
Ronald Greer
Front End Web Development Techdegree Graduate 56,430 Pointsjshell is hard
Antonio De Rose
20,885 Pointsin 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.
Ronald Greer
Front End Web Development Techdegree Graduate 56,430 Pointscan someone further explain to me how to use shell in a more easy way?
James Croxford
12,723 PointsJames Croxford
12,723 PointsExcellent, that covers what I need!