Download Latest Version Java_console-2.0.5.tar.gz (3.0 MB)
Email in envelope

Get an email when there's a new version of Java_console

Name Modified Size InfoDownloads / Week
Parent folder
bin 2016-11-05
Java_console-2.0.7.tar.gz 2016-10-28 3.0 MB
Totals: 2 Items   3.0 MB 0
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 ---

1. Unpack the archive.
2. Go to the directory where the file of "compile.sh" exists.
3. Open it.
4. Find the line as follows: export jdkbin=.......
5. 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.
6. Run the file "compile.sh".


--- Getting Started ---

Now that you've built the application from source, you are able to run it.
1. Go to the directory where the file of "Java_console.sh" exists.
2. Open it.
3. Find the line as follows: export jdkbin=.......
4. 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.
5. 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.

Source: README.txt, updated 2018-03-05