|
From: Neil H. <ne...@nk...> - 2006-12-17 15:56:01
|
On 09/12/2006 22:10, tom arnall wrote: > kloro@debian:~/jython-2.1/Demo/javaclasses$ jikes pygraph/W.java > > Found 1 semantic error compiling "pygraph/W.java": > > 10. v.test(3); > ^-----^ > *** Semantic Error: No accessible method with signature "test(int)" was found > in type "V". Does jikes compile OK if class V inherits from java.lang.Object rather than W? I think for Jython code to be called from Java it must inherit from a Java class, and maybe W is not being recognized as a Java class within the Jython code. -- Neil Hughes |