Sidebar: JShell

18 Aug 2006

So i’m coding away and getting increasingly frustrated with having to open multiple cmd windows (yeah, yeah i use windows) . My main crib is that I have to remember which one of the cmd’s to open up for the task at hand - db server, db client, app svr or compile/jar/run :(. Papa not like!

So I think: would’nt it be nice if i had the same sort of tabbed console that those lucky linux guys have and play around with? Even better, wouldnt it be nice if ran off of the app anywhere platform - ie written in Java?

So I go looking for a java command shell - and find one in good ole sourceforge - jcmd. It has pretty much everything I want:

But..
So….
I’m making my own java shell - called JShell.

It uses a lot of concepts from JCmd, but is a build-from-ground-up-while-looking-at-a-good-example effort.

Right now, I have what I call the DOGFOOD release - I can use JShell to compile, jar and run itself. However, its by no means even close to working as:
more later..

© 2024 Vinod KD