看板 FB_doc 關於我們 聯絡資訊
For maple10, I needed to do the following: 1. Apply the kernel patch described in pr kern/92671. 2. Make sure I mount linprocfs. 3. Install a native java (/usr/ports/java/jdk14) 4. Run Maple's install utility 5. Patch the maple10/bin/maple script to point to the native java: ... "bin.IBM_INTEL_LINUX") #MAPLE_JRE_BIN="$MAPLE/jre.IBM_INTEL_LINUX/bin/" MAPLE_JRE_BIN="/usr/local/jdk1.4.2/jre/bin/" ... #JRE_ROOT="$MAPLE/jre.IBM_INTEL_LINUX/lib" JRE_ROOT="/usr/local/jdk1.4.2/jre/lib" Thought this might be helpful for people. _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"