robertoprato / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

bluecove-2.1.0 build problem #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try building bluecove-2.1.0 using maven command "mvn -e install -npu"
2.
3.

What is the expected output? What do you see instead?
bluecove-2.1.0 jar file should be created. java.lang.NullPointerException
        at
org.codehaus.mojo.natives.plugin.NativeJavahMojo.getJavahClassPath(NativeJavahMo
jo.java:206)

What BlueCove version are you using (include build number for SNAPSHOT)? On
what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
BlueCove-2.1.0

Ubuntu Linux 8.04, kernel 2.6.24, 32-bit (i386)

java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)

Please provide any additional information below.
Please use "Attach a file" when uploading stack traces or other big files!
JAVA_HOME=/usr/lib/jvm/java-6-sun
CLASSPATH=.:/usr/lib/jvm/java-6-sun:/usr/lib/jvm/java-6-sun/lib:/usr/lib/jvm/jav
a-6-sun/bin:/usr/local/aptana/plugins/bluecove-gpl-2.1.0.jar:/usr/local/aptana/p
lugins/bluecove-2.1.0.jar

Original issue reported on code.google.com by royalibr...@gmail.com on 14 Jul 2009 at 10:05

Attachments:

GoogleCodeExporter commented 8 years ago
just add $JAVA_HOME/bin to the path. It contains javah binary

Original comment by skarzhev...@gmail.com on 14 Jul 2009 at 3:27

GoogleCodeExporter commented 8 years ago
It's already there. I have added it earlier. Pls see below
echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib
/jvm/java-6-sun/bin:/usr/lib/jvm/java-6-sun/bin

I am getting this error after adding this only

Original comment by royalibr...@gmail.com on 14 Jul 2009 at 3:33

GoogleCodeExporter commented 8 years ago
Could you pls help me in this?

Original comment by royalibr...@gmail.com on 15 Jul 2009 at 4:45