LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Kdevelop Java Setup (https://www.linuxquestions.org/questions/programming-9/kdevelop-java-setup-211824/)

jeffxor 07-31-2004 10:43 AM

Kdevelop Java Setup
 
Currently, running Mandrake 10 on my laptop and I have just installed the Java SDK. I have used Java in Linux before but never with an IDE.

AS Mandrake came with KDevelop installed I thought I would give it a go.

I created a new project using one of the templates (Java->KDE-> Application Framework).

I managed to get the auto conf working but when I try to build the project I get the Following error:

*cd "/home/jeffxor/myfirstproject" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k
**** Exited with status: 2 ***

So I went to the directory and tried to make the project from there and received the following error:


CLASSPATH=.:/home/jeffxor/myfirstproject/src/.:$CLASSPATH @JAVAC@ -d . MyFirstProject.java MyFirstProjectView.java MyFirstProjectPreferences.java
/bin/sh: line 1: @JAVAC@: command not found

Basically my question is how do I set up KDevelop so I can develop Java applications.


All times are GMT -5. The time now is 06:27 PM.