Java Runtime Environment (SFS)

Browsers, email, chat, etc.
Message
Author
gcmartin

JDK needed

#41 Post by gcmartin »

Thanks @Shinobar. You've helpted the community with JRE over the years.

I, too, need the JDK, if you could help by providing it. Specifically for Slacko 5.6+ (32bit) and/or FATDOG-LightHouse64 (64bit)

Thanks in advance, if you can help.

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#42 Post by Karl Godt »

Semme wrote:Great! Please, one further >> http://www.oracle.com/technetwork/java/ ... 04172.html
That's the DK Development Kit - it includes the current Runtime Environment version .

/mnt/home/SFS/jre-1.6u45-i586.sfs loaded into macpup550 frugal - works real good !
/mnt/home/SFS/jre-1.6.0.43.sfs installed into full install of macpupF3 works OK .


These :

/mnt/sda5/opt/jdk1.6.0_26 from debian
/mnt/sda5/opt/jdk1.7.0_40 from sun
/mnt/sda5/opt/jre-1.7.0.25 from sun

give me everywhere full and frugal

# /mnt/sda5/opt/jdk1.6.0_26/jre/bin/java
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
# /mnt/sda5/opt/jdk1.6.0_26/bin/java
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object

in macpup550precise and macpupF3-43
:?:

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

Re: JDK needed

#43 Post by Q5sys »

gcmartin wrote:Thanks @Shinobar. You've helpted the community with JRE over the years.

I, too, need the JDK, if you could help by providing it. Specifically for Slacko 5.6+ (32bit) and/or FATDOG-LightHouse64 (64bit)

Thanks in advance, if you can help.
Might want to do a google search next time. The FIRST google search result for "openjdk slackware64" would have given you alienjeff's openjdk builds for slackware.

http://www.slackware.com/~alien/slackbu ... kg64/14.0/

That has the JRE and JDK bundle for both 32bit slackware 14 (what slacko is) and 64bit slackware 14 (what FD and LHP are).

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#44 Post by Semme »

Update Release Notes summarize changes made in all 1.7.0_* update releases.
That's the DK Development Kit..

gcmartin

#45 Post by gcmartin »

Q5sys. Thanks. I saw that Lighthouse 602 UPDATE to ...40 version several weeks ago. But a JDK has not arrived in its PPM as a PET for installation in Lighthouse.

Hope this post helps others.

BTW, this is the wrong thread for OpenJDK/OpenJRE discussion. Shinobar has ONLY provided us with SUN's version for 32bit thus far.

But, thanks for trying to help.

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#46 Post by nic007 »

Looking for an oldie - JRE1.4.2. Anyone?

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

jre-1.7.0.45

#47 Post by shinobar »

Updated:
jre-1.7.0.45.sfs and jre-1.7.0.25-1.sfs if you want older version.
Both from http://shino.pos.to/party/bridge.cgi?puppy/opt/
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

Re: jre-1.7.0.45

#48 Post by vicmz »

shinobar wrote:Updated:
jre-1.7.0.45.sfs and jre-1.7.0.25-1.sfs if you want older version.
Both from http://shino.pos.to/party/bridge.cgi?puppy/opt/
Thank you. I shared your link here for those who use Java along with LibreOffice.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#49 Post by darkcity »

Hi Shinobar

Thanks for continuing to package Java. I recently wanted to run .jnlp webstart files (javaws binary). For some reason your version of jre-1.7u45-i586.sfs didn't work for this purpose (I'm on Slacko 5.3.1).
Details here-

http://www.murga-linux.com/puppy/viewto ... 130#751130

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

to run .jnlp webstart files

#50 Post by shinobar »

darkcity wrote:For some reason your version of jre-1.7u45-i586.sfs didn't work for this purpose (I'm on Slacko 5.3.1).
Have you tried jre-1.7.0.45.sfs instead of jre-1.7u45-i586.sfs?
http://shino.pos.to/party/bridge.cgi?puppy/opt/
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#51 Post by darkcity »

No, I didn't try that version. Downloading now to test. What is the difference between jre-1.7u45-i586.sfs and jre-1.7.0.45.sfs ?

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#52 Post by darkcity »

I have now tried jre-1.7.0.45.sfs, it gives the same result as jre-1.7u45-i586.sfs

The javaws binary is stored in /usr/bin

Using /usr/bin/javaws "$@" as the run action for a .jnlp file, gives the unable to launch with an exception error

in the java sfs packaged by OscarTalks the javaws is stored in /usr/local/bin and using /usr/local/bin/javaws "$@" successfully launches the .jnlp app.

gcmartin

Java Update 51 now current

#53 Post by gcmartin »

Java SE 7 Update 51 Released 1 /14/14

When can this be presented?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#54 Post by Semme »

Hey GC.. :D you spend enough time here to make one of these :wink: for all of us.

User avatar
Puppus Dogfellow
Posts: 1667
Joined: Tue 08 Jan 2013, 01:39
Location: nyc

Re: Java Update 51 now current

#55 Post by Puppus Dogfellow »

gcmartin wrote:Java SE 7 Update 51 Released 1 /14/14

When can this be presented?



jre-1.7u51-i586.pet

or

http://forum.asri-education.org/viewtop ... f=39&t=313

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#56 Post by OscarTalks »

Users seem to be finding that different versions by different posters may or may not work on their systems. I'm not sure why this is. I would have expected /usr/local/bin to work the same as /usr/bin for the executable symlinks. I just didn't like the idea of a /usr/java directory so I put the main folder in /usr/local instead and from there I kept the symlinks down the /usr/local path. To be honest I don't use jre for anything. I just made one when I was testing jitsi which I have since given up on.

Anyway, not wishing to step on any toes, but a few days ago I did upload a .pet and a .sfs of jre-1.7u51-i586 put together along the same lines as the previous one:-
http://smokey01.com/OscarTalks
Other versions by other posters are available. I haven't tested this one much. Users should experiment and see which one works best for them.
Oscar in England
Image

gcmartin

#57 Post by gcmartin »

OscarTalks shares a problem that has existed with PUP over time; namely, different developers install apps differently based upon a concept that they feel is best. This has happened couple years ago when SAMBA was first being tackled and certainly is happening here.

With SAMBA, the problem subsided when @01Micko (32bit) and @TaZoC (64bit) combined in agreement to settle on a consistent Library and executable paths. Other developers, @Pemasu, and others also used this PET and pathing in their distros for consistency. Today, using some of PUP distros, the user sees exactly the same experience when using or 'install and using' that consistent version for sharing information on the LAN. This reduced user efforts and increase user understanding and productive use.

But, that level of consistency has NOT happened here with JAVA, just yet.

This is of issue for PUPs future because of the increase of Smart devices as JAVA and eClipse can be integral in advancing PUPs as a platform for integrating smart devices into the LAN fabric that PUPs reside on.

Wise cooperation and discussion can bring some common light to a pleasant ride into PUP's present and future. Iam NOT suggesting "yielding" one vs another, I am, though, suggesting developers discussion for good and sound direction so that other projects and products which rely on JAVA-JRE & JAVA-JDK are placed such that eClipse and other tools from MIT and others can install and find their way without issue. 2 heads are certainly better than one as it embraces complementary viewpoints for greater achievement in many and most cases.

Maybe JAVA, as is the case with Flash, really should be in base PUPs to reduce user confusion. Some distro developers have already begun addressing this in their PUP distros as they are including Flash, OOTB.

Hope this helps

Puppy Linux References
Link specific to JAVA's pathing issue
JAVA issues and developer comments
JAVA apps that are known to work in Puppy Linux
Puppy Linux Wikis on JAVA need
Puppy Linux Wikis on JAVA locations in Puppyland

etc.....

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

running .jnlp file

#58 Post by shinobar »

darkcity wrote:I have now tried jre-1.7.0.45.sfs, it gives the same result as jre-1.7u45-i586.sfs

The javaws binary is stored in /usr/bin

Using /usr/bin/javaws "$@" as the run action for a .jnlp file, gives the unable to launch with an exception error
Strange. I found no problem on Precise-571JP.
Will you point some file for testing?
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

jre-1.7.0.51.sfs

#59 Post by shinobar »

UPDATE: jre-1.7.0.51.sfs
http://shino.pos.to/party/bridge.cgi?puppy/opt/

NOTE on the difference with the one by OscarTalks:
1. JAVA_HOME is /usr/java for mine, whereas /usr/local/java by OscarTalks.
2. Three executables are under /use/bin for mine, whereas OscarTalks made more links at /usr/local/bin.
3. Mine has the ROX-Filer stuff under /root and under /usr/local/apps/ROX-File.

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#60 Post by darkcity »

I tried a couple of apps.

This one for example

CGoban 3 - KGS

http://files.gokgs.com/javaBin/cgoban.jnlp

I downloaded to ~/my-applications and ran from there.

Post Reply