TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Java Development Kit 軟體歷史版本 Download Page9 :: 軟體兄弟

Java Development Kit 歷史版本列表 Page9

最新版本 [var.version]

Java Development Kit 歷史版本列表

Java Development Kit(也叫 JDK)是一個非常專業的跨平台的 SDK 平台,由 Oracle 公司定期提供支持。為了提供來自世界各地的 Java SE,Java EE 和 Java ME 平台的開發人員的具體實現。由於其強大的開發支持,該 SDK 包代表了最廣泛和最廣泛使用的 Java SDK 平台,用於創建各種規模的企業項目和開源項目。 Java Development Ki... Java Development Kit 軟體介紹

Java Development Kit (32-bit)Java Development Kit (64-bit)


Photo Mechanic 6.0 (build 5560) 查看版本資訊

更新時間:2021-02-13
更新細節:

What's new in this version:

Added:
- Set GPS Coordinates can now interpret decimal GPS coordinates from the clipboard and enter them into the latitude and longitude fields for you. The coordinates in the clipboard must be in the decimal format (ddd.ddddd, ddd.ddddd) and can be negative or positive
- SFTP Connections - Added an option to force Key-Based Authentication

Fixed:
- PhotoShelter - multi upload session errors. The errors occur when a second upload session to a different address is initiated. The errors occur with the first upload session still in progress
- Unable to move/copy folders from the Navigator and Explorer window to the Favorites panel
- Opening server folders via the Navigator/Favorites, Open Contact Sheet… on the File menu, now correctly open in a tabbed Contact Sheet window
- Drag and drop opening of a server share folder as a Contact Sheet fails with an error
- FTP fails to upload claiming upload cache directory structure cannot be built

Photo Mechanic 6.0 (build 5529) 查看版本資訊

更新時間:2021-02-09
更新細節:

What's new in this version:

Both:
Added:
- Slideshow and Live Slideshow now have an option to keep the mouse cursor visible during the slideshow
- The Set GPS Coordinates dialog is now resizable
- New append (+) checkbox to Persons Shown in the Metadata Template dialog
- Updated PhotoDeck upload template to support two-factor authentication
- Contextual menu normalization between platforms. The order of menu items is now consistent between macOS and Windows. Also added separators on either side of Delete/Move to Trash menu items to make them less likely to be chosen by mistake

Fixed:
- Adjusting the Absolute date via the Date picker in the Adjust Capture Dates and Times dialog no longer adjusts the time as well when the date of the photo is outside of the editable bounds of dates supported by the OS
- Structured Keywords now draws Categories and Synonyms in different colors from Keywords. Synonyms are also drawn in boldface style
- Copy menu item on contextual menus for Contact Sheet and Preview renamed to Copy/Move to better indicate the available options when choosing that menu item
- Load Selection now preloads metadata (to get filenames) prior to attempting to select them
- Location Taken fields not participating in metadata recent items
- Sync Color Class with IPTC Urgency preference description updated to reflect more closely how the preference works

Windows:
- Added: Long paths are now supported. If a folder located on a path that is longer than 260 characters is opened as a contact sheet, it will open and work normally, but it won’t participate in the “Open Recent” documents submenu on the File menu.

Fixed:
- Using Ctrl-C to copy selected text in the Info text pane of the Preview window now works correctly
- The default location for the cache folder is now the user’s local app data directory
- "Photo Mechanic Shell Extension CreateProcess failed" error when opening a folder in Photo Mechanic from Windows Explorer
- Missing Favorites cannot be removed permanently
- Favorites can now copy and move folders
- Metadata popup menus: recent metadata items get mixed in with submenus when the overall list of items is long. Now, recent metadata items get their own “Recent Items” submenu
- Emailing on Windows does not produce separate email for each photo when desired
- Separate emails now evaluate variables for each email
- Unable to bring the Preview window forward after opening the Structured Keywords panel when the Structured Keywords panel is opened via keyboard shortcut

Java JDK 8 Update 281 (32-bit) 查看版本資訊

更新時間:2021-01-20
更新細節:

Java JDK 15.0.2 (64-bit) 查看版本資訊

更新時間:2021-01-20
更新細節:

What's new in this version:

IANA Data 2020d:
- JDK 15.0.2 contains IANA time zone data version 2020d. For more information, refer to Timezone Data Versions in the JRE Software.

Security Baselines:
- The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 15.0.2 are specified in the following table:
- 7 - 1.7.0_45
- 6 - 1.6.0_65
- 5.0 - 1.5.0_55

JRE Expiration Date:
- The JRE expires whenever a new release with security vulnerability fixes becomes available. Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Third Party Bulletin. This JRE (version 7u45) will expire with the release of the next critical patch update, scheduled for January 14, 2014.
- For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 7u45) on February 14, 2014. After either condition is met (new release becoming available or expiration date reached), Java will provide additional warnings and reminders to users to update to the newer version. For more information, see JRE Expiration Date.

Blacklist Entries:
- This update release includes a blacklist entry for a standalone JavaFX installer.

JavaFX Release Notes:
- JavaFX is now part of JDK. JDK 7u45 release includes JavaFX version 2.2.45.
- JDK for Linux ARM
- A JDK for Linux ARM is also available in this release.

New Features and Changes:
- Protections Against Unauthorized Redistribution of Java Applications
- Starting with 7u45, application developers can specify new JAR manifest file attributes:
- Application-Name: This attribute provides a secure title for your RIA.
- Caller-Allowable-Codebase: This attribute specifies the codebase/locations from which JavaScript is allowed to call Applet classes.
- JavaScript to Java calls will be allowed without any security dialog prompt only if:
- JAR is signed by a trusted CA, has the Caller-Allowable-Codebase manifest entry and JavaScript runs on the domain that matches it.
- JAR is unsigned and JavaScript calls happens from the same domain as the JAR location.
- The JavaScript to Java (LiveConnect) security dialog prompt is shown once per Applet classLoader instance.
- Application-Library-Allowable-Codebase: If the JNLP file or HTML page is in a different location than the JAR file, the Application-Library-Allowable-Codebase attribute identifies the locations from which your RIA can be expected to be started.
- If the attribute is not present or if the attribute and location do not match, then the location of the JNLP file or HTML page is displayed in the security prompt shown to the user.
- Note that the RIA can still be started in any of the above cases.
- Developers can refer to JAR File Manifest Attributes for more information.

Restore Security Prompts:
- A new button is available in the Java Control Panel (JCP) to clear previously remembered trust decisions. A trust decision occurs when the user has selected the Do not show this again option in a security prompt. To show prompts that were previously hidden, click Restore Security Prompts. When asked to confirm the selection, click Restore All. The next time an application is started, the security prompt for that application is shown.
- See Restore Security Prompts under the Security section of the Java Control Panel.

JAXP Changes:
- Starting from JDK 7u45, the following new processing limits are added to the JAXP FEATURE_SECURE_PROCESSING feature.
- totalEntitySizeLimit
- maxGeneralEntitySizeLimit
- maxParameterEntitySizeLimit
- For more information, see the new Processing Limits lesson in the JAXP Tutorial.
- TimeZone.setDefault Change
- The java.util.TimeZone.setDefault(TimeZone) method has been changed to throw a SecurityException if the method is called by any code with which the security manager's checkPermission call denies PropertyPermission("user.timezone", "write"). The new system property jdk.util.TimeZone.allowSetDefault (a boolean) is provided so that the compatible behavior can be enabled. The property will be evaluated only once when the java.util.TimeZone class is loaded and initialized.

Bug-fixes:
- This release contains fixes for security vulnerabilities. For more information, see Oracle Critical Patch Update Advisory

Java JDK 8 Update 281 (64-bit) 查看版本資訊

更新時間:2021-01-20
更新細節:

TagScanner 6.1.7 查看版本資訊

更新時間:2021-01-12
更新細節:

What's new in this version:

- New: Special placeholders for extended technical info from FLAC: %_flac_md5% and MPEG: %_mpeg_copyright%, %_mpeg_protectection%, %_mpeg_original%, %_mpeg_private%, %_mpeg_emphasis%
- Improved: Speed up reading of tags from huge files
- Improved: Importing of titles for each media from Musicbrainz releases
- Changed: Scripting functions $greater and $longer no longer return true for equal values
- Fixed: Reading of ID3 chunks situated in the end of some lossless files larger than 4GB
- Fixed: Wrong selection of now played file when remove some files from list

Photo Mechanic 6.0 (build 5404) 查看版本資訊

更新時間:2020-12-08
更新細節:

What's new in this version:

- Fixed: crash introduced by build 5395’s cropping changes

Photo Mechanic 6.0 (build 5395) 查看版本資訊

更新時間:2020-12-04
更新細節:

What's new in this version:

- Fixed:Non-constrained crops can now be moved again
- Fixed:Black edges on saved images with crops applied when the crop has only a very slight rotation angle (< 1º)

Photo Mechanic 6.0 (build 5378) 查看版本資訊

更新時間:2020-11-20
更新細節:

What's new in this version:

Added:
- Text exporter now adds a .txt extension to user-provided filename if it doesn’t have an extension
- XMP is now maintained internally within HIF files without the need to create XMP sidecar files. This prevents problems with a shared XMP sidecar file between a HIF file and an associated RAW file (e.g. ARW or CR3)

Fixed:
- Applying rotation to photos that have been soft-rotated no longer adds a crop to the image if it did not already have one
- faulty full constrained crops on large images whose dimensions are the same ratio as the constrained crop
- Contact Sheet loses selection after deleting an image in the Preview window
- Reverse sort checkbox not checked when opening new Contact Sheet and preference default is set to reverse the sort
- Structured Keywords now draws Categories and Synonyms in different colors from Keywords. Synonyms are also drawn in boldface style

OpenVPN 2.5.0 (64-bit) 查看版本資訊

更新時間:2020-10-31
更新細節: