Showing posts with label NetBeans. Show all posts
Showing posts with label NetBeans. Show all posts

Thursday, October 17, 2013

JDK 8 in NetBeans IDE 7.4

This screencast demonstrates how to set up NetBeans IDE 7.4 to use JDK 8, together with how to use JDK 8 profile support and lambda expressions.

NetBeans IDE 7.4

NetBeans IDE 7.4 extends the advanced HTML5 development support introduced in NetBeans IDE 7.3 to Java EE and PHP application development, while offering new support for hybrid HTML5 application development on the Android and iOS platforms. In addition, this release provides support for working with preview versions of JDK 8, and includes continued enhancements to JavaFX, C/C++ and more.

NetBeans IDE 7.4 is available in English, Brazilian Portuguese, Japanese, Russian, and Simplified Chinese.

Download NetBeans IDE 7.4

Monday, September 2, 2013

Set memory option for JVM

The -J-Xmx... option tells the Java virtual machine the maximum amount of memory it should use for the heap. Placing a hard upper limit on this number means that the Java process cannot consume more memory than physical RAM available. This limit can be raised on systems with more memory. Current default value is 128MB. Note: Do not set this value to near or greater than the amount of physical RAM in your system or it will cause severe swapping during runtime.

~ details: https://performance.netbeans.org/howto/jvmswitches/

To set -Xmx option in Netbeans:

- Right click project, select Properties.


- Select Run tab, enter your setting in VM Options.


The option -Xmx1g request 1G of maximum memory for JVM. Run the example code in last post to varify.




Wednesday, July 31, 2013

JavaFX Support in NetBeans IDE

JavaFX Support in NetBeans IDE

This screencast demonstrates JavaFX-related features that are implemented in NetBeans IDE 7.4 Beta, including the JavaFX runtime classpath, the alignment of JavaFX and Java SE projects and the JavaFX Maven project template.

Wednesday, July 24, 2013

Add JAR in NetBeans

This post describe how to add third party Jar in NetBeans.

Download target JAR. For example, download java-json here, unzip it.

In NetBeans, right click your project, select Properties.


Select Category of Libraries, Compile tab, and click Add JAR/Folder button.


Browse to select the downloaded/unzipped jar file, click OK.


And click OK to finish.


Tuesday, July 23, 2013

Setting up NetBeans IDE for Mobile Development on Windows

Setting up NetBeans IDE for Mobile Development on Windows

This screencast demonstrates the support for the Java ME SDK in NetBeans IDE, showing how to activate JavaME plugins and register the Java ME SDK in the IDE.

Monday, July 15, 2013

NetBeans IDE 7.4 Beta available now

NetBeans IDE 7.4 Beta extends the advanced HTML5 development support introduced in NetBeans IDE 7.3 to Java EE and PHP application development, while offering new support for hybrid HTML5 application development on the Android and iOS platforms. In addition, this release provides support for working with preview versions of JDK 8, and includes continued enhancements to JavaFX, C/C++ and more.

Source: NetBeans IDE 7.4 Beta Release Information


Saturday, June 22, 2013

NetBeans IDE 7.3.1 with Java EE 7 Support

An overview of the Java EE 7 features provided by NetBeans IDE 7.3.1. It shows the project templates, samples, file templates, and editor features that enable you to get the most out of Java EE 7.


Wednesday, June 12, 2013

Friday, March 15, 2013

Play plugin for NetBeans IDE 7.3

The NetBeans plugin for Play, is now available in the NetBeans Plugin Portal, ready to use in NetBeans IDE 7.3.

http://plugins.netbeans.org/plugin/47637/?show=true

Install the plugin into 7.3 and then you're able to create new Play projects via the New Project dialog or open any existing Play project.

Play plugin for NetBeans IDE 7.3
Play plugin for NetBeans IDE 7.3


Know more: https://blogs.oracle.com/geertjan/entry/play_in_netbeans_ide_7

Thursday, February 21, 2013

NetBeans IDE 7.3 released

NetBeans IDE 7.3 released with support for HTML5 applications and includes significant improvements for editing JavaScript, CSS and HTML files.

NetBeans IDE 7.3 Overview


Thursday, February 7, 2013

NetBeans IDE 7.3 RC2 Released

NetBeans IDE 7.3 RC2 Released.

What's New in 7.3 RC2


  • Rich Web applications (HTML5, JavaScript, CSS)
  • Extended clipboard and refactoring improvements in Java Editor
  • JavaTM SE Development Kit 7 Update 10 support
  • Full support of JavaFX 2.2.4 SDK
  • Support for JavaME SDK 3.2
  • Additional enhancements are listed on the NetBeans IDE 7.3 New and Noteworthy page.
For more about this release, see the NetBeans IDE 7.3 RC2 Release Information page.

Monday, January 28, 2013

NetBeans IDE 7.3 Release Candidate Now Available




The NetBeans Team announce the Release Candidate build of NetBeans IDE 7.3.

NetBeans IDE 7.3 provides new support for the latest HTML5, JavaScript, and CSS standards, as well as enhancements to support for Groovy, PHP and many other features.

Source: NetBeans.org Community News

Wednesday, January 16, 2013

Install Netbeans IDE 7.2 on release version Windows 8

TO download Netbeans, visit http://netbeans.org/, click the Download button.


Scroll download the select the download option. Java SE in my case.


Run the download file, netbeans-7.2.1-ml-javase-windows.exe.


Click Next to start installation.


Accept the terms in the license agreement, and click Next.


Accept the terms t install JUnit, and click Next.


Select the location to install. The installer will search te installed JDK if exist. Next.


Review all the setting, and click Install.



Finish.



Saturday, December 29, 2012

Cannot load "platform/lib/nbexec.dll". The specified module could not be found.(126)

Recently, I have been prompted to update NetBeans IDE. After update and re-start, NetBeans cannot start, caused by Cannot load "platform/lib/nbexec.dll". The specified module could not be found.(126)!

Cannot load "platform/lib/nbexec.dll". The specified module could not be found.(126)


To solve it, re-start NetBeans IDE as administrator to complete update. Right click NetBeans icon, select Run as administrator.

Run as administrator


Thursday, July 26, 2012

NetBeans IDE 7.2 released

NetBeans IDE 7.2 released: http://netbeans.org/


NetBeans IDE 7.2 provides a significantly improved performance and coding experience, with new static code analysis capabilities in the Java Editor and smarter project scanning. Other notable features include integration with JavaFX Scene Builder; support for multiple PHP frameworks; updated Groovy support; and enhancements for Java EE, Maven, C/C++ and the NetBeans Platform.


Sunday, May 27, 2012

NetBeans IDE 7.2 Beta Released



NetBeans IDE 7.2 Beta provides a significantly improved performance and coding experience, with new static code analysis capabilities in the Java Editor and smarter project scanning. The release also includes notable features such as integration with Scene Builder for visually creating JavaFX forms; support for multiple PHP frameworks; updated Groovy support; and many other enhancements in Java EE, Maven, C/C++ and the NetBeans Platform.

NetBeans IDE 7.2 Beta is available in English, Brazilian Portuguese, Japanese, Russian, and Simplified Chinese.

NetBeans IDE 7.2 Beta Release Information

Related:
- Getting Started with JavaFX Scene Builder
- JavaFX Scene Builder Docs Updated


Saturday, May 12, 2012

Javadoc not found in Netbeans for JavaFX


It's supposed that you can view the Javadoc for any of the library's class in Netbeans Source Editor. But somebody, include me, cannot view the Javadoc for JavaFX elements because Javadoc not found!


To include JavaFX Javadoc:
- Click Tools -> Java Platforms in Netbeans menu.

- Select your JavaFX Platform in Platforms box on left, click to enable JavaFX tab, Browse...to include JavaFX Javadoc folder.


- Close.

Now you should be able to view more in Javadoc while you are writing.


Thursday, March 29, 2012

Building my First JavaFX Application using NetBeans 7.1




Introduction: Building my First JavaFX Application using NetBeans 7.1
This is an Introduction for a series of videos about how to create a simple JavaFX application using NetBeans 7.1. This video will show you the final result, before you can go through the steps.