Java/KDE Application Framework Problem in KDevelop 3.0
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm starting a kde project programmed in java, but i'm running into some problems with the application framework code that kdevelop starts you off with. If I try to compile and run the program (just the initial code that kdevelop gives with the framework) I run into several errors. There are a few errors where it looks like methods are used incorrectly and I don't know how to fix them. And there are other errors that say " cannot resolve symbol " and then it lists the class that cannot be resolved.
I know it's reading the external packages ok, so this isn't the problem.
If anyone has had this problem, or knows to fix this problem, your help is appreciated. Also, if anyone would like to take the time to try and recreate this problem, be my guest. (In order for the external packages to be used you must set CLASSPATH to the external packages. For me it was $ export CLASSPATH=/opt/kde3/lib/java/koala.jar:/opt/kde3/lib/java/qtjava.jar)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.