Application testing list

This page lists java applications that we use to test JNode.

Applications starting with A

Here is details about applications whose name starts with A

Applications starting with B

Here is details about applications whose name starts with B

Applications starting with E

Here is details about applications whose name starts with E

Applications starting with H

Here is details about applications whose name starts with H

Applications starting with J

Here is details about applications whose name starts with J

  • JUnit
  • website : http://junit.org/
    comments : only tested in console mode.

  • javac
  • website : http://openjdk.java.net/
    comments : the sun compiler for java. It works fine, but you can run into GC bugs when you compile your first program. The following "warm-up" sequence avoids this:

    1. Run "gc".
    2. Run "javac" with no arguments.
    3. Run "gc" again.
    4. Use "javac" to compile a (small) program.
  • Jetty6
  • website : http://www.mortbay.org/
    comments : it works partially

  • JEdit
  • website : http://www.jedit.org/
    comments : by using jedit.jar alone, I only see the splash screen. If I try the installer, it fails at 0% of progress with an "IOException" dialog box but no stacktrace.

  • JChatIRC
  • website : http://jchatirc.sourceforge.net/
    comments :

Applications starting with N

Here is details about applications whose name starts with N

Applications starting with R

Here is details about applications whose name starts with R

Applications starting with T

Here is details about applications whose name starts with T