Java JDK for PowerBook G4 on Leopard??

Is there any chance there is a Java JDK (developing kit) for Leopard that still accepts PowerPC's? The new 1.6 versions only installs on Intel macs. I tried a older version but those will only install on OSX Tiger. I'm kinda in between =) Does anyone have a JDK running on your PowerBook PPC G4 with OSX Leopard? Please let me now
//Marol

The place to find out is on this forum:
http://discussions.apple.com/forum.jspa?forumID=727

Similar Messages

  • Java for PowerBook G4 on Leopard??

    Is there any chance there is a Java JDK (developing kit) for Leopard that still accepts PowerPC's? The new 1.6 versions only installs on Intel macs. I tried a older version but those will only install on OSX Tiger. I'm kinda in between =) Does anyone have a JDK running on your PB G4 with OSX Leopard? Please let me now
    //Marol

    Welcome to the Apple discussions.
    You might want to post this question on the Leopard discussions at http://discussions.apple.com/category.jspa?categoryID=235

  • Java JDK for PowerPC

    Hello,
    I have an iBook PowerPC G4 with OSX 10.3.9. I keep it updated with the System Update utility.
    Java JDK version is 1.4.2_12.
    I need to run some Java5 applications. Is there a way to install Java 1.5 on the computer?
    Marco

    So that Apple blablabla about supporting Java, in the real world means artificial obsolescence of your Mac computer. I'm disappointed.
    Marco

  • Java JDK for windows AMD64 between 1.4.2_09 and 1.5.0_00. Does it exist!?!

    Hello.
    I am installing a SAP ERP 6.0 environment on an windows AMD64 box. For this i need the JDK newer than 1.4.2_09 and older than 1.5.0_00.
    Before sun.com webpages where decommissioned earlier this year i belive that you could find this via http://java.sun.com/j2se/1.4.2/SAPsite/download.html.
    Today this leads to the "normal" download pages there windows amd64 cannot be found.
    Can anyone help me with this? I'm assuming I'm not the first or last who needs this...
    Thank you!
    //Jon

    user12972694 wrote:
    Hi,
    I managed to somehow find this direct link. It contains a SDK with 1.4.2_33.
    http://download.oracle.com/auth/otn/java/j2sdkfb/1.4.2_33-b02/j2sdkfb-1_4_2_33-windows-amd64.exe?e=1315310972&h=c7511a0d5cb36de598d3387aa0d109b5
    This Direct link doesn't seem to work, but the link itself proves enough that the file does indeed exist. If you were supposed to be able to find this file is another question :)

  • Where  can  I  download   java  jdk  for  policy

    I want to write programme with policy SDK ,can you help me ,my
    email is [email protected] you!!

    Go here, it will teach you to write Java code
    http://java.sun.com/docs/books/tutorial/
    (Do not expect e-mail replies to your posts in these forums. Replies are made in the forums so that more people can see the information.)

  • Fat Jar Export: Could not find class-path entry for 'C:Java/jdk/mysql-connector-java-

    ok friends,
    have a normaly running project in eclipse and want to create a jar file...i tried ewerythin in ->export but nothing function
    i wanted to create a runnable jar file but that error ecures:
    JAR export finished with warnings. See details for additional information.
    Exported with compile warnings: ICQJJ/src/ICQJJ.java
    Jar export finished with problems. See details for additional infos.
    Fat Jar Export: Could not find class-path entry for 'C:Java/jdk/mysql-connector-java-5.1.8-bin.jar'
    what's the problem?
    ok, i am using a mysql db und using the driver mysql-connector-java-5.1.8-bin.jar....
    i improted this jar file like this run -> run configuration -> classpath -> add external jar....
    pls help me

    That looks like it might be a binary-distribution JAR that you should unjar. The actual JAR for the classpath is probably inside it.

  • Java 6 JDK For MBP 2012 ML?

    Hi. I want to pursue Java programming, but I need the JDK (java deveopment kit) for Java 6 for Mac... I went to Oracle's site and they have a ton of different downloads. There is an FAQ for mac users but they provide no information what so ever for downloading the correct JDK... Does anyone know where to get the java 6 JDK for mac ml?
    Much less important, and just a side question, does anybody know if the LWJGL- lightweight java game library (for Java computer games) from lwjgl.org is a safe thing to download? I need it to fix an audio issue with a game.
    Thanks.

    Sounds like you have a lot to learn here and I'm probably not the right person to be giving you advice since I've never even been close to doing anything beyond using Java. I do know enough to be dangerous, but limited mostly to it's vulnerability these days and most of how it interfaces with OS X, but there's still a lot of holes in my knowledge base, especially these days.
    My impression was that you planned on doing Java 6 development since you were asking about obtaining it's JDK. I couldn't help but wonder why you wanted to start there, but figured you had a reason. Java 6 is all but obsolete now and although there is still a bunch of code that requires it, I don't see any point in developing anything new there.
    But to try and answer your last set of questions....
    I also need to install the Java 7 Update 15 right? From the Oracle Website?
    Yes, but if you are going to use it for development you will need to get the JDK from Oracle, not the JRE from java.com. Go to Java SE Downloads and under "Java Platform, Standard Edition" use the download button under "JDK".
    Whenever I go to terminal it says 1.6.0_41, that is due to the fact that there is technically 'two' java's on a mac, correct?
    The Terminal process "java" only knows about one set of Java code and for now that is Apple's because it knows where Apple stores Java SE 6. I am told that once you install JDK 7 then it comes with a new "java" process which only knows where Oracle stores Java SE 7, so it will start reporting only 1.7.0_xx.
    It's not unusual for there to be more than one Java installed. For years there have always been two to three versions at the same time. You controlled which ones were enabled by using the Java Preferences app. It usually wasn't a problem to have more than one enabled as the software application would look for the one it needed and only use it. There is no more Java Preferences and the Java Control Panel only controls Java 7, so there seems to be no way to enable or disable Java 6 when it is installed. Apple says it's not required, so maybe it isn't important.
    we have realized that there are two versions: the one that terminal tells you about, which I have. and the one that is either in 'system prefs' or the ultility 'java prefs', which I do not have.
    The other (Oracle's Java 7) is only controlled using the Java Control Panel which can be accessed from System Preferences->Java and you apparently don't have it yet.
    That means that I do not have the Java installed that the exploit has to do with, correct?
    That's not at all important. Both have many vulnerabilities, just not exactly the same ones.
    I suppose Oracle's version and Apple's version just use the same numbering which confuses me/other people.
    Not sure how you came to that conclusion. I thought I had been pretty clear that Apple provided Java SE 6 1.6.0_41 and below and Oracle now provides OS X users with Java SE 7 1.7.0_xx and above.
    Lastly, when you install the Oracle Java SE 7 JDK, your browser plug-in will be changed to Java 7. I've probably already said this, but unless you need to use Java with your browser you should only enable it when you must visit a trusted site and only while you are there. If, for any reason, you need to revert to the Java SE 6 Apple plug-in, then you will have to go through the procedures shown in the document Java for OS X 2013-001: How to re-enable the Apple-provided Java SE 6 web applet plug-in and Web Start functionality

  • Java JDK 6 for Xeon EMT64?

    Can I use the 64 bit JDK for linux on a Xeon? If so do I use jdk-6-linux-amd64.bin?
    Is it stable?
    Thanks,
    Matt

    Yes, and yes. The 64-bit JDK for amd64/em64t is fully supported.

  • Cannot Install Java JDK on Windows 7 Home Premium

    Hello all, I'm sorry if this is the wrong place to post this question. I have an issue trying to install ANY JDK on Windows 7 Home Premium. When I run the install it throws an Error: 1722. I've tried looking around on Google but haven't found much. Has anyone else has this error?

    I tried to install the windows7 64-bit jdk on my windows7 64-bit computer with 2 browsers, chrome and firefox. There was no difference between browsers. Then, I repeatedly installed and uninstalled many, many times, trying to figure out what was wrong.
    After an easy install, I click on the jdk program to try to use it, and I get a pop-up saying something like, you have already installed this, do you want to install it again? That is all I get from the installed jdk program, there is nothing else the program will do, only give me that pop-up.
    I then read and studied all the online info from all the java websites. Their website info does not mention this problem. Then I did all the you tube videos that deal with this problem. After watching a you tube video, I clicked start, and typed in cmd, and then typed javac; the message I am given is that javac is not recognized as a command.
    Then, I tried to contact the java/oracle company many different ways, with chat and email, and got NO response; they are not addressing or responding to this situation in any way.
    Last night, I contacted my computer company, and after speaking with them, they are saying they will go into my computer and make the necessary software changes to the windows 7 so that the java jdk will be properly working. Sounds great, but - they want to charge me a lot of $$MONEY. I got two price quotes, $80 and $89. It is not free, which is frustrating. The java download is free, but I do I have to pay to get it properly installed on my computer? Can anyone provide wise advise? Is there any way I can get it properly installed for free?
    Also, someone mentioned that maybe my Norton Antivirus is preventing the proper jdk install, but I doubt it, since the norton antivirus has never before given me any problem.
    Please help. Thanks!

  • Generating Java wrappers for PL/SQL Packages in JDeveloper 3.1

    I have not been successful in using JD3.1 to generate java classes for use in calling PL/SQL packages from a Java Servlet I am developing. I have followed the directions under the 'Generating Java Code for Oracle Objects and PL/SQL Packages' help topic: I display the package in the database browser window, right click on the package, select 'Generate Java', and click 'OK' on the pop-up JPublisher window that appears. The wizard clocks out for a few moments, then the JPublisher window disappears, but the java class is not added to JDeveloper's Navigation pane for the Project and Package I specified in the wizard.
    Any idea where the generated class is going to?

    should be, but isn't... JDeveloper3.1
    (build 681) default install... Is it in
    a custom package I didn't install? Or
    am I just a dumb nut?Hmm.. I thought it was in there.. JPub is a java based tool. You can invoke it as such.
    1st, use setvars.bat from your jdeveloper/bin directory.
    2nd, run java oracle.jpub.java.Main (pass it the same arguments as you would the jpub.exe)
    Here's the output from my machine here:
    D:\JDeveloper31\bin>setvars D:\JDeveloper31
    Setting JDeveloper 1.2 runtime environment to "D:\JDeveloper31"
    Setting JDK version 1.2 in "D:\JDeveloper31\java1.2"
    D:\JDeveloper31\bin>java oracle.jpub.java.Main
    JPub: Java Object Type Publisher, version 8.1.6.0.0 Production
    (and the rest of the help)
    Take Care,
    Rob
    null

  • HT1622 Java updates for OS X 10.4

    Where do you get the" Java for Mac OS X 10.4, Release 6" from? there was no link in the note.

    To update Java you first have to install Leopard 10.5.8 on your computer provided that's possible on your model. Even then you cannot run SE 6 because that requires a later version of OS X that you cannot run.

  • Problems with Dr Java and java jdk 1.6

    Well in my class we use the Dr Java IDE for our code. I tried downloading the jdk 1.6 and jre 1.6 to be up to date with the dr java. Everything went good but when i started Dr Java it said no compiler was found so i manually went and chose the tools.jar file in the jdk and it still sais no compiler available. Can someone please help

    How to Install DrJava (and Java if necessary)
    http://www.seas.upenn.edu/~pfpcse/java/installDrJava.html

  • Java JDK 1.4.2 Keystore

    Hi,
    We have an issue with our Java JDK 1.4.2 Keystore.
    It will not display a newly certified Certfor Tomcat.
    OS/Tomcat/Java
    On Windows 2003 Std R2 SP2.
    Using Tomcat 4.1.31 - JDK 1.4.2.
    Tomcat/Java References:
    http://tomcat.apache.org/tomcat-4.1-doc/ssl-howto.html
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html#Examples
    http://help.godaddy.com/article/5239
    Details:
    Create a local Certificate (as described in the previous section):
    1.
    C:\xxxxx\_jvm\bin>keytool -genkey -alias Local_Cert -keyalg RSA -keysize 2048 -keystore xxxxx_weirminerals_com
    Enter keystore password: changeit
    What is your first and last name?
    [Unknown]: xxxxx.weirminerals.com
    What is the name of your organizational unit?
    [Unknown]: IT Dept
    What is the name of your organization?
    [Unknown]: Weir Minerals North America
    What is the name of your City or Locality?
    [Unknown]: Madison
    What is the name of your State or Province?
    [Unknown]: Wisconsin
    What is the two-letter country code for this unit?
    [Unknown]: US
    Is CN=xxxxx.weirminerals.com, OU=IT Dept, O=Weir Minerals North America, L=M
    adison, ST=Wisconsin, C=US correct?
    [no]: yes
    Enter key password for <Local_Cert>
    (RETURN if same as keystore password): changeit
    2. keytool -certreq -keyalg RSA -alias tomcat -file certreq.csr -keystore <xxxxx_weirminerals_com>
    C:\xxxxx\_jvm\bin>keytool -certreq -keyalg RSA -alias Local_Cert -file xxxxx.weirminerals.com_certreq.csr -keystore xxxxx_weirminerals_com
    Enter keystore password: changeit
    The file should be encoded in PEM format? Correct?
    I submitted to Godaddy.com and have read over their ionstructions to install Cert.
    Download a Chain Certificate from the Certificate Authority you obtained the Certificate from.
    For GoDaddy.com go to https://idp.godaddy.com/login.aspx?SPKey=PKI-GD-S-01
    Import the Chain Certificate into keystore
    NOTE: Copy CA ROOT Certtificate to C:\xxxxx\_jvm\bin
    3. C:\xxxxx\_jvm\bin>keytool -import -alias root -keystore xxxxx_weirminerals_com -trustcacerts -file gd_bundle.crt
    Enter keystore password: changeit
    Owner: SERIALNUMBER=07969287, CN=Go Daddy Secure Certification Authority, OU=http://certificates.godaddy.com/repository, O="GoDaddy.com, Inc.", L=Scottsdale, ST
    =Arizona, C=US Issuer: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.
    ", C=US
    Serial number: 301
    Valid from: Wed Nov 15 19:54:37 CST 2006 until: Sun Nov 15 19:54:37 CST 2026
    Certificate fingerprints:
    MD5: D5:DF:85:B7:9A:52:87:D1:8C:D5:0F:90:23:2D:B5:34
    SHA1: 7C:46:56:C3:06:1F:7F:4C:0D:67:B3:19:A8:55:F6:0E:BC:11:FC:44
    Trust this certificate? [no]: yes
    Certificate was added to keystore
    Import your new CA Certificate (Is it in X509 format?):
    NOTE: Copy CA Certified Certtificate to C:\xxxxx\_jvm\bin
    4. keytool -import -alias xxxxx_ca -keystore CA_xxxxx_weirminerals_com -trustcacerts -file xxxxx.weirminerals.com.crt
    Could "not" use same alias as Generated key/CSR --> "local_cert" - get Java error - when I change alias - the import of CA cert into keystore works.
    Here is my keystore:
    C:\xxxxx\_jvm\bin>keytool -list -v -keystore "C:\xxxxx\tomcat4.1\bin\sup
    plyweb_weirminerals_com"
    Enter keystore password: changeit
    Keystore type: jks
    Keystore provider: SUN
    Your keystore contains 3 entries
    Alias name: root
    Creation date: Feb 10, 2010
    Entry type: trustedCertEntry
    Owner: SERIALNUMBER=07969287, CN=Go Daddy Secure Certification Authority, OU=htt
    p://certificates.godaddy.com/repository, O="GoDaddy.com, Inc.", L=Scottsdale, ST
    =Arizona, C=US
    Issuer: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.
    ", C=US
    Serial number: 301
    Valid from: Wed Nov 15 19:54:37 CST 2006 until: Sun Nov 15 19:54:37 CST 2026
    Certificate fingerprints:
    MD5: D5:DF:85:B7:9A:52:87:D1:8C:D5:0F:90:23:2D:B5:34
    SHA1: 7C:46:56:C3:06:1F:7F:4C:0D:67:B3:19:A8:55:F6:0E:BC:11:FC:44
    Alias name: local_cert
    Creation date: Feb 10, 2010
    Entry type: keyEntry
    Certificate chain length: 1
    Certificate[1]:
    Owner: CN=xxxxx.weirminerals.com, OU=IT Dept, O=Weir Minerals North America,
    L=Madison, ST=Wisconsin, C=US
    Issuer: CN=xxxxx.weirminerals.com, OU=IT Dept, O=Weir Minerals North America
    , L=Madison, ST=Wisconsin, C=US
    Serial number: 4b72d013
    Valid from: Wed Feb 10 09:26:11 CST 2010 until: Tue May 11 10:26:11 CDT 2010
    Certificate fingerprints:
    MD5: 7D:BC:20:5E:8F:82:84:D5:85:8D:4B:28:5B:87:05:4E
    SHA1: AA:A3:CB:71:E4:6F:3A:77:97:4F:FC:D1:5C:B3:5B:E8:A8:3D:BC:2A
    Alias name: xxxxx_ca
    Creation date: Feb 12, 2010
    Entry type: trustedCertEntry
    Owner: CN=xxxxx.weirminerals.com, OU=Domain Control Validated, O=xxxxx.w
    eirminerals.com
    Issuer: SERIALNUMBER=07969287, CN=Go Daddy Secure Certification Authority, OU=ht
    tp://certificates.godaddy.com/repository, O="GoDaddy.com, Inc.", L=Scottsdale, S
    T=Arizona, C=US
    Serial number: 4518048dc46c1
    Valid from: Wed Feb 10 09:43:40 CST 2010 until: Tue Feb 08 15:50:26 CST 2011
    Certificate fingerprints:
    MD5: 31:4A:A4:E7:C4:36:CF:FA:A0:F6:FB:89:6D:A3:BE:20
    SHA1: 21:BF:CA:4A:88:2A:79:01:1D:0E:9E:19:4A:F4:03:EC:F3:AF:75:6F
    Tomcat - Server.xml is fine - uses the correct Keystore - we have proven that.
    But - the Java Keystore does "not" use the correct "key" in the keystore?
    How can that be? What could we be doing wrong?
    Any help is appreciated.
    -SP

    Hi,
    Same results again - tried to import with same alias as self-signed.
    I followed the instructions for Option #two from GoDaddy for Tomcat installation:
    http://help.godaddy.com/article/5239
    Details:
    C:\xxxxxxxxxxxxxx\_jvm\bin>keytool -list -v -keystore xxxxxxx_keystore
    Enter keystore password: changeit
    Keystore type: jks
    Keystore provider: SUN
    Your keystore contains 1 entry
    Alias name: xxxxxxx
    Creation date: Feb 18, 2010
    Entry type: keyEntry
    Certificate chain length: 1
    Certificate[1]:
    Owner: CN=xxxxxxxxxxxxxx.weirminerals.com, OU=IT Dept, O=Weir Minerals North America,
    L=Madison, ST=Wisconsin, C=US
    Issuer: CN=xxxxxxxxxxxxxx.weirminerals.com, OU=IT Dept, O=Weir Minerals North America
    , L=Madison, ST=Wisconsin, C=US
    Serial number: 4b7d54b0
    Valid from: Thu Feb 18 08:54:40 CST 2010 until: Wed May 19 09:54:40 CDT 2010
    Certificate fingerprints:
    MD5: C7:DF:DB:F0:1D:F4:55:C0:FE:24:A6:00:51:6B:F8:EF
    SHA1: DE:64:58:38:8C:37:07:AC:8D:C8:70:CF:F0:83:FA:6E:E1:DA:63:A8
    C:\xxxxxxxxxxxxxx\_jvm\bin>keytool -import -alias root -keystore xxxxxxx_keystore -trustcacerts -file gd_bundle.crt
    Enter keystore password: changeit
    Owner: SERIALNUMBER=07969287, CN=Go Daddy Secure Certification Authority, OU=htt
    p://certificates.godaddy.com/repository, O="GoDaddy.com, Inc.", L=Scottsdale, ST
    =Arizona, C=US
    Issuer: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.
    ", C=US
    Serial number: 301
    Valid from: Wed Nov 15 19:54:37 CST 2006 until: Sun Nov 15 19:54:37 CST 2026
    Certificate fingerprints:
    MD5: D5:DF:85:B7:9A:52:87:D1:8C:D5:0F:90:23:2D:B5:34
    SHA1: 7C:46:56:C3:06:1F:7F:4C:0D:67:B3:19:A8:55:F6:0E:BC:11:FC:44
    Trust this certificate? [no]: yes
    Certificate was added to keystore
    C:\xxxxxxxxxxxxxx\_jvm\bin>keytool -import -alias cross -keystore xxxxxxx_keystore -tr
    ustcacerts -file gd_cross_intermediate.crt
    Enter keystore password: changeit
    Owner: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc."
    , C=US
    Issuer: [email protected], CN=http://www.valicert.com/, OU=ValiCert
    Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation
    Network
    Serial number: 10d
    Valid from: Tue Jun 29 12:06:20 CDT 2004 until: Sat Jun 29 12:06:20 CDT 2024
    Certificate fingerprints:
    MD5: 82:BD:9A:0B:82:6A:0E:3E:91:AD:3E:27:04:2B:3F:45
    SHA1: DE:70:F4:E2:11:6F:7F:DC:E7:5F:9D:13:01:2B:7E:68:7A:3B:2C:62
    Trust this certificate? [no]: yes
    Certificate was added to keystore
    C:\xxxxxxxxxxxxxx\_jvm\bin>keytool -import -alias intermed -keystore xxxxxxx_keystore
    -trustcacerts -file gd_intermediate.crt
    Enter keystore password: changeit
    Certificate already exists in keystore under alias <root>
    Do you still want to add it? [no]: yes
    Certificate was added to keystore
    C:\xxxxxxxxxxxxxx\_jvm\bin>keytool -list -v -keystore xxxxxxx_keystore
    Enter keystore password: changeit
    Keystore type: jks
    Keystore provider: SUN
    Your keystore contains 4 entries
    Alias name: root
    Creation date: Feb 18, 2010
    Entry type: trustedCertEntry
    Owner: SERIALNUMBER=07969287, CN=Go Daddy Secure Certification Authority, OU=htt
    p://certificates.godaddy.com/repository, O="GoDaddy.com, Inc.", L=Scottsdale, ST
    =Arizona, C=US
    Issuer: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.
    ", C=US
    Serial number: 301
    Valid from: Wed Nov 15 19:54:37 CST 2006 until: Sun Nov 15 19:54:37 CST 2026
    Certificate fingerprints:
    MD5: D5:DF:85:B7:9A:52:87:D1:8C:D5:0F:90:23:2D:B5:34
    SHA1: 7C:46:56:C3:06:1F:7F:4C:0D:67:B3:19:A8:55:F6:0E:BC:11:FC:44
    Alias name: xxxxxxx
    Creation date: Feb 18, 2010
    Entry type: keyEntry
    Certificate chain length: 1
    Certificate[1]:
    Owner: CN=xxxxxxxxxxxxxx.weirminerals.com, OU=IT Dept, O=Weir Minerals North America,
    L=Madison, ST=Wisconsin, C=US
    Issuer: CN=xxxxxxxxxxxxxx.weirminerals.com, OU=IT Dept, O=Weir Minerals North America
    , L=Madison, ST=Wisconsin, C=US
    Serial number: 4b7d54b0
    Valid from: Thu Feb 18 08:54:40 CST 2010 until: Wed May 19 09:54:40 CDT 2010
    Certificate fingerprints:
    MD5: C7:DF:DB:F0:1D:F4:55:C0:FE:24:A6:00:51:6B:F8:EF
    SHA1: DE:64:58:38:8C:37:07:AC:8D:C8:70:CF:F0:83:FA:6E:E1:DA:63:A8
    Alias name: cross
    Creation date: Feb 18, 2010
    Entry type: trustedCertEntry
    Owner: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc."
    , C=US
    Issuer: [email protected], CN=http://www.valicert.com/, OU=ValiCert
    Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation
    Network
    Serial number: 10d
    Valid from: Tue Jun 29 12:06:20 CDT 2004 until: Sat Jun 29 12:06:20 CDT 2024
    Certificate fingerprints:
    MD5: 82:BD:9A:0B:82:6A:0E:3E:91:AD:3E:27:04:2B:3F:45
    SHA1: DE:70:F4:E2:11:6F:7F:DC:E7:5F:9D:13:01:2B:7E:68:7A:3B:2C:62
    Alias name: intermed
    Creation date: Feb 18, 2010
    Entry type: trustedCertEntry
    Owner: SERIALNUMBER=07969287, CN=Go Daddy Secure Certification Authority, OU=htt
    p://certificates.godaddy.com/repository, O="GoDaddy.com, Inc.", L=Scottsdale, ST
    =Arizona, C=US
    Issuer: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.
    ", C=US
    Serial number: 301
    Valid from: Wed Nov 15 19:54:37 CST 2006 until: Sun Nov 15 19:54:37 CST 2026
    Certificate fingerprints:
    MD5: D5:DF:85:B7:9A:52:87:D1:8C:D5:0F:90:23:2D:B5:34
    SHA1: 7C:46:56:C3:06:1F:7F:4C:0D:67:B3:19:A8:55:F6:0E:BC:11:FC:44
    C:\xxxxxxxxxxxxxx\_jvm\bin>keytool -import -alias xxxxxxx -keystore xxxxxxx_keystore -trustcacerts -file xxxxxxxxxxxxxx.weirminerals.com.crt
    Enter keystore password: changeit
    keytool error: java.lang.Exception: Failed to establish chain from reply
    C:\xxxxxxxxxxxxxx\_jvm\bin>

  • Managing JAVA JDK and JRE with Package Management in Solaris 11.1

    I want to manage Java JDK & JRE in an Solaris environment using Package Management I'm currently running Solaris 11.1 in a VMWare host. My current latest Java release is JDK1.7.0_07 and JRE1.7.0_07. I want to upgrade to JDK1.7.0_17 & JRE1.7.0_17 using Package Management. I've tried on several occasions to upgrade to latest release of Java but I have not been successful. Each time I try using the Package Management GUI or use command line they appear to be successful but the new release does not show.
    What could I be doing wrong?
    Thanks

    I also learned that the READMEs for the following patches in My Oracle Support also describe the downgrave process:
    Patch 18362676: JAVA 6 DOWNGRADE INCORPORATION FOR ORACLE SOLARIS 11.1.15.4.0 AND 11.1.16.5.0
    Patch 18362686: JAVA 7 DOWNGRADE INCORPORATION FOR ORACLE SOLARIS 11.1.15.4.0 AND 11.1.16.5.0
    -- Alan

  • Java plugin for firefox

    Hi All !
    I hope this is the right forum. I have installed java plugin for firefox
    I try the website javatester.org and I get a message saying:
    Your security settings have blocked an untrusted application from running.
    If I understand this correct this is not a firefox message but a java message
    so...
    I have used the java control panel and added the site to the site list
    I also lowered the security settings to medium
    Restarted the browser and tried again but no luck, what am I missing ?
    Appreciate your feedback !
    Thanks
    Magnus

    Hi,
    Did you activate the JDK java for your browser in the java plugin config.
    Configuration Panel -> java plugin -> Advance -> Default Java for Browser
    Regards,
    Quickcga

Maybe you are looking for

  • How do I take away a unit/number that I have linked to my Apple ID?

    I have let my brother link his mobile number to my Apple ID, however, now all of his text messages that are sent and received as iMessage get on my phone as well. So I want to take away his device/number that is linked to my Apple ID and have him cre

  • Error while crating Sales Order using ALE-IDoc?

    Hi all, I have developed an ALE-Idoc interface to create Sales Order automatically When the user created a purchase order. It is working fine since past two months. But now one  SO is not created and the error message in Inound idoc is 'Sales Area no

  • How to suppress zeroes in table control?

    friends,     by default, i am getting the initial values (zeros 0.00 for qty. fields) for the fields that am displaying in table control...how to suppress the zeroes (fields for which no values are there) in table control? any option like we have in

  • ItunesSetup wont open

    I am on windows xp and have had itunes for a while, i was with version 8.1 i think and it worked fine with my ipod classic, i recently bought my friends ipod touch and so now i need itunes 9, when i tried to update it always went to about 80% and sai

  • Chart scale error

    I am coding a logging system in labview 7.1 On the front panel I have several charts. If I try to change the x-scale by typing new end of scale value while running - labview crashes (LV7.1 has encountered an error, please tell Microsoft...) If I chan