jdk15 build failure on 6.0
Niek Dekker
niekdekker at gmail.com
Sat Feb 18 03:02:08 PST 2006
Hi Kalin,
I have 6_0_RELEASE installed on my server. I first installed native
jdk1.4 (for this I had to install linux JDK and linux compatibility first).
jdk1.4 was running fine, but for a certain Tomcat application I had to
install jdk1.5.
I downloaded the source and binaries from Sun, as well as the jdk1.5
patch set (as mentioned in the Makefile).
For me the installation of jdk1.5 went well, using the native jdk1.4 as
bootstrap.
It runs fine and stable.
I read somewhere that it is necessary to have a /compat /linux/proc
directory in place before you start the make process. I did that.
Just my 2 cents...
Good luck,
Niek
kalin mintchev schreef:
>>hi all...
>>
>>jdk15 build fails with this... any ideas? thanks....
>>
>>
>
>any ideas yet?
>
>
>
>>../../../src/share/classes/com/sun/jmx/mbeanserver/StandardMetaDataImpl.java:637:
>>warning: non-varargs call of varargs method with inexact argument type for
>>last parameter;
>>cast to java.lang.Object for a varargs call
>>cast to java.lang.Object[] for a non-varargs call and to suppress this
>>warning
>> result = meth.invoke(instance,null);
>> ^
>>../../../src/share/classes/com/sun/jmx/mbeanserver/MBeanInstantiatorImpl.java:162:
>>warning: non-varargs call of varargs method with inexact argument type for
>>last parameter;
>>cast to java.lang.Object for a varargs call
>>cast to java.lang.Object[] for a non-varargs call and to suppress this
>>warning
>> moi= cons.newInstance(null);
>> ^
>>Note: * uses or overrides a deprecated API.
>>Note: Recompile with -Xlint:deprecation for details.
>>Note: Some input files use unchecked or unsafe operations.
>>Note: Recompile with -Xlint:unchecked for details.
>>21 errors
>>12 warnings
>>gmake[3]: *** [.compile.classlist] Error 1
>>gmake[3]: Leaving directory
>>`/usr/ports/java/jdk15/work/j2se/make/java/java'
>>gmake[2]: *** [all] Error 1
>>gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java'
>>gmake[1]: *** [all] Error 1
>>gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' gmake:
>>*** [j2se-build] Error 2
>>*** Error code 2
>>
>>Stop in /usr/ports/java/jdk15.
>>
>>
>>
>>
>>_______________________________________________
>>freebsd-java at freebsd.org mailing list
>>http://lists.freebsd.org/mailman/listinfo/freebsd-java
>>To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"
>>
>>
>>
>
>
>_______________________________________________
>freebsd-java at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-java
>To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"
>
>
>
More information about the freebsd-java
mailing list