The World's Java Console Copyleft 2018 Nikodim) http://javaconsole222.sourceforge.net
This has been made in Eclipse 4.4.1 "Luna" (http://www.eclipse.org). Feel free to extend the code with a newer functionality if required. I won't charge any duty from you. Have fun!
Redistribution and use in source and binary forms, with or without modification, are permitted.
--- System Requirements ---
Java: JDK 1.7+ Operating system: Any
--- Installation ---
- Unpack the archive.
- Go to the directory where the file of "compile.sh" exists.
- Open it.
- Find the line as follows: export jdkbin=.......
- Ensure, so that JDK's executable binaries exist as applied to the path. If your JDK has another path, correct the meaning for the jdkbin variable.
- Run the file "compile.sh".
--- Getting Started ---
Now that you've built the application from source, you are able to run it.
- Go to the directory where the file of "Java_console.sh" exists.
- Open it.
- Find the line as follows: export jdkbin=.......
- Ensure, so that JDK's executable binaries exist as applied to the path. If your JDK has another path, correct the meaning for the jdkbin variable.
- Run the file "Java_console.sh". For the future, to not repeat all these actions over and over, take heed to create a batch file (such as a *.bat for Windows, a shell script for Linux).
--- Brief Overview ---
This should ease the job for an end-user if (s)he works with an operating system, does some test suites, works with the Net. The application can be seen as a kind of a command-line interpreter. Type "exit" to quit, "help" to get the list of commands. "hint command_name" returns brief information on the given command.