Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

SuSE 9.1 Kdevelop 3.0.2 and java

2 réponses
Avatar
linuxservicing
tring to compile the java wizard (application framework) without
touching any code and I have when I build the project the errors :

test.java:29: package org.kde.qt does not exist
test.java:30: package org.kde.koala does not exist
test.java:40: cannot resolve symbol
testView.java:29: package org.kde.qt does not exist

I have installed all the developments packages
since I am new to java and kdevelop somebody can tell me what's going on here ?

Many thanks

John

2 réponses

Avatar
Bruno Grieder
Iknownit wrote:
tring to compile the java wizard (application framework) without
touching any code and I have when I build the project the errors :

test.java:29: package org.kde.qt does not exist
test.java:30: package org.kde.koala does not exist a library
test.java:40: cannot resolve symbol
testView.java:29: package org.kde.qt does not exist

I have installed all the developments packages
since I am new to java and kdevelop somebody can tell me what's going on here ?

Many thanks

John
John,


You are likely missing a library (something.jar) in the classpath.
I have never tried KDevelop to write Java (I did for C though and found
it impressive) but would recommend if you are starting to look at
Eclipse (www.eclipse.org).

Bruno

Avatar
Bruno Grieder
Iknownit wrote:
tring to compile the java wizard (application framework) without
touching any code and I have when I build the project the errors :

test.java:29: package org.kde.qt does not exist
test.java:30: package org.kde.koala does not exist
test.java:40: cannot resolve symbol
testView.java:29: package org.kde.qt does not exist

I have installed all the developments packages
since I am new to java and kdevelop somebody can tell me what's going on here ?

Many thanks

John
John,


You are likely missing a library (something.jar) in the classpath.
I have never tried KDevelop to write Java (I did for C though and found
it impressive) but would recommend if you are starting to look at
Eclipse (www.eclipse.org).

Bruno

nb: you must be adventurous to post in English on the French newsgroup ;-)