TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JRE & JDK now available to OS X developers

91 pointsby Braaschalmost 13 years ago

13 comments

_djo_almost 13 years ago
Note that the JRE installs to /Library/Internet Plug-Ins/JavaAppletPlugin.plugin only, so it cannot easily be used by Java desktop applications and appears to be for applets only.<p>It also installs a System Preferences plugin that opens up a custom Swing-based settings panel that looks awful on a Retina MBP. It tries to replicate the look of the standard Apple Java Preferences app, but is confusing because it doesn't affect the system Java that you'd see when doing 'which java' from the command line.<p>The installer script then sets the permissions on /Library/Internet Plug-Ins/JavaAppletPlugin.plugin to root:wheel. This is the same as the bundled Java installations.
评论 #4383473 未加载
评论 #4385095 未加载
dekzalmost 13 years ago
For those who want to know, here is what is inside the .pkg files within the DMG. If you want to have a custom install directory in a non OSX specific directory structure then you can extract the packages and it should work appropriately.<p>JDK: <a href="https://gist.github.com/3353638" rel="nofollow">https://gist.github.com/3353638</a><p>JRE: <a href="https://gist.github.com/3353662" rel="nofollow">https://gist.github.com/3353662</a>
oseneralmost 13 years ago
I'm not sure what is the news here, I've been using OS X for five months and one of the first things I did was to get JDK from Oracle. I understand that Apple has stopped distributing it and Oracle will be the standard source to get JRE and JDK but I don't get how it was unavailable before this press release. Am I missing something? Otherwise title is misleading.
Yuioupalmost 13 years ago
Buried in this press release is support for ARM (and the Raspberry Pi)
geoffhillalmost 13 years ago
So speaking just in terms of the JRE, is there any reason to download it from Oracle instead of Apple? A separate Oracle updating program is a much less elegant solution than the current Software Updates integration that Apple uses.
评论 #4383189 未加载
评论 #4383136 未加载
jpxxxalmost 13 years ago
Apple's already removed their own JRE from default OS X installs, demand-loading it only with explicit user authorization.<p>Furthermore they've sent out recent security updates partially disabling applet loading in web browsers and disabling the JVM entirely if it hasn't been used in a long while.<p>I think that the next step of completely shuttering Apple's JRE demand-loader will be a straight-up security win for most end-users, ensuring that only those who require Java have it.
评论 #4384039 未加载
kodablahalmost 13 years ago
Here I am hoping for something like project jigsaw (or something else) to make it easy to modularize my applications and redistribute/install only the JRE pieces I need, and then I read "Starting with this release, JavaFX is now fully integrated into Oracle's Java SE implementation"<p>So much for a less bloated runtime. I confess I am not sure how big of a size impact JavaFX has (and I'm reasonably sure it has no runtime impact).
评论 #4383846 未加载
评论 #4384770 未加载
morganpynealmost 13 years ago
Does anybody know how to integrate this into OSX so that it is known to the Java Preferences app ? (/Applicatons/Utilities/Java Preferences.app)
评论 #4383652 未加载
kevinconroyalmost 13 years ago
Direct links for downloading Mac OS X versions (*.dmg)<p>JRE: <a href="http://download.oracle.com/otn-pub/java/jdk/7u6-b24/jre-7u6-macosx-x64.dmg" rel="nofollow">http://download.oracle.com/otn-pub/java/jdk/7u6-b24/jre-7u6-...</a><p>JDK: <a href="http://download.oracle.com/otn-pub/java/jdk/7u6-b24/jdk-7u6-macosx-x64.dmg" rel="nofollow">http://download.oracle.com/otn-pub/java/jdk/7u6-b24/jdk-7u6-...</a>
评论 #4383089 未加载
superchinkalmost 13 years ago
Dumb question: are there any reasons not to install the updated JDK/JRE?<p>E.g., any known backward compatibility issues or bad experiences anyone's encountered (aside from looking bad on a retina display)?
meta8609almost 13 years ago
What would I gain over Java6? I don't use java for anything, except, I have a couple of apps on my machine that make use of it.
评论 #4383249 未加载
评论 #4384778 未加载
评论 #4383330 未加载
评论 #4383508 未加载
moondowneralmost 13 years ago
This made my day:<p>"JavaFX 2.2 introduces full Linux support for both x86 and x64 systems."
mgkimsalalmost 13 years ago
does this require lion like the earlier beta installers did?
评论 #4383398 未加载