Re: Java Virtual Machine

2006-02-01 Thread martinko
Micah wrote: martinko wrote: Micah wrote: Porpoise Power wrote: Which Java VM is the best for freebsd 5.4, running gnome2, and firefox? James Best Both the native jdk14 and jdk15 provide good Java VMs. jdk15 is newer and might be unstable (hasn't been for me). jdk14 is more

Re: Java Virtual Machine

2006-02-01 Thread Panagiotis Astithas
martinko wrote: Micah wrote: martinko wrote: Micah wrote: Porpoise Power wrote: Which Java VM is the best for freebsd 5.4, running gnome2, and firefox? James Best Both the native jdk14 and jdk15 provide good Java VMs. jdk15 is newer and might be unstable (hasn't been for me).

Re: Java Virtual Machine

2006-02-01 Thread Robert Huff
martinko writes: $ cat /usr/local/etc/javavms Will someone please confirm that once these /usr/local/jdk1.5.0/bin/java # FREEBSD-JDK1.5.0 /usr/local/jdk1.4.2/bin/java # FREEBSD-JDK1.4.2 are installed one no longer needs this /usr/local/linux-sun-jdk1.4.2/bin/java #

Re: Java Virtual Machine

2006-02-01 Thread Panagiotis Astithas
Robert Huff wrote: martinko writes: $ cat /usr/local/etc/javavms Will someone please confirm that once these /usr/local/jdk1.5.0/bin/java # FREEBSD-JDK1.5.0 /usr/local/jdk1.4.2/bin/java # FREEBSD-JDK1.4.2 are installed one no longer needs this

Re: Java Virtual Machine

2006-02-01 Thread Lowell Gilbert
Robert Huff [EMAIL PROTECTED] writes: martinko writes: $ cat /usr/local/etc/javavms Will someone please confirm that once these /usr/local/jdk1.5.0/bin/java # FREEBSD-JDK1.5.0 /usr/local/jdk1.4.2/bin/java # FREEBSD-JDK1.4.2 are installed one no longer needs this

Re: Java Virtual Machine

2006-02-01 Thread Nikolas Britton
On 01 Feb 2006 12:10:01 -0500, Lowell Gilbert [EMAIL PROTECTED] wrote: Robert Huff [EMAIL PROTECTED] writes: martinko writes: $ cat /usr/local/etc/javavms Will someone please confirm that once these /usr/local/jdk1.5.0/bin/java # FREEBSD-JDK1.5.0

Re: Java Virtual Machine

2006-02-01 Thread Robert Huff
Nikolas Britton writes: So what your saying is that once you have a native jdk built and installed (say 1.4.2) you can compile the native jdk15 port with the native jdk14 port and not need the linux jdk14 port? Yes. Robert Huff

Re: Java Virtual Machine

2006-02-01 Thread Nikolas Britton
On 2/1/06, Robert Huff [EMAIL PROTECTED] wrote: Nikolas Britton writes: So what your saying is that once you have a native jdk built and installed (say 1.4.2) you can compile the native jdk15 port with the native jdk14 port and not need the linux jdk14 port? Yes. Ok, Cool.

Re: Java Virtual Machine

2006-02-01 Thread Robert Huff
Nikolas Britton writes: So what your saying is that once you have a native jdk built and installed (say 1.4.2) you can compile the native jdk15 port with the native jdk14 port and not need the linux jdk14 port? Yes. Ok, Cool. So Is it automatic? No.

Re: Java Virtual Machine

2006-01-22 Thread martinko
Micah wrote: Porpoise Power wrote: Which Java VM is the best for freebsd 5.4, running gnome2, and firefox? James Best Both the native jdk14 and jdk15 provide good Java VMs. jdk15 is newer and might be unstable (hasn't been for me). jdk14 is more tested and is the default java for

Re: Java Virtual Machine

2006-01-22 Thread Micah
martinko wrote: Micah wrote: Porpoise Power wrote: Which Java VM is the best for freebsd 5.4, running gnome2, and firefox? James Best Both the native jdk14 and jdk15 provide good Java VMs. jdk15 is newer and might be unstable (hasn't been for me). jdk14 is more tested and is the

Re: Java Virtual Machine

2006-01-22 Thread Garrett Cooper
Micah wrote: martinko wrote: Micah wrote: Porpoise Power wrote: Which Java VM is the best for freebsd 5.4, running gnome2, and firefox? James Best Both the native jdk14 and jdk15 provide good Java VMs. jdk15 is newer and might be unstable (hasn't been for me). jdk14 is more

Java Virtual Machine

2006-01-07 Thread Porpoise Power
Which Java VM is the best for freebsd 5.4, running gnome2, and firefox? James Best ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Java Virtual Machine

2006-01-07 Thread Micah
Porpoise Power wrote: Which Java VM is the best for freebsd 5.4, running gnome2, and firefox? James Best Both the native jdk14 and jdk15 provide good Java VMs. jdk15 is newer and might be unstable (hasn't been for me). jdk14 is more tested and is the default java for FreeBSD on i386.

java virtual machine on bsd

2004-09-16 Thread John Lee
how do i install a jvm on freebsd, which ports dir in /java? [EMAIL PROTECTED] backupsw]# sh install.bin Preparing to install... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... No Java virtual machine could be found

Re: java virtual machine on bsd

2004-09-16 Thread Jonathan Chen
On Fri, Sep 17, 2004 at 03:05:20AM +0800, John Lee wrote: how do i install a jvm on freebsd, which ports dir in /java? Try using /usr/ports/java/jdk1.4, and follow the instructions when you try to install the port. -- Jonathan Chen [EMAIL PROTECTED]