Hi,
> I am just surprised that the software now states that the pre-release
> 2 is not JAVA 2, can anyone make a suggestion as to why?
I would suspect that your program is checking for a version number string
in a particular format, and is not receiving an answer in precisely that
format, and is choking. I would further suspect that it was written in
windows and not tested anywhere other than windows. Blah. I would also
suspect that your code is calling System.getProperty("java.version"), and
calling something like "1.2".equals(System.getProperty("java.version")).
This would sugest that your code is to blame, not the Blackdown JDK (and
your message is therefore off-topic). I cannot make a further guess
without seeing your code.
Cheers,
dstn.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]