Questions tagged [netbeans-7.4]

NetBeans IDE 7.4 extends the advanced HTML5 development support introduced in NetBeans IDE 7.3 to Java EE and PHP applications, while offering new support for mobile web development on the Android and iOS platforms, including support for the Cordova framework. Additional highlights include support for preview versions of JDK 8, and continued enhancements to JavaFX, PHP, C/C++, Maven and other features.

NetBeans IDE 7.4 extends the advanced HTML5 development support introduced in NetBeans IDE 7.3 to Java EE and PHP applications, while offering new support for mobile web development on the Android and iOS platforms, including support for the Cordova framework. Additional highlights include support for preview versions of JDK 8, and continued enhancements to JavaFX, PHP, C/C++, Maven and other features.

New Feature Highlights:

HTML5

  • Cordova application development
  • Support for Android and iOS Browsers
  • Editing support for stylesheet languages: SASS and LESS
  • Browser switcher in main toolbar
  • Saving changes from Chrome Developer Tools
  • Network monitor

JavaScript

  • Editing support for AngularJS, Knockout and ExtJS frameworks
  • Navigator and code folding in JSON files
  • Enhanced code completion with improved accuracy

Java EE

  • HTML5 features available in Java EE projects
  • Wizards for JSF 2.2 Resource Library Contracts and FacesComponents

PHP

  • HTML5 features available in PHP applications
  • Nette Framework 2 (with Latte templates) and Zend Framework 2 support
  • Atoum testing framework support
  • Editor and Rename type refactoring improvements
  • Static code analysis support

Java

  • Preview support for JDK 8 features: Profiles, Lambdas
  • Code completion, Hints and Refactoring improvements
  • Native packaging
  • Updated bundled Ant 1.9.1 and Maven 3.0.5

JavaFX

  • New FXML File dialog in Maven projects
  • Tighter alignment for JavaSE and JavaFX project types
  • Improvements to Project Deployment options

C/C++

  • Run/Debug launchers support
  • Find Usages improvements
  • C/C++ formatting style per project

Miscellaneous

  • New Tasks Dashboard and Notifications windows
  • Lock Contention for profiling tasks
  • Bugzilla Offline Mode
  • Enhancements to Versioning tools: Subversion, Git, Mercurial
  • TestNG and Junit improvements
  • Improvements to Databases

Official Website: http://netbeans.org/
Official Release informations: https://netbeans.org/community/releases/74/

Release Date: 15.10.2013

Tagging recommandation: It is recommended to use the tag together with the version specific tag.

51 questions
0
votes
2 answers

Embed Derby DB with Netbeans Platform Application - Module

I developed a project in Netbeans Platform Application i.e. like Modules. When i run my project from Netbeans 7.4, it works fine and doesn't show any DB exception. Now i created a installer using Netbeans 7.4 for my project. wen i install it, the DB…
Alex Michael Raj
  • 185
  • 2
  • 9
  • 24
0
votes
1 answer

Netbeans Find Usages on class references from (non-open) Maven artifacts

Is there a setting in Netbeans when we do Find Usages. i.e. Find Usages on class references from (non-open) Maven artifacts Can we turn ON/OFF for finding in Maven repositories ? I am using the latest Netbeans 7.4
copenndthagen
  • 49,230
  • 102
  • 290
  • 442
0
votes
0 answers

zend 2 netbeans 7.4 file structure

I have created a php project in netbeans 7.4 with zend framework 2 and it's running good but I am lost in the file structure. So can somebody help? I am new to Zend 2 -or even zend for that matter-. PS I am using a Mac
0
votes
1 answer

Adding this "Marquee code" to JLabel in my Jframe

I've read this code on other post and it'sworking on individual Jframe with JPanel and JLabel. Now with help of this code i want to apply it to my JLabelof my JFrame. where my JFrame name is AddBatch, JPanel is pnl_addBatch and JLabel is…
0
votes
2 answers

I want to add a status bar which should appear at the bottom of the monitor screen varying with monitor size

My query might be so simple but it made me stuck badly. I'm developing a software using netbeans7.4 and java on windows 8 pc, I have a MainForm which appears on full screen and only shows MenuBar(on top) and label (for background image). I have used…
0
votes
1 answer

How can I correct my code so the links on my app and the header work?

I need help with my web app I am working on NetBeans 7.4 and I can't get the header to appear on the first page and for some reason my links to the quiz page don't work even though the code is the same and it works for the other pages? if anyone…
0
votes
1 answer

Schedule annotation blocks a maven web application deployment in Netbeans 7.4

I have a JEE7 maven web application that worked fine until I put a @Schedule annotation on one of my EJB. Since then, NetBeans 7.4 don't want to deploy my project any more using a GlassFish-Server-4.0. I just have to comment the line of my…
Florent Henry
  • 702
  • 1
  • 7
  • 25
0
votes
1 answer

Java version discrepancy?

I recently updated from Oracle Java 7 Update 45 to Oracle Java 7 Update 51. Both the Terminal command (java -version) and the Java Control Panel reflect the updated version, Java Update 51. However, the following line of code - String ver =…
San Lewy
  • 136
  • 1
  • 3
  • 13
0
votes
1 answer

How to get NetBeans 7.4, Ruby and MySQL to play together (on Windows)

The tags say it all, really. This is a project that used to work on earlier versions, but not now. If you know the answer, just stop reading and tell me how. An existing project is working fine on older releases of NetBeans and MySQL. I am just…
david.pfx
  • 10,520
  • 3
  • 30
  • 63
0
votes
1 answer

Netbeans 7.4 php highlight error

I use(try to use) Netbeans 7.4 in Linux Mint 14(xfce) to write PHP code. I can write, save... but I don't have highlighting for PHP code. Even don't have an option to open php project. When I wanna write PHP code I use "Empty File" than save as .php…
user35322
  • 23
  • 1
  • 5
0
votes
1 answer

Netbeans shows UNUSUAL errors BY Project from Existing Source

I m using Netbeans 7.4, After I created a social engine zend project from EXISTING SOURCES, Netbeans shows many unusual n unexpected errors. The project is clean & error-free. Despite the fact that Netbeans cant treat that as ZEND project…
Tanvir
  • 1,642
  • 8
  • 32
  • 53
0
votes
2 answers

We NEED ZEND .zfproject.xml for SOCIAL ENGINE Netbeans Developers

Most of the Social Engine Developers use Netbeans. Netbeans doesn't treat any project as ZEND without the file .zfproject.xml. hence Netbeans doesn't provide important tools like ZEND command GUI tool.(even if it provides, it won't…
Tanvir
  • 1,642
  • 8
  • 32
  • 53
0
votes
1 answer

I don't know how to get my tooltips to work

So I read a few threads that had tool tips working and tried to work off that to no avail. import java.awt.event.MouseEvent; public String getToolTipText(MouseEvent e) { String tip = "tommy likes trucks"; java.awt.Point p = e.getPoint(); …
Jest
  • 1
  • 1
0
votes
1 answer

Ping Sweep, with the ability to enter a range

Currently what I am trying to create is a ping sweep for a user entered range. I have tried various sources on the internet for this but they are very vague or i just cant seem to get them to work, baring in mind i am very new to java. one source i…
0
votes
3 answers

Is there a workaround for bug 10778 in netbeans (Going from readAccess to writeAccess)?

My Netbeans 7.4 freezes when attempting to open a file (an sql file) and I quote the error log at the bottom of this post. Now, this bug seems to have been around in one form or another for 12 years!! The most recent patch seems to be in a file…
bokov
  • 3,444
  • 2
  • 31
  • 49