Questions tagged [netbeans-7.1]

A specific version of Netbeans IDE. Use this for question related to Netbeans IDE version 7.1

NetBeans IDE 7.1 was released in January 2012.

This version introduce the following new features.

JavaFX

  • Support for JavaFX 2.1
  • Support of all three deployment models: Desktop, Applet, JNLP
  • Preloaders to improve application loading experience
  • Customized UI controls using CSS3

Java

  • New Visual debugger
  • Gap support in GridBagLayout customizer
  • Inspect and Refactor
  • Improved Javadoc highlighting and formatting

Web Languages

  • Support for CSS3
  • Code completion and documentation for new CSS3 elements
  • Browser specific properties

Java EE

  • Support for GlassFish 3.1.2
  • Cluster and Instance deployment support for GlassFish
  • Developing Java EE 6 applications for deployment to WebLogic Server
  • 50+ CDI enhancements in Java editor
  • JSF component suite support
  • Improvements in Java Persistence, Web Services, EJB, WebLogic and more

PHP

  • Improved PHP debugging
  • PHPUnit test groups capabilities
  • Support for Smarty templates
  • Faster uploads with keep-alive for (S)FTP client

NetBeans Platform

  • New Window System APIs
  • Enhanced TopComponentGroup behavior
  • Visual Window Layout designer
  • Pluggable multiview components

Versioning

  • Integrated Git support
  • History tab on file editor window
  • Locking/unlocking files in Subversion working directory
  • Support for Mercurial branches and tags

Resources:

Tagging recommandation:

There are several version specific tags. It is recommended to use the tag together with the version specific tag, e.g. .

70 questions
15
votes
4 answers

How to remove projects from the Recent Projects list in the Start Page?

I started a new Enterprise Application project in Netbeans 7.1.1 and then later deleted the 3 projects ([project], [project]-war, [project]-ejb) from the projects window in the IDE, by right clicking them and selecting Delete, and also checking…
Nick Rolando
  • 25,879
  • 13
  • 79
  • 119
14
votes
5 answers

How can I have Netbeans automatically copy 3rd party jars from an included class-library to my project's dist/lib directory?

I have a Java Application in NetBeans 7.1 (let's call it myApp) that depends on a Java Class-Library Project [more than one, actually] where I keep some utility-classes I share among projects. This Class-Library Project (let's call it myLib) depends…
Unai Vivi
  • 3,073
  • 3
  • 30
  • 46
12
votes
3 answers

Creating UML Class Diagrams in NetBeans 7.1.1

I want to install/enable the NetBeans plugin for creating and viewing UML diagrams, as seen here. However, fairly extensive searching has turned up results for NetBeans 6.5 and lower, whereas I am using NetBeans 7.1.1. (I've tried those solutions,…
Ky -
  • 30,724
  • 51
  • 192
  • 308
11
votes
2 answers

How can I change the value of a variable while debugging Java code in NetBeans 7.1?

I have set a breakpoint that allows me to see the value in a field on an object. I'd like to change the value then continue execution, but then I try to edit the value from the variables view, the value field is grayed-out. Is there any way to…
braveterry
  • 3,724
  • 8
  • 47
  • 59
11
votes
7 answers

netbeans 7.1 and python

I used to use my Netbeans 6.9 for Python development. As well as Java and PHP. I had a cool debugger in PHP with xDebug, good Python support. Have no complaints whatsoever. I moved to another computer downloaded the latest netbeans(7.1) and now I…
Para
  • 2,022
  • 5
  • 34
  • 73
9
votes
2 answers

How to format a java.sql.Timestamp(yyyy-MM-dd HH:mm:ss.S) to a date(yyyy-MM-dd HH:mm:ss)

Well, I'm having a detail using a Date, because I'm getting an Object from my DataBase and in the variable "fecha" (date) from that same object I'm getting a java.sql.Timestamp, so the formatt is with miliseconds, but i don't want the miliseconds to…
user2284257
  • 93
  • 1
  • 1
  • 5
8
votes
6 answers

Netbeans 7 / 7.1 javafx GUI designer / builder

is there any GUI builder available for JavaFX2 in Netbeans 7.0 / 7.1? In previous Netbeans versions I've used the plugin "JavaFX Composer" but it seems to be that the plugin isn't avaialable for 7.0 and 7.1. Do you have any suggestions? Thanks
user1011394
  • 1,656
  • 6
  • 28
  • 41
7
votes
7 answers

Netbeans Project: Resolve Data Source Problems

In Netbeans 7.1.1. I have a Java project for a web application that I deploy on Tomcat 7. The project is migrated from an earlier version from Netbeans (together with all my other projects). The problem is that my project now is in an error state.…
Kdeveloper
  • 13,679
  • 11
  • 41
  • 49
7
votes
3 answers

Could not find or load main class Swing Java

Error: Could not find or load main class jewelleryerpapplication.GUI.ERPMainMenu Java Result: 1 Actually i am using Net Beans 7.1 and in that i am continuosly getting the same error but un able to get the solution for that even after installing the…
7
votes
2 answers

Netbeans - Open remote folder/new project

I have been using Netbeans for several months now and like it a lot. I am trying to enable a way to create a project which accesses live files on my server to make changes. When I create a project using a remote source, it starts downloading all…
Tim Withers
  • 12,072
  • 5
  • 43
  • 67
6
votes
4 answers

Netbeans 7.1 dropped Swing Application Framework support? How can I migrate form 7.0 to 7.1?

Last week, I get very depressed, I have three big apps in production and many more using Swing Application Framework. Later, when I started to migrate to Netbeans 7.1, BOOM!, no more support for SAF. So what can I do, any ideas how to migrate to…
j2gl
  • 706
  • 3
  • 20
  • 28
6
votes
2 answers

How to reintegrate a SVN branch into trunk with Netbeans?

I created a branch from trunk. As development on my branch is finished, I want to merge (reintegrate) my branch into trunk. Is there an option or setting to enable? It seems Netbeans 7.1 isn't able to reintegrate a branch into trunk. Am I wrong?
5
votes
1 answer

Netbeans - run specific Maven integration test

How can I configure Netbeans to call Maven Failsafe to run a specific integration test? I know the Maven command to do this is 'mvn -Dit.test=MyClassIT verify' I also know how to configure 'actions' in Netbeans Project properties. My problems…
Aleksandr Dubinsky
  • 22,436
  • 15
  • 82
  • 99
5
votes
2 answers

netbeans and tomcat 7 deploy on save

I'm working with netbeans 7.1.2 and tomcat 7. When I make some change either in .java or in .xhtml files, the file is deployed when I save it, but I have to restart tomcat server to see the changes in the browser. can you help me to fix this?
faissal
  • 261
  • 5
  • 20
4
votes
2 answers

Maven project in Netbeans: How to add dependency to both 'Dependencies' and 'Test Dependencies'?

I have a Maven project in Netbeans 7.1 IDE. I'd like to add the same dependency to both Dependencies and Test Dependencies. Adding to one removes it from the other. Duplicating the dependency in pom.xml and including in one of…
KomodoDave
  • 7,239
  • 10
  • 60
  • 92
1
2 3 4 5