Re: Error using new jvm 1.5 features

Info <[email protected]> Tue, 13 Apr 2004 11:12:53 +0200
Newsgroups gmane.comp.java.jswat.user
Message-ID <[email protected]>
> Bear in mind that JSwat does not yet support Java 1.5.
>
> Anyway, it seems that what is happening here is the debuggee VM is running
> Java 1.4 or earlier. JSwat is not causing the NoSuchMethodError that you
> are seeing -- that is coming directly from the debuggee JVM.
> 
> Check the Java Home value in the Start VM dialog to make sure it is
> pointing at the Java 1.5 installation. I can't promise that JSwat will
> work correctly in this arrangement, but it may.

Thanks Nathan for your answer

# java -version
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b32c)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b32c, mixed mode)

I understand that jswat can't cause the NoSuchMethodError but in a normal
run (# java myProgram) don't point it out...

I believe these methods are natively implemented; maybe this is
the problem's origin ?

Keep getting the error also rebuilding jswat under jdk-1.5.

So patiently will wait for a new jswat release,

thanks in advance ;-)

Lucio