JDK on RHEL on IBM Power Series - java-6

We are looking for JDK 1.6 on for RHEL 5.5 on IBM Power Series. Can some one help?

http://www.oracle.com/technetwork/java/javase/index-137561.html
go to the very bottom

http://www.ibm.com/developerworks/java/jdk/linux/download.html#java6
I know this is super old, but happened to see while searching for something else and figured I'd answer in case anyone else wanted to know. :-)

I know ubuntu is shipping it as part of Canonical repository.
https://wiki.ubuntu.com/ppc64el/ThirdParty#IBM_Java

All the IBM Java's downloads for RHEL are kept here:
http://www.ibm.com/developerworks/java/jdk/linux/download.html

Related

Is it possible to run GlassFish 4.1.x with AdoptOpenJDK 8 (or Zulu)?

As anyone familiar with my question is probably aware, Oracle JDK 8 is no longer receiving public updates for free. My dev team deploys applications through GlassFish 4.1.1, which we know and love, but we are nervous about its continued use given that we can't get public JDK updates through Oracle anymore.
I've done a little background research which looks to imply that AdoptOpenJDK may well work with GlassFish, but there is no clear guidance online as far as I can see from either Oracle or Eclipse. There does look to be a couple of posts suggesting users have made it work with Zulu - but the lack of official guidance is frustrating and confusing.
The question I'm specifically asking here is has anyone actually got any real production deployments of GlassFish running with AdoptOpenJDK (or failing that, Zulu)?
I'm hoping we can find a relatively simple swap-out solution for moving from Oracle JDK to AdoptOpenJDK or similar without having to re-install GlassFish.
As a side note, I'm also aware that GlassFish 5.2 is in the pipeline which hopefully should support a JDK from Jakarta EE as and when that arrives - but I really need a solution that I can implement now.
Yes.
GlassFish (and Payara) work fine using OpenJDK or Azul or any other JDK.
Source: Our company is using Azul Java 8 with support.

Running WLP 8.5.5.1 for ISVs now - what is the latest ISV version?

Does anyone know what the latest version of WLP Runtime for ISVs is? The only thing I've seen is 8.5.5.9, but that looks like it is about a old. The WASDEV site talks about Wlp 16.x versions, but I do not think that is legally the same thing.
Thanks for any help on this.
The latest fix pack for WebSphere Liberty at the moment is 16.0.0.4.
This fix pack is now available on the Liberty Core for ISVs site. You can take another look.
This is not really a programming question, but 16.x is the (combined) maintenance stream for 8.5.5 and 9.0. The old 8.5.5.x and 9.0.0.x are dead ends from a versioning perspective.
You'll need to adress your legal/licensing concerns with someone you have a business relationship with at IBM.

Does anyone know where I can get SOLR patch for Magento Enterprise EE 1.12.0.2?

Does anyone know where I can get SOLR patch for SOLR version 4.4 for Magento Enterprise version 1.12.0.2?
I tried to find the MagentoCommerce.com support system, but there no longer seems to be a support ticket system there.
Thanks in advance and apologies for placing what is probably a duff question, but I am getting desperate since I dont want client to suffer.
The patches are available in the following link:
Enerprise Edition (EE) Patches for Apache Solr

need help to get started with bugzilla

I have been searching for hours for a tutorial that would clearly explain how to install and start to use bugzilla on windows 7. All tutorials I found didn't help me: links are invalid, uses old versions or tells me to modify file that doesn't exist on my system. Could anyone guide me where to search for more clear step by step information about how to start working with bugzilla? Any help would be appreciated
https://wiki.mozilla.org/Bugzilla:Win32Install is a good description of installing Bugzilla, Apache and MySQL on Win32 platforms.
If you're looking to use IIS instead of Apache this may help
http://lpsolit.wordpress.com/2010/10/22/make-bugzilla-work-with-iis7-easy/
Bugzilla is provided by volunteers, so while it's unfortunate that no one has written an up-to-date document on how to do what you want, it also reflects that there are very few people who are trying to do the same thing.
Your best course of action depends on whether you're willing to pay for support. If you are willing to pay someone to help you, you might consult this list:
http://www.bugzilla.org/support/consulting.html
If you're not willing to pay for support, there are some approaches described here:
http://www.bugzilla.org/support/
You can always create a bug here to report that the available documentation isn't current:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla

How to check if the user has internet?

I'm making an app for OSX and i would like to know how can i check if the user has internet connection?
I've been searching around on the internet for this, but what i've tried is not working.
Any example code would be very nice! Thanks
Here you can find a drop-in, ARC compatible version of Reachability.
Another version is available here.

Resources