|
From: Dirk W. <dw...@pd...> - 2004-02-12 17:20:45
|
Hello, I'm a newbie on wx4j and try to compile wx4j from CVS on windows and linux I got the same error. We have to work with much pressure in this projekt, so I've not much time to spend on reading the doc's. We need to integrate grid and ole to wx4j as fast as possible. Anyone can help us?
$ ant
Unable to locate tools.jar. Expected to find it in C:\Programme\Java\j2re1.4.2_03\lib\tools.jar
Buildfile: build.xml
prepare:
build-swig:
[exec] make: Nothing to be done for `swig'.
build-tools:
[depend] Deleted 0 out of date files in 0 seconds
build-wx4j:
[depend] Deleted 54 out of date files in 0 seconds
[javac] Compiling 124 source files to D:\MSYS\local\wx4j\build\wx4j\classes
[javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxAppNative.java:50: incompatible types
[javac] found : org.wxwindows.wxAppNative
[javac] required: org.wxwindows.wxApp
[javac] sApp = this;
[javac] ^
[javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxApp.java:12: org.wxwindows.wxApp should be declared abstract; it does not define OnInit() in org.wxwindows.wxAppNative
[javac] public class wxApp extends wxAppNative {
[javac] ^
[javac] 2 errors
BUILD FAILED
D:\MSYS\local\wx4j\build.xml:139: Compile failed; see the compiler error output for details.
Total time: 5 seconds
regards dirk
|