[Kde-java] where to find the 'koala.jar' 'qtjava.jar' and 'koala.jar '

Richard Dale Richard_Dale at tipitina.demon.co.uk
Tue Jun 14 15:40:38 CEST 2005


On Tuesday 14 June 2005 16:18, Mark Somerville wrote:
> On Tuesday 14 June 2005 15:13, cat tom wrote:
> > I installed the jdk under the Linux but when type command "javac
> > ScribbleWindow.java " it showed cann't find the  org.kde.qt.*.
>
> As root:
>
> find / -name 'koala.jar'
>
> should show you where they it lives. I think you need to set a
> LD_LIBRARY_PATH environment variable with the directory it finds.
You need to give javac a classpath with qtjava.jar on it too. When you run the 
ScribbleWindow example you need to make sure LD_LIBRARY_PATH is set up as 
well as your classpath.

-- Richard


More information about the Kde-java mailing list