Java 1.7u25

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
Brown Mouse
Posts: 564
Joined: Tue 09 Jun 2009, 21:06

Java 1.7u25

#1 Post by Brown Mouse »

Latest JRE 1.7u25 if possible.

Thank you

tlchost
Posts: 2057
Joined: Sun 05 Aug 2007, 23:26
Location: Baltimore, Maryland USA
Contact:

Re: Java 1.7u25

#2 Post by tlchost »

Brown Mouse wrote:Latest JRE 1.7u25 if possible.
And you know as soon as you have it and remaster, JRE 1.7u26 will be out.
Keeping up to date is like being trapped in a Skinner Box.

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

Re: Java 1.7u25

#3 Post by jpeps »

tlchost wrote:
Brown Mouse wrote:Latest JRE 1.7u25 if possible.
And you know as soon as you have it and remaster, JRE 1.7u26 will be out.
Keeping up to date is like being trapped in a Skinner Box.
What remaster? It's a simple binary download. Load it as an sfs.

Brown Mouse
Posts: 564
Joined: Tue 09 Jun 2009, 21:06

Re: Java 1.7u25

#4 Post by Brown Mouse »

tlchost wrote:
Brown Mouse wrote:Latest JRE 1.7u25 if possible.
And you know as soon as you have it and remaster, JRE 1.7u26 will be out.
Keeping up to date is like being trapped in a Skinner Box.
You know the score Thom :lol:

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#5 Post by watchdog »

Perhaps It's the case to learn to build a java sfs. In console:

Code: Select all

mkdir /mnt/home/dir
mkdir /mnt/home/dir/usr
mkdir /mnt/home/dir/usr/local
mkdir /mnt/home/dir/usr/local/java
mkdir /mnt/home/dir/usr/lib
mkdir /mnt/home/dir/usr/lib/mozilla
mkdir /mnt/home/dir/usr/lib/mozilla/plugins
Download from:

http://java.com/it/download/linux_manual.jsp?locale=en

the latest .tar.gz java. Click on it to open the archive and extract all to /mnt/home/dir/usr/local/java. Create a relative link in /mnt/home/dir/usr/lib/mozilla/plugins/libnpjp2.so to /mnt/home/dir/usr/local/java/jre-xxxx/lib/i386/libnpjp2.so. Then in console:

Code: Select all

cd /mnt/home
dir2sfs dir
Just done.

Brown Mouse
Posts: 564
Joined: Tue 09 Jun 2009, 21:06

#6 Post by Brown Mouse »

watchdog wrote:Perhaps It's the case to learn to build a java sfs. In console:

Code: Select all

mkdir /mnt/home/dir
mkdir /mnt/home/dir/usr
mkdir /mnt/home/dir/usr/local
mkdir /mnt/home/dir/usr/local/java
mkdir /mnt/home/dir/usr/lib
mkdir /mnt/home/dir/usr/lib/mozilla
mkdir /mnt/home/dir/usr/lib/mozilla/plugins
Download from:

http://java.com/it/download/linux_manual.jsp?locale=en

the latest .tar.gz java. Click on it to open the archive and extract all to /mnt/home/dir/usr/local/java. Create a relative link in /mnt/home/dir/usr/lib/mozilla/plugins/libnpjp2.so to /mnt/home/dir/usr/local/java/jre-xxxx/lib/i386/libnpjp2.so. Then in console:

Code: Select all

cd /mnt/home
dir2sfs dir
Just done.
Thanks
Tried this method a few times and although it successfully created an sfs,after loading it,doesn't work.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#7 Post by watchdog »

Brown Mouse wrote:
watchdog wrote:Perhaps It's the case to learn to build a java sfs. In console:

Code: Select all

mkdir /mnt/home/dir
mkdir /mnt/home/dir/usr
mkdir /mnt/home/dir/usr/local
mkdir /mnt/home/dir/usr/local/java
mkdir /mnt/home/dir/usr/lib
mkdir /mnt/home/dir/usr/lib/mozilla
mkdir /mnt/home/dir/usr/lib/mozilla/plugins
Download from:

http://java.com/it/download/linux_manual.jsp?locale=en

the latest .tar.gz java. Click on it to open the archive and extract all to /mnt/home/dir/usr/local/java. Create a relative link in /mnt/home/dir/usr/lib/mozilla/plugins/libnpjp2.so to /mnt/home/dir/usr/local/java/jre-xxxx/lib/i386/libnpjp2.so. Then in console:

Code: Select all

cd /mnt/home
dir2sfs dir
Just done.
Thanks
Tried this method a few times and although it successfully created an sfs,after loading it,doesn't work.
What puppy do you use? It's reported latest java not working with older puppies and seamonkey. I used this method and jre-7u25 works in my current slacko 5.5. Are you sure you have created a "relative link" to libnpjp2.so? To make sure open two windows, one in /mnt/home/dir/usr/java/jre1.7.0_25/lib/i386 and another in /mnt/home/dir/usr/lib/mozilla/plugins. Then with the mouse "take" libnpjp2.so from the first window to the second and choose Relative Link in the menu that it open. Very older puppies use libjavaplugin_oji.so which you find in /mnt/home/dir/usr/local/java/jre1.7.0_25/plugin/i386/ns7. Read:

http://www.murga-linux.com/puppy/viewtopic.php?t=86807

Brown Mouse
Posts: 564
Joined: Tue 09 Jun 2009, 21:06

#8 Post by Brown Mouse »

watchdog wrote:
Brown Mouse wrote:
watchdog wrote:Perhaps It's the case to learn to build a java sfs. In console:

Code: Select all

mkdir /mnt/home/dir
mkdir /mnt/home/dir/usr
mkdir /mnt/home/dir/usr/local
mkdir /mnt/home/dir/usr/local/java
mkdir /mnt/home/dir/usr/lib
mkdir /mnt/home/dir/usr/lib/mozilla
mkdir /mnt/home/dir/usr/lib/mozilla/plugins
Download from:

http://java.com/it/download/linux_manual.jsp?locale=en

the latest .tar.gz java. Click on it to open the archive and extract all to /mnt/home/dir/usr/local/java. Create a relative link in /mnt/home/dir/usr/lib/mozilla/plugins/libnpjp2.so to /mnt/home/dir/usr/local/java/jre-xxxx/lib/i386/libnpjp2.so. Then in console:

Code: Select all

cd /mnt/home
dir2sfs dir
Just done.
Thanks
Tried this method a few times and although it successfully created an sfs,after loading it,doesn't work.
What puppy do you use? It's reported latest java not working with older puppies and seamonkey. I used this method and jre-7u25 works in my current slacko 5.5. Are you sure you have created a "relative link" to libnpjp2.so? To make sure open two windows, one in /mnt/home/dir/usr/java/jre1.7.0_25/lib/i386 and another in /mnt/home/dir/usr/lib/mozilla/plugins. Then with the mouse "take" libnpjp2.so from the first window to the second and choose Relative Link in the menu that it open. Very older puppies use libjavaplugin_oji.so which you find in /mnt/home/dir/usr/local/java/jre1.7.0_25/plugin/i386/ns7. Read:

http://www.murga-linux.com/puppy/viewtopic.php?t=86807
Hi watchdog

I've tried this both in Lucid 528-05 and Precise 5.6.1 with the same problem.

I'm not seeing libnpjp2.so or any other in the following plugins directory /mnt/home/dir/usr/lib/mozilla/plugins/libnpjp2.so

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#9 Post by watchdog »

Brown Mouse wrote:<cut>
Hi watchdog

I've tried this both in Lucid 528-05 and Precise 5.6.1 with the same problem.

I'm not seeing libnpjp2.so or any other in the following plugins directory /mnt/home/dir/usr/lib/mozilla/plugins/libnpjp2.so
I don't undertstand. Do you see /mnt/home/dir/java/jre1.7.0_25/lib/i386/libnpjp2.so? From that target lib create a relative link name /mnt/home/dir/usr/lib/mozilla/plugins/libnpjp2.so. You can do it also with:

Code: Select all

cd /mnt/home/dir/usr/lib/mozilla/plugins
ln -s ../../../local/java/jre1.7.0_25/lib/i386/libnpjp2.so libnpjp2.so
The directory /mnt/home/dir is our working directory to build the java sfs by dir2sfs command. When you load the sfs you'll see the link libnpjp2.so in /usr/lib/mozilla/plugins pointing to the /usr/local/java/jre1.7.0_25/lib/i386/libnpjp2.so. I'm sure. It works here.

Edit: verify you have unloaded any previous java jre plugin in your install. I am uploading to google drive my jre-7u25-i586.sfs. I'll post it.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#10 Post by watchdog »

I beg your pardon "the Asterisk" (official mantainer of java in puppy). Here is my version of jre-7u25-i586.sfs:

https://docs.google.com/file/d/0B9iMb4U ... sp=sharing

Post Reply