Oracle发布首款支持Mac OS X的JDK和JavaFX SDK
近日,甲骨文公司宣布,官方版Java JDK 7 U4已经发布,提供了对Mac OS X 的支持,而之前Mac的JDK一直是由苹果提供的,随之而来的还有JavaFX的SDK,由于苹果取消了默认状况下OS X Lion及以上版本的Java支持,因此,甲骨文需要自行发布相关软件。 此次放出的Ja
近日,甲骨文公司宣布,官方版Java JDK 7 U4已经发布,提供了对Mac OS X 的支持,而之前Mac的JDK一直是由苹果提供的,随之而来的还有JavaFX的SDK,由于苹果取消了默认状况下OS X Lion及以上版本的Java支持,因此,甲骨文需要自行发布相关软件。
此次放出的JavaFX SDK提供了配套的开发工具和文档,主要丰富了客户应用程序平台,用以帮助开发者在JavaFX平台开发相关应用。此客户应用程序平台中包含首次应用于苹果产品的Java开发套件(JDK,Java Development Kit)和Java FX软件开发套件(Java FX Software Development Kit)。最近新升级的Java垃圾收集器(Java garbage collection)和Java虚拟机(Java Virtual Machine)都反馈良好。
同时,与近日发布的JavaFX 2.1版本修复了之前版本中的一些bug,为Windows平台提供了JavaFX运行时,并且添加了许多新功能,主要内容如下:
- 新增了对Media H.264格式和AAC(高级音频编码)格式的支持。
- 新增了对Mac OS X平台的支持。但只能开发桌面应用,暂不支持开发Web应用。
- 新增了对LCD文本的支持。
- 提升了UI性能,新增Combo Box、Stacked Chart组件和application-wide菜单工具栏。
- 在Web视图中新增Java方法调用JavaScript的支持。
此外,开发者需要注意的是,只有在Windows平台上才可以同时安装JavaFX SDK和JavaFX运行时。不过,安装了JDK 7 update 4的Windows和Mac OS X平台的开发者都可以使用JavaFX SDK。
查看详情:
- 详细信息:http://www.oracle.com/us/corporate/press/1603497
- 主页:http://docs.oracle.com/javafx/index.html
- 下载地址:http://www.oracle.com/technetwork/java/javafx/downloads/index.html

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The retention period of Oracle database logs depends on the log type and configuration, including: Redo logs: determined by the maximum size configured with the "LOG_ARCHIVE_DEST" parameter. Archived redo logs: Determined by the maximum size configured by the "DB_RECOVERY_FILE_DEST_SIZE" parameter. Online redo logs: not archived, lost when the database is restarted, and the retention period is consistent with the instance running time. Audit log: Configured by the "AUDIT_TRAIL" parameter, retained for 30 days by default.

The Oracle database startup sequence is: 1. Check the preconditions; 2. Start the listener; 3. Start the database instance; 4. Wait for the database to open; 5. Connect to the database; 6. Verify the database status; 7. Enable the service (if necessary ); 8. Test the connection.

The amount of memory required by Oracle depends on database size, activity level, and required performance level: for storing data buffers, index buffers, executing SQL statements, and managing the data dictionary cache. The exact amount is affected by database size, activity level, and required performance level. Best practices include setting the appropriate SGA size, sizing SGA components, using AMM, and monitoring memory usage.

To find the number of occurrences of a character in Oracle, perform the following steps: Get the total length of a string; Get the length of the substring in which a character occurs; Count the number of occurrences of a character by subtracting the substring length from the total length.

Oracle database server hardware configuration requirements: Processor: multi-core, with a main frequency of at least 2.5 GHz. For large databases, 32 cores or more are recommended. Memory: At least 8GB for small databases, 16-64GB for medium sizes, up to 512GB or more for large databases or heavy workloads. Storage: SSD or NVMe disks, RAID arrays for redundancy and performance. Network: High-speed network (10GbE or higher), dedicated network card, low-latency network. Others: Stable power supply, redundant components, compatible operating system and software, heat dissipation and cooling system.

Ever since the Apple M4-powered OLED iPad Prolineuparrived, Apple Silicon aficionados have been eagerly awaiting the arrival of the M4 SoC on the Mac lineup. The M4 was undeniably a major leap forward in both compute and graphics performance - leapfr

According to industry insider Mark Gurman, Apple’s Apple Intelligence will be postponed to October. In other words, it will be pushed first on iOS18.1. Apple iPhone 16 is expected to be released in September, so Apple Intelligence will not be pre-installed. 1. Apple Intelligence Apple Intelligence is a personal intelligence system that uses a powerful generative model to provide new functions for iPhone, iPad and Mac to assist users in communicating, working and expressing. 2. Natural language understanding The large model embedded in Apple Intelligence has a deep understanding of the meaning of language.

Oracle can read dbf files through the following steps: create an external table and reference the dbf file; query the external table to retrieve data; import the data into the Oracle table.
