Re: FreeBSD Java and Openoffice.org 2.0.3

2007-05-08 Thread Christopher Hilton
. Congrats to the FreeBSD Java Team on that. -- Chris -- __o All I was doing was trying to get home from work. _`\,_ -Rosa Parks ___(*)/_(*)___ Christopher Sean Hiltonchris | at | vindaloo.com

FreeBSD Java and Openoffice.org 2.0.3

2007-05-07 Thread Christopher Hilton
Has anyone got Openoffice.org working with the native FreeBSD jdk14 port? I just built the jdk port and was hoping that Openoffice would find the jdk but it doesn't seem to work. I'm hoping that I'm just missing some trick but I get: javaldx: Could not find a Java Runtime Environment!

FreeBSD Java and Openoffice.org 2.0.3

2007-05-07 Thread Robert Huff
Christopher Hilton writes: Has anyone got Openoffice.org working with the native FreeBSD jdk14 port? I've never tried OO 2.*+JDK 1.4; however, OO 2.*+JDK 1.5 and OO 1.1+JDK 1.4 have both worked for me. YOu might get better information on the openoffice@ list.

FreeBSD+Java

2005-11-18 Thread Iuli VARZARIU-DARIE
I have try install Java on freeBSD 5.3 after these instructions http://www.drftpd.org/index.php/FreeBSD_Install_HOWTO All ok until : # cd /usr/ports/java/linux-sun-jdk15 # make === linux-sun-jdk-1.5.0.05,2 does not run (core dumps: Bad System Call). Why?? --

FreeBSD Java

2005-03-13 Thread Rhys Campbell
I have an application written in Java that I am thinking about deploying on FreeBSD. I am considering FreeBSD because of its reputation for stability and performance. The only concern I have is the port of Java on this system. I am a newcomer to FreeBSD (a few days in fact) so I just wanted to

Re: FreeBSD Java

2005-03-13 Thread Anthony Atkielski
Rhys Campbell writes: I have an application written in Java that I am thinking about deploying on FreeBSD. I am considering FreeBSD because of its reputation for stability and performance. The only concern I have is the port of Java on this system. I am a newcomer to FreeBSD (a few days in

Re: FreeBSD Java

2005-03-13 Thread Chris Hodgins
Rhys Campbell wrote: I have an application written in Java that I am thinking about deploying on FreeBSD. I am considering FreeBSD because of its reputation for stability and performance. The only concern I have is the port of Java on this system. I am a newcomer to FreeBSD (a few days in fact)

Re: FreeBSD Java

2005-03-13 Thread Chris Hodgins
Anthony Atkielski wrote: Rhys Campbell writes: I have an application written in Java that I am thinking about deploying on FreeBSD. I am considering FreeBSD because of its reputation for stability and performance. The only concern I have is the port of Java on this system. I am a newcomer to

Problems Bootstrapping FreeBSD Java while Making OpenOffice

2003-09-28 Thread RexFelis
Hello all, I am attempting to build OpenOffice from ports. (Running FreeBSD 5.1-p5) So far I've been able to figure out how to fix everything else that stopped the build, but this just leaves me lost. I don't have a clue what this refers to. The script capture of the error message is:

Programming wireless devices with FreeBSD / Java

2003-09-16 Thread Ernst de Haan
Does anyone have any experience with programming mobile devices with Java on the FreeBSD platform? I'd like to start with J2ME programming, but I'm looking for a phone with a set of development tools for FreeBSD, so that I don't have to switch to Windows in order to upload programs, for

FreeBSD Java bug?

2003-03-03 Thread Michael Spector
Java code: ~~ import java.lang.*; public class Test { public static void main(String argv[]) { try { Runtime rt = Runtime.getRuntime(); Process p = rt.exec(./a.out); System.out.println(Exit

Fwd: FreeBSD Java bug?

2003-03-03 Thread Michael Spector
I forgot something :) System: 4.7-RELEASE-p3 FreeBSD Java: java version 1.4.1_01 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode) -- Forwarded Message