summaryrefslogtreecommitdiff
path: root/lang/sun-jre6/MESSAGE.NetBSD
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2007-02-18 19:11:26 +0000
committertv <tv@pkgsrc.org>2007-02-18 19:11:26 +0000
commit80bd45376415b162c9927f15f503ec9a1302e4c0 (patch)
tree786d45f6e606db961cb2ac7364cf5babbe328567 /lang/sun-jre6/MESSAGE.NetBSD
parent5e82482f1fdb99365384babf5e259daedf5ed000 (diff)
downloadpkgsrc-80bd45376415b162c9927f15f503ec9a1302e4c0.tar.gz
SUN JRE/JDK 6.0. The new naming convention is that "1.6.0" is now "6.0"
(true for 1.5, but officially branded as such for 6), so this is called "sun-j{dk,re}6" rather than "sun-j{dk,re}16". amd64 support is not currently included, but initial provision exists in the sun-jre6 package as it was cloned initially from sun-jre15.
Diffstat (limited to 'lang/sun-jre6/MESSAGE.NetBSD')
-rw-r--r--lang/sun-jre6/MESSAGE.NetBSD22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/sun-jre6/MESSAGE.NetBSD b/lang/sun-jre6/MESSAGE.NetBSD
new file mode 100644
index 00000000000..8ff7444ee66
--- /dev/null
+++ b/lang/sun-jre6/MESSAGE.NetBSD
@@ -0,0 +1,22 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2007/02/18 19:11:27 tv Exp $
+
+In order to be able to run the JVM, you will need to compile your kernel
+with the following options:
+
+options COMPAT_LINUX
+
+Then, you need to add the following line to your /etc/fstab:
+
+procfs /emul/linux/proc procfs rw,linux
+
+Furthermore, the maximum data segment size assigned to your user must be
+at least 262144.
+
+You may want to read
+
+ ${JAVA_HOME}/README
+
+for details about running this JRE.
+
+===========================================================================