Java not recognised.

First off, my apologies if I am posting this in a incorrect area.

I play an online game called Kings of Chaos (that does not require java technology) - however a tool to make the game easier to play does.

Its a mulitple batch window program and requires java. Yesterday, it was working absolutely fine for me. Today i get this when i try to start it up:

http://img.photobucket.com/albums/v325/daviegraham/1112111.jpg

I am a bit of a uninformed noob when it comes to anything technical about computers - so go easy on me if you have any ideas on to what is perhaps causing this.

I have installed the latest java....

Any help would be much apreciated. The tool in question can be found on this site, i have asked on there technical support website but they are stumped:

http://www.lacnfamily.com/lacnrecruiter/recruit.php?action=home

[880 byte] By [ivegotfungusa] at [2007-10-2 23:36:10]
# 1

>I have installed the latest java....

... but the installation wasn't successful. Because a successful installation properly configures your system that you can just type 'java' in your console and you will get something like this:

C:\>java

Usage: java [-options] class [args...]

(to execute a class)

or java [-options] -jar jarfile [args...]

(to execute a jar file)

where options include:

-clientto select the "client" VM

-serverto select the "server" VM

-hotspotis a synonym for the "client" VM [deprecated]

The default VM is client.

-cp <class search path of directories and zip/jar files>

-classpath <class search path of directories and zip/jar files>

A ; separated list of directories, JAR archives,

and ZIP archives to search for class files.

-D<name>=<value>

set a system property

-verbose[:class|gc|jni]

enable verbose output

-versionprint product version and exit

-version:<value>

require the specified version to run

-showversion print product version and continue

-jre-restrict-search | -jre-no-restrict-search

include/exclude user private JREs in the version search

-? -helpprint this help message

-Xprint help on non-standard options

-ea[:<packagename>...|:<classname>]

-enableassertions[:<packagename>...|:<classname>]

enable assertions

-da[:<packagename>...|:<classname>]

-disableassertions[:<packagename>...|:<classname>]

disable assertions

-esa | -enablesystemassertions

enable system assertions

-dsa | -disablesystemassertions

disable system assertions

-agentlib:<libname>[=<options>]

load native agent library <libname>, e.g. -agentlib:hprof

see also, -agentlib:jdwp=help and -agentlib:hprof=help

-agentpath:<pathname>[=<options>]

load native agent library by full pathname

-javaagent:<jarpath>[=<options>]

load Java programming language agent, see java.lang.instrument

MartinHilperta at 2007-7-14 16:18:29 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...