Re: How can I access the environtment variable JAVA_HOME?

2006-03-01 Thread Xar
Well, i printed out the java.home and I found what the error was: java.home = /usr/software/jdk1.5.0_02/jre I only need to change the problematic line to: Thank you all!! :D 2006/3/1, Xar <[EMAIL PROTECTED]>: > > Well, i tried both ideas and the first one works fine but the sec

Re: How can I access the environtment variable JAVA_HOME?

2006-03-01 Thread Xar
. And that's the output: [apply] /home/xar/Proyecto/jar/SourceCode/BOI/src/BOI/BOIDecoder/Decode/MQDecode.c:1:17: jni.h: No existe el fichero

Re: How can I access the environtment variable JAVA_HOME?

2006-03-01 Thread Xar
Wow, i will try later! Thanks! You were really fast :) 2006/3/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > >Betreff: How can I access the environtment variable JAVA_HOME? > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

How can I access the environtment variable JAVA_HOME?

2006-03-01 Thread Xar
Hello there. I am still working with JNI and build.xml, and it's working well but i need to use the gcc compiler as an SO command (if there is another way of using the C compiler i'll be gratefull if any of you could tell me), and i need to specify the include dir inside the java directory. I tried

Re: Problem making a build.xml using javah

2006-02-12 Thread Xar
Well, i've resolved my problem with the mailing list and fortunatelly I resolved the problem with ant. It was a problem with my gentoo that (and i don't know) have installed some libraries but emerge sais it isn't. I emerged it and the problem is gone. Thank you all!! 2006/2

Re: Problem making a build.xml using javah

2006-02-09 Thread Xar
Eeem, no one knows the answer to my question or my mails didn't arrive? 2006/2/1, Xar <[EMAIL PROTECTED]>: > > Hello. > > I am starting a project that combines both java and C code and I need it > to be compiled through ant (because the main aplicattion uses it). &g

Problem making a build.xml using javah

2006-02-01 Thread Xar
version and the latest one and this is the result: ant Buildfile: build.xml compile: BUILD FAILED /home/xar/Proyecto/temp/build.xml:4: Could not create task or type of type: javah. Ant could not find the task or a class this task relies upon. The build.xml coul