Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.2.3 | 2020-11-14 | ||
2.2.2 | 2019-08-13 | ||
2.2.1 | 2019-07-26 | ||
2.1.2 | 2018-07-29 | ||
2.1.1 | 2018-03-12 | ||
2.1.0 | 2018-03-06 | ||
2.0.9 | 2018-03-05 | ||
2.0.8 | 2018-03-04 | ||
2.0.7 | 2016-11-05 | ||
2.0.6 | 2016-03-31 | ||
2.0.5 | 2015-10-26 | ||
2.0.4 | 2015-10-25 | ||
2.0.3 | 2015-04-12 | ||
2.0.2 | 2015-04-09 | ||
2.0.1 | 2015-04-09 | ||
1.9.4 | 2015-04-06 | ||
1.8.9 | 2015-04-03 | ||
1.8.6 | 2015-04-02 | ||
1.8.4 | 2015-04-01 | ||
1.8.3 | 2015-04-01 | ||
1.8.1 | 2015-03-31 | ||
1.7.8 | 2015-03-26 | ||
1.7.5 | 2015-03-23 | ||
1.7.4 | 2015-03-23 | ||
1.7.2 | 2015-03-23 | ||
1.7.1 | 2015-03-22 | ||
1.6.0 | 2015-03-21 | ||
1.2.9 | 2015-03-21 | ||
README.txt | 2018-03-05 | 1.7 kB | |
Java_console.ogv | 2015-03-26 | 13.9 MB | |
Java_console_logo.jpg | 2015-03-23 | 172.2 kB | |
build-Java_console.sh | 2015-03-21 | 207 Bytes | |
Totals: 32 Items | 14.1 MB | 3 |
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.