LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-06-2012, 01:06 AM   #1
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Question Was the status of the continued usage of Java on Slackware ever decided?


I last remember that very few Linux distributions were looking into using Java 7 due to license issues and most others were considering migrating to the OpenJDK in later updates.

Was this ever clarified for Slackware, and also, I have notice the latest Java 6 that Slackware uses is Java 6 Update 27 in Current, but Java 6 Update 32 is the latest version available from Oracle.

Is there any real difference other than standard bug fixes and security updates between versions 27 and 32?
 
Old 06-06-2012, 03:02 AM   #2
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Rep: Reputation: 154Reputation: 154
You might want to read this:

http://alien.slackbook.org/blog/open...ackware-13-37/
 
Old 06-06-2012, 04:47 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by ChrisAbela View Post
I even have Java 7u4 packages available now: http://alien.slackbook.org/blog/resu...ging-software/

Eric
 
Old 06-06-2012, 09:10 AM   #4
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,241

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
And if you want Oracle Java 7, you an use the current Java 6 SlackBuild to build it.
 
Old 06-06-2012, 01:02 PM   #5
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Quote:
Originally Posted by dugan View Post
And if you want Oracle Java 7, you an use the current Java 6 SlackBuild to build it.
That SlackBuild will not work as is. You will need to tweak it slightly as Oracle/Sun Java 7u4 is packaged as a tar.gz file instead of a self extracting archive. However the steps needed are discussed in this thread.
 
Old 06-06-2012, 01:19 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Is openJRE really compatible to Sun's Java implementation? JDownloader complains that it at least needs a Java version 1.5.0 or higher, but
Code:
java --version
shows version 1.5.0.
 
Old 06-06-2012, 02:10 PM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558

Original Poster
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Many thanks everyone. I'll probably try one of your prebuilt packages for OpenJDK, Erik. Thanks for the clarification.
 
Old 06-06-2012, 02:52 PM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by TobiSGD View Post
Is openJRE really compatible to Sun's Java implementation? JDownloader complains that it at least needs a Java version 1.5.0 or higher, but
Code:
java --version
shows version 1.5.0.
Then you are for certain not running one of my packages. The command "java --version" causes a fatal error because of the extra dash, and if you leave that off:
Code:
$ java -version
java version "1.7.0_04-icedtea"
OpenJDK Runtime Environment (IcedTea7 2.2) (Slackware)
OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode)
Eric
 
Old 06-06-2012, 03:25 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Thanks for your answer, seems that my PATH was set wrong and I have a separate java in /usr/lib64/jvm (and I don't know where that came from).
JDownloader now is crashing with an exception, so I think I will go back to Sun's Java until OpenJRE is fully compatible with JDownloader.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
All right, after a few months of using Slackware 13, I've decided it's not that great boler Slackware 52 02-24-2010 06:46 AM
Noob attack time [continued] : Intel Compilers under Slackware :-) Alexvader Slackware 28 10-23-2009 04:15 PM
Java - HTTP Status 500 fullgore Programming 9 01-02-2009 03:20 PM
Need program to show cpu usage, network status and stuff in X....any sugestions? op_stager Linux - Software 3 09-24-2004 07:56 AM
I've decided on slackware...now... some qns.... stagnant7 Slackware 5 09-02-2003 03:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration