Re: FreeBSD Java and Openoffice.org 2.0.3

2007-05-08 Thread Christopher Hilton

Robert Huff wrote:


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.



Thanks for the tip. The 1.4 build wasn't that tough. I'll try the 1.5 
build and see how it goes. 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
pgp key: D0957A2D/f5 30 0a e1 55 76 9b 1f 47 0b 07 e9 75 0e 14
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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!

at Openoffice.org startup.

I'm running 6.1-STABLE and can provide more specific data in case anyone 
is wondering.


-- Chris

--
  __o  All I was doing was trying to get home from work.
_`\,_   -Rosa Parks
___(*)/_(*)___
Christopher Sean Hiltonchris | at | vindaloo.com
pgp key: D0957A2D/f5 30 0a e1 55 76 9b 1f 47 0b 07 e9 75 0e 14
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 know 
what is the stability / reliability of the Java implementation? Are there 
many known problems etc.

Regards,
Rhys
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 fact) so I just wanted to know
 what is the stability / reliability of the Java implementation? Are there
 many known problems etc.

Why not just write it in C or some other compiled language, and
eliminate the variable of a Java interpreter (while improving
performance greatly to boot)?

-- 
Anthony


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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) so I 
just wanted to know what is the stability / reliability of the Java 
implementation? Are there many known problems etc.

Regards,
Rhys
Rhys,
I have been using the native FreeBSD jdk1.4.2-p7 port for a while now 
and I have not had any problems with it at all.  I am also currently 
developing a Java3D based tool and it also runs very nicely on FreeBSD. 
 If you want an ide, eclipse is in ports and it rocks.

Jdk1.5 is still in alpha testing I believe although it seems to work ok 
but I wouldn't rely on it for anything important just yet.

HTH
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 FreeBSD (a few days in fact) so I just wanted to know
what is the stability / reliability of the Java implementation? Are there
many known problems etc.

Why not just write it in C or some other compiled language, and
eliminate the variable of a Java interpreter (while improving
performance greatly to boot)?
This is a pretty silly comment.  If he has written it in Java then 
porting it to C is probably not going to be trivial.  On the performance 
side, Java's performance is actually pretty good.  This is an article on 
Java vs various other languages.  It is a 2003 article so I would 
imagine things are even better nowadays.

http://www.idiom.com/~zilla/Computer/javaCbenchmark.html
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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:

---
Script started on Sun Sep 28 14:17:54 2003
primus# make WITH_BSD_JDK=TRUE install clean

===   openoffice-1.0.3_2 depends on executable:
gcc32 - found
===   openoffice-1.0.3_2 depends on file:
/usr/local/jdk1.3.1/bin/java - not found
===Verifying install for
/usr/local/jdk1.3.1/bin/java in
/usr/ports/java/jdk13
===  Building for jdk-1.3.1p8_2
# Start of jdk build
i386 Build started:  
1.3.1-p8-shannon-030928-14:18
ERROR: Your BOOTDIR environment variable does not
point
   to a valid Java 2 SDK for bootstrapping
this build.
   A Java 2 SDK 1.3.1 build must be
bootstrapped against any
   1.3 build. Please update your ALT_BOOTDIR
setting, or
   just unset it, and start your build again.

Exiting because of the above error(s).
gmake: *** [sanity] Error 1
*** Error code 2

Stop in /usr/ports/java/jdk13.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
primus# exit

exit

Script done on Sun Sep 28 14:18:08 2003
---

I read in the archives that someone suggested
using 'make WITH_LINUX_BOOTSTRAP=yes install
clean', but would that work if I am already using
 'make WITH_BSD_JDK=TRUE install clean'?  Should
I use make WITH_BSD_JDK=TRUE
WITH_LINUX_BOOTSTRAP=yes install clean' or am I
missing something entirely?  Please help.  Thanks
in advance.

Very confused,
Shannon

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 example...

Anyone have any experience with this? What phone would you recommend?

Ernst

(Sorry for the cross-posting, but this applies to both lists)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 code:  + p.waitFor());
}
catch(Exception e) { e.printStackTrace(); }
}
}

C code:
~~~
#include stdio.h

int main()
{
exit(7);
}

I'm executing:
~~~

19:31 [EMAIL PROTECTED] [michael]-- java Test
Exit code: 0

Why exit code is not 7 ?

-- 

With best regards, Michael Spector
Tel: 972-(0)54840565

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


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  --

Subject: FreeBSD Java bug?
Date: Mon, 3 Mar 2003 19:39:52 +0200
From: Michael Spector [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

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 code:  + p.waitFor());
}
catch(Exception e) { e.printStackTrace(); }
}
}

C code:
~~~
#include stdio.h

int main()
{
exit(7);
}

I'm executing:
~~~

19:31 [EMAIL PROTECTED] [michael]-- java Test
Exit code: 0

Why exit code is not 7 ?

--

With best regards, Michael Spector
Tel: 972-(0)54840565

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message