Use of Java 7 constructions
Added behavior when : is written (flawed JREPL ...
Added a unit test.
JREPL now checks if JAVA_HOME is set
support for multiple lines with labels added
Added the first JUnit test
Fixed the ConcurrentModification bug
Empty statements are handled better
Fixed problem with :reset
Added goodbye message on exit. :-)
JREPL now prints the output immediately after e...
Currently, the cpp file only checks if Java or JREPL should be started according...
Cool, thanks.
@3) I mean that things should be handled from java, command line parameters incl...
@3) what do you mean?
I have reformatted the code; it should now be conform the Java standards. If you...
Ok!
Good plan. Logging was already on the TODO list.
And fest assertions.
Will add dependency to JUnit and JMock too, ok?
If you don't mind, I will add dependency to slf4j for logging and use logback as...
Regarding the use of script vs executable. 1) I am not sure, would have to check...
Looks like dead to me too.
Added lines of comment above each method and cl...
No I haven't seen it earlier. It says it's a Java Read-Eval-Print Loop, but I cannot...
btw, have you seen this http://rep-debugger.sourceforge.net/ https://sourceforge...
I don't mind. :-)
No, I think you're right. The code should be formatted according to the standard...
If you don't mind I will create a maven project out of it according to Sonatype rules...
I would like to know too how do you feel about code style, because the code is not...
Minor adjustments
First steps have been taken towards Linux compa...
Fixed bug in java.cpp which unabled the REPL to...
JREPL now allows a classpath argument -cp or -c...
Now the directory from which a commandline is s...
Removed generated file.
Initial commit