Lastet supported jdk on OpenBSD

2008-05-16 Thread John Nietzsche
Dear users,

i would like to add support for java on my 4.3 openbsd desktop. Has
anybody already done so? May you point a url where i could download
the package(s) from?

Thanks in advance.



Re: Lastet supported jdk on OpenBSD

2008-05-16 Thread Daniel Dickman
See this link:
http://openbsd.org/faq/faq8.html#Programming

On 5/16/08, John Nietzsche <[EMAIL PROTECTED]> wrote:
> Dear users,
>
> i would like to add support for java on my 4.3 openbsd desktop. Has
> anybody already done so? May you point a url where i could download
> the package(s) from?
>
> Thanks in advance.



Re: Lastet supported jdk on OpenBSD

2008-05-16 Thread Bryan
On Fri, May 16, 2008 at 5:03 PM, John Nietzsche
<[EMAIL PROTECTED]> wrote:
> Dear users,
>
> i would like to add support for java on my 4.3 openbsd desktop. Has
> anybody already done so? May you point a url where i could download
> the package(s) from?
>
> Thanks in advance.
>

http://www.openbsd.org/faq/faq13.html#javaplugin



Re: Lastet supported jdk on OpenBSD

2008-05-16 Thread Matthew Szudzik
On Fri, May 16, 2008 at 09:03:17PM -0300, John Nietzsche wrote:
> i would like to add support for java on my 4.3 openbsd desktop. Has
> anybody already done so? May you point a url where i could download
> the package(s) from?

As the previous posters have pointed out, there are no JDK binary
packages available for OpenBSD 4.3--you have to fetch and build the JDK
from source yourself.  But in OpenBSD 4.4 (which will be released in
November), that situation will change, and binary packages for Java will
be available.  See
 http://www.undeadly.org/cgi?action=article&sid=20080321023803



Re: Lastet supported jdk on OpenBSD

2008-05-17 Thread Ulf
On Fri, 16 May 2008 21:03:17 -0300
"John Nietzsche" <[EMAIL PROTECTED]> wrote:

> Dear users,
> 
> i would like to add support for java on my 4.3 openbsd
> desktop. Has anybody already done so? May you point a url
> where i could download the package(s) from?

As others have pointed out, instruction are in FAQ 8 & 13. Type
'make' in the appropriate ports directory you will get an error
message telling you exactly what to download manually. It took
about 10 hours to build an a PIII 800MHz Thinkpad and you need a
few GB diskspace - works perfectly!



Re: Lastet supported jdk on OpenBSD

2008-05-17 Thread Chris
On Sat, May 17, 2008 at 11:34 AM, Matthew Szudzik
<[EMAIL PROTECTED]> wrote:
> On Fri, May 16, 2008 at 09:03:17PM -0300, John Nietzsche wrote:
>> i would like to add support for java on my 4.3 openbsd desktop. Has
>> anybody already done so? May you point a url where i could download
>> the package(s) from?
>
> As the previous posters have pointed out, there are no JDK binary
> packages available for OpenBSD 4.3--you have to fetch and build the JDK
> from source yourself.  But in OpenBSD 4.4 (which will be released in
> November), that situation will change, and binary packages for Java will
> be available.  See
>  http://www.undeadly.org/cgi?action=article&sid=20080321023803

Installing JDK manually is a royal pain at the moment. Clicking all
those websites, accepting license agreements, downloading and then
compiling the whole thing _does_ take hours. It would be really
awesome to have Java available as package as of 4.4!



Re: Lastet supported jdk on OpenBSD

2008-05-21 Thread John Nietzsche
Does it mean web browser plugin availability too?

On Fri, May 16, 2008 at 10:34 PM, Matthew Szudzik
<[EMAIL PROTECTED]> wrote:
> On Fri, May 16, 2008 at 09:03:17PM -0300, John Nietzsche wrote:
>> i would like to add support for java on my 4.3 openbsd desktop. Has
>> anybody already done so? May you point a url where i could download
>> the package(s) from?
>
> As the previous posters have pointed out, there are no JDK binary
> packages available for OpenBSD 4.3--you have to fetch and build the JDK
> from source yourself.  But in OpenBSD 4.4 (which will be released in
> November), that situation will change, and binary packages for Java will
> be available.  See
>  http://www.undeadly.org/cgi?action=article&sid=20080321023803



Re: Lastet supported jdk on OpenBSD

2008-05-21 Thread Leonardo Rodrigues
That too. And the plugin case is somewhat worse, since as far as I
know, Sun still hasn't released the proper license for the browser
plugin, so, no packages for it even on -current. As others pointed
out, if you're running -current, you can already install the jdk or
jre packages.

On Wed, May 21, 2008 at 10:22 AM, John Nietzsche
<[EMAIL PROTECTED]> wrote:
> Does it mean web browser plugin availability too?