본문 바로가기

자바8

자바로 네이티브 인스톨러나 네이티브 패키징(윈도우즈의 경우 exe와 msi), 맥의 경우 앱스토어에 등록하는 방법 자바로 네이티브 인스톨러나 네이티브 패키징(윈도우즈의 경우 exe와 msi), 맥의 경우 앱스토어에 등록하는 방법 * 기본 필요 프로그램 : 자바 JDK 1.7u6 이상, JRE7, Java7, NetBeans(넷빈즈) 7.4 이상, 맥 OS X 10.8 * JSmooth나 Exe4j보다 훨씬 간결하고 편하게 배포가 가능하다. https://netbeans.org/kb/docs/java/native_pkg.html?print=yes http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/.. 더보기
JDK 1.8 / Java 8 (자바 8)의 새 기능 주요 기능 및 특징과 설명 New features #5 JDK 1.8 / Java 8 (자바 8)의 새 기능 주요 기능 및 특징과 설명 New features #5 (5/5) Category : core/i18n, core/net, core/sec, web/jaxp New and Key features / 새 기능과 주요 특징 Category : core/i18n 1 Improve Locale Data Packaging and Adopt Unicode CLDR Data Create a tool to convert LDML (Locale Data Markup Language) files into a format usable directly by the runtime library, define a way to package the results into mod.. 더보기
Java SE 8 Date and Time (자바 8의 날짜와 시간 API 변경 내용) Why do we need a new date and time library? A long-standing bugbear of Java developers has been the inadequate support for the date and time use cases of ordinary developers. For example, the existing classes (such as java.util.Date and SimpleDateFormatter) aren’t thread-safe, leading to potential concurrency issues for users—not something the average developer would expect to deal with when wri.. 더보기