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 direc...
哪位兄弟有这方面的资料 我在网上找到一个是基于fb5.4的 现在卡在/etc/fstab 请问是不是应该在里面加入怎么一句: linprocfs /compat/linux/proc linprocfs rw 0 0 但我查看/compat/linux/中没有proc这样一个目录 [quote] ===> Building for jdk-1.5.0p1_3 ERROR: You must have LINPROCFS mounted before starting to build the native jdk 1.5.0. You may do it with the following commands: # kldlo...
原来要先编译jdk14,然后再编译jdk15.现在可以用lumaqq2004t了。 java环境设置:set JAVA_HOME /usr/local/jdk1.5.0/ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/5980/showart_42887.html
从hp网站上下载了jdk15_15012_ia.depot 放到了hpunix上 目录为 /webserver/jdk15_15012_ia.depot 用MD5checksum MD5码正确 然后安装 (说明一下:unix上原先有java1.3 java1.4) #swinstall -s /webserver/jdk15_15012_ia.depot 被挂起 查看日志: ======= 09/10/08 12:11:35 EAT BEGIN install AGENT SESSION (pid=4004) (jobid=hp-a-0059) * Agent session started for user \"root@hp-a\". (pid=4004) ...
FreeBSD6.0,安装jdk15时有下面的问题。 [quote] ===> Applying extra patch /usr/ports/www/mozilla/files/extra-patch2-nsSVGLibartGlyphMetricsFT.cpp ===> Applying FreeBSD patches for mozilla-1.7.13,2 mozilla-1.7.13,2: bind installed with PORT_REPLACES_BASE_BIND causes build problems. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/java/jdk15. [/quote]
../../../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 ...
1 cd /usr/share/examples/cvsup cvsup -g -L 2 ports-supfile 2 cd /compat/linux/ mkdir proc 3 编辑fstab文件加入 cd /etc/ ee fstab 加入 linprocfs /compat/linux/proc linprocfs rw 00 4. cd /boot ee loader.conf 添加 linux_load="YES" 5 cd /usr/ports/ mkdir packages 建立这个目录目的是 make package 时候生成的 包系统会自动放到这个位置 省的你到处找 6 重起 试设置生效 reboot 7 cd /usr/ports/java/jdk15 make pa...
mount -t linprocfs linprocfs /compat/linux/proc后不行,设置BOOT_DIR,JAVA_HOME不行,后又WITH_LINUX_BOOTSTRAP,且有胡乱修改什么编译参数都不行。 最后,修改内核添加 _KPOSIX_PRIORITY_SCHEDULING换内核,jdk15编译成功。 写出来,希望对大家有点启发,或许真的不是内核posix的问题,希望高手不吝赐教。但最近jdk15的帖子少了,我也确实照他们那样安装失败。