Re: building jdk 1.7

2010-06-27 Thread Tomas Bodzar
It is enough if you will remove created files regularly to prepare
space for next files in building chain. Just more manual work.

On Sun, Jun 27, 2010 at 2:05 AM, Alicornio alicor...@ig.com.br wrote:
 Hi

 How many space I need to build the jdk 1.7 port?
 I have the WRKOBJDIR pointing to a 2 GiB directory and it isn't enough.

 Thanks all.





--
bIf youbre good at something, never do it for free.bB bThe Joker



building jdk 1.7

2010-06-26 Thread Alicornio
Hi

How many space I need to build the jdk 1.7 port?
I have the WRKOBJDIR pointing to a 2 GiB directory and it isn't enough.

Thanks all.



Re: building jdk 1.7

2010-06-26 Thread Ed Ahlsen-Girard
From:   Alicornio alicornio () ig ! com ! br
Date:   2010-06-27 0:05:45

 Hi
 
 How many space I need to build the jdk 1.7 port?
 I have the WRKOBJDIR pointing to a 2 GiB directory and it isn't
 enough.
 
 Thanks all.

I went to 10G and that was fine.  Probably unnecessary, but I did not
want to change it twice.

-- 

Edward Ahlsen-Girard
Ft Walton Beach, FL



Re: JDK 1.7

2008-11-25 Thread Denny White
 --- On Wed, 11/19/08, Stuart Henderson [EMAIL PROTECTED] wrote:
 From: Stuart Henderson [EMAIL PROTECTED]
 Subject: Re: JDK 1.7
 To: Marco Peereboom [EMAIL PROTECTED]
 Cc: misc@openbsd.org
 Date: Wednesday, November 19, 2008, 8:55 AM
 
 On 2008/11/19 07:51, Marco Peereboom wrote:
  If you rely on that plugin it is a little more than a not a big
 deal.
  I for one would love to see it.  yay kurt!
 
  On Wed, Nov 19, 2008 at 11:45:38AM +, Stuart Henderson wrote:
   On 2008-11-19, Steve Shockley [EMAIL PROTECTED]
 wrote:
I tried installing the JDK 1.7 package on a -current machine,
 but
couldn't find how to add the plugin to Firefox.  Does JDK
 1.7 include
the plugin?
  
   It doesn't.
  
   It's not a big deal, 1.6 works just fine, just wondering.
  
 
 oops, trimmed the  prefix to the quote. the It's not a big
 deal was
 from the original poster.
 
On Mon, Nov 24, 2008 at 07:10:40AM -0800, K H A I spoke thusly:
 I;ve just compiled jdk-1.5.0.4
 I cannot not make plugin works
 /usr/local/jdk-1.5.0/jre/plugin has 2 files .so  cannot remember the name
 I have copied to to /usr/local/lib/mozilla-plugin
 also when i exec manually /usr/local/jdk-1.5.0/bin/ControlPanel,
 I see the table which has:
 /usr/local/jdk-1.5.0/jre/bin/java  enable
 /usr/local/jdk-1.5.0/bin/java   enable
 
 When I start firefox, I cannot see java plugin
 How do i create it?
 Any help would be greatlly appreciated.
 Cheers.
 K.D

K.D.
Moved your post to the bottom. Makes it a LOT easier to follow a
thread as in 'please don't top post'. I don't care but most others do.
I built 1.6.0 but it works on the same the principle for you in 1.5.0.
Do you mean you copied the actual files there? I'd get rid of them
first to keep from any confusion. You have to link back to the actual
binary as it needs other stuff which isn't in your plugins directory.
Then:

ln -fs /usr/local/jdk-1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \
~/.mozilla/plugins/

Open firefox  in the address bar type 'about:plugins' (minus quotes).
Mine looks like so:

Java(TM) Plug-in 1.6.0_03-p4-b00

File name: libjavaplugin_oji.so
Java(TM) Plug-in 1.6.0_03

Lots of java specs follow below that.

Okay? [ Chuc may man! (minus diacritics - just guessing ]
Apologies if I'm wrong. ;)

-- 

Denny White

===
GnuPG key  : 0x1644E79A  |  http://wwwkeys.nl.pgp.net
Fingerprint: D0A9 AD44 1F10 E09E 0E67  EC25 CB44 F2E5 1644 E79A
===



Re: JDK 1.7

2008-11-25 Thread K H A I
--- On Tue, 11/25/08, Denny White [EMAIL PROTECTED] wrote:
From: Denny White [EMAIL PROTECTED]
Subject: Re: JDK 1.7
To: K H A I [EMAIL PROTECTED]
Cc: OpenBSD Questions misc@openbsd.org
Date: Tuesday, November 25, 2008, 3:02 AM

 --- On Wed, 11/19/08, Stuart Henderson [EMAIL PROTECTED] wrote:
 From: Stuart Henderson [EMAIL PROTECTED]
 Subject: Re: JDK 1.7
 To: Marco Peereboom [EMAIL PROTECTED]
 Cc: misc@openbsd.org
 Date: Wednesday, November 19, 2008, 8:55 AM
 
 On 2008/11/19 07:51, Marco Peereboom wrote:
  If you rely on that plugin it is a little more than a not a big
 deal.
  I for one would love to see it.  yay kurt!
 
  On Wed, Nov 19, 2008 at 11:45:38AM +, Stuart Henderson wrote:
   On 2008-11-19, Steve Shockley
[EMAIL PROTECTED]
 wrote:
I tried installing the JDK 1.7 package on a -current
machine,
 but
couldn't find how to add the plugin to Firefox.  Does
JDK
 1.7 include
the plugin?
  
   It doesn't.
  
   It's not a big deal, 1.6 works just fine, just wondering.
  
 
 oops, trimmed the  prefix to the quote. the It's not a big
 deal was
 from the original poster.
 
On Mon, Nov 24, 2008 at 07:10:40AM -0800, K H A I spoke thusly:
 I;ve just compiled jdk-1.5.0.4
 I cannot not make plugin works
 /usr/local/jdk-1.5.0/jre/plugin has 2 files .so  cannot remember the name
 I have copied to to /usr/local/lib/mozilla-plugin
 also when i exec manually /usr/local/jdk-1.5.0/bin/ControlPanel,
 I see the table which has:
 /usr/local/jdk-1.5.0/jre/bin/java  enable
 /usr/local/jdk-1.5.0/bin/java   enable
 
 When I start firefox, I cannot see java plugin
 How do i create it?
 Any help would be greatlly appreciated.
 Cheers.
 K.D

K.D.
Moved your post to the bottom. Makes it a LOT easier to follow a
thread as in 'please don't top post'. I don't care but most
others do.
I built 1.6.0 but it works on the same the principle for you in 1.5.0.
Do you mean you copied the actual files there? I'd get rid of them
first to keep from any confusion. You have to link back to the actual
binary as it needs other stuff which isn't in your plugins directory.
Then:

ln -fs /usr/local/jdk-1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \
~/.mozilla/plugins/

Open firefox  in the address bar type 'about:plugins' (minus
quotes).
Mine looks like so:

Java(TM) Plug-in 1.6.0_03-p4-b00

File name: libjavaplugin_oji.so
Java(TM) Plug-in 1.6.0_03

Lots of java specs follow below that.

Okay? [ Chuc may man! (minus diacritics - just guessing ]
Apologies if I'm wrong. ;)

-- 

Denny White

===
GnuPG key  : 0x1644E79A  |  http://wwwkeys.nl.pgp.net
Fingerprint: D0A9 AD44 1F10 E09E 0E67  EC25 CB44 F2E5 1644 E79A
===

Denny,
Thanks for feedback.
The way you setup I already did but it did not work for mine.
I want to copy to /usr/local/lib/mozilla/plugin for global use.
it works the same thing , one is per user , the other is for everyone.
to access the plugin.

cheers
(not may man yet)
K.D



Re: JDK 1.7

2008-11-25 Thread Stuart Henderson
In gmane.os.openbsd.misc, you wrote:
 The way you setup I already did but it did not work for mine.
 I want to copy to /usr/local/lib/mozilla/plugin for global use.

Symlink, do not copy. But the package install message is out-of-date,
it should go in /usr/local/mozilla-firefox/plugins.



Re: JDK 1.7

2008-11-25 Thread Stuart Henderson
On 2008-11-25, Stuart Henderson [EMAIL PROTECTED] wrote:
 In gmane.os.openbsd.misc, you wrote:
 The way you setup I already did but it did not work for mine.
 I want to copy to /usr/local/lib/mozilla/plugin for global use.

 Symlink, do not copy. But the package install message is out-of-date,
 it should go in /usr/local/mozilla-firefox/plugins.

oh oops, it can go in either (confirmed with 3.0.3), but for
/usr/local/lib/mozilla/plugin/ you must create the directory first.

thanks Kurt for suggesting I double-check..



Re: JDK 1.7

2008-11-24 Thread K H A I
I;ve just compiled jdk-1.5.0.4
I cannot not make plugin works
/usr/local/jdk-1.5.0/jre/plugin has 2 files .so  cannot remember the name
I have copied to to /usr/local/lib/mozilla-plugin
also when i exec manually /usr/local/jdk-1.5.0/bin/ControlPanel,
I see the table which has:
/usr/local/jdk-1.5.0/jre/bin/java  enable
/usr/local/jdk-1.5.0/bin/java   enable

When I start firefox, I cannot see java plugin
How do i create it?
Any help would be greatlly appreciated.
Cheers.
K.D



--- On Wed, 11/19/08, Stuart Henderson [EMAIL PROTECTED] wrote:
From: Stuart Henderson [EMAIL PROTECTED]
Subject: Re: JDK 1.7
To: Marco Peereboom [EMAIL PROTECTED]
Cc: misc@openbsd.org
Date: Wednesday, November 19, 2008, 8:55 AM

On 2008/11/19 07:51, Marco Peereboom wrote:
 If you rely on that plugin it is a little more than a not a big
deal.
 I for one would love to see it.  yay kurt!

 On Wed, Nov 19, 2008 at 11:45:38AM +, Stuart Henderson wrote:
  On 2008-11-19, Steve Shockley [EMAIL PROTECTED]
wrote:
   I tried installing the JDK 1.7 package on a -current machine,
but
   couldn't find how to add the plugin to Firefox.  Does JDK
1.7 include
   the plugin?
 
  It doesn't.
 
  It's not a big deal, 1.6 works just fine, just wondering.
 

oops, trimmed the  prefix to the quote. the It's not a big
deal was
from the original poster.



Re: JDK 1.7

2008-11-19 Thread Stuart Henderson
On 2008-11-19, Steve Shockley [EMAIL PROTECTED] wrote:
 I tried installing the JDK 1.7 package on a -current machine, but 
 couldn't find how to add the plugin to Firefox.  Does JDK 1.7 include 
 the plugin?

It doesn't.

It's not a big deal, 1.6 works just fine, just wondering.



JDK 1.7

2008-11-19 Thread Steve Shockley
I tried installing the JDK 1.7 package on a -current machine, but 
couldn't find how to add the plugin to Firefox.  Does JDK 1.7 include 
the plugin?  It's not a big deal, 1.6 works just fine, just wondering.




Re: JDK 1.7

2008-11-19 Thread Marco Peereboom
If you rely on that plugin it is a little more than a not a big deal.
I for one would love to see it.  yay kurt!

On Wed, Nov 19, 2008 at 11:45:38AM +, Stuart Henderson wrote:
 On 2008-11-19, Steve Shockley [EMAIL PROTECTED] wrote:
  I tried installing the JDK 1.7 package on a -current machine, but 
  couldn't find how to add the plugin to Firefox.  Does JDK 1.7 include 
  the plugin?
 
 It doesn't.
 
 It's not a big deal, 1.6 works just fine, just wondering.



Re: JDK 1.7

2008-11-19 Thread Stuart Henderson
On 2008/11/19 07:51, Marco Peereboom wrote:
 If you rely on that plugin it is a little more than a not a big deal.
 I for one would love to see it.  yay kurt!
 
 On Wed, Nov 19, 2008 at 11:45:38AM +, Stuart Henderson wrote:
  On 2008-11-19, Steve Shockley [EMAIL PROTECTED] wrote:
   I tried installing the JDK 1.7 package on a -current machine, but 
   couldn't find how to add the plugin to Firefox.  Does JDK 1.7 include 
   the plugin?
  
  It doesn't.
  
  It's not a big deal, 1.6 works just fine, just wondering.
  

oops, trimmed the  prefix to the quote. the It's not a big deal was
from the original poster.