Questions tagged [netbeans-7]

NetBeans is a platform development framework and an open-source IDE (Integrated Development Environment) for Java, JavaScript, PHP, etc. NetBeans is developed by Oracle Corporation.

You can find other info here: NetBeans Wikipedia Page

The main NetBeans project site, for documentation and downloads:

1567 questions
7
votes
2 answers

Start of tomcat failed

I am facing issue to start my tomcat server in netbeans. I am getting error when I click on start button "Starting of tomact failed, check whether the /Application/NetBeans/apache-tomcat-7.0.52/bin/catalina/sh and related scripts are executable."…
Code Hunter
  • 10,075
  • 23
  • 72
  • 102
7
votes
3 answers

NetBeans 7.0.1: Access to Tomcat server has not been authorized

i am a beginner, just started with JSP and am stuck at the starting. please help me out. i have downloaded catalina.bat and setclasspath.bat in there proper location /tomcat/bin/ but still getting the error of authorization. i have seen a similar…
Roshan
  • 645
  • 1
  • 11
  • 36
7
votes
1 answer

Rename Package with Sub-packages in netbeans

I Know this seems absurd to ask but I can't seem to get around renaming a package in Netbeans that Have sub-packages. ideally when I right-click and refactor > Rename it renames only the node on the Top. If I try to refactor the Next Node in Line, I…
Stanley Mungai
  • 4,044
  • 30
  • 100
  • 168
7
votes
0 answers

Java RMI, Port already in use when creating registry

I'm getting my feet wet in RMI for the first time after working in Java for a number of years, and I'm following this tutorial to get the basics down. The server code below is giving me the following exception saying that port 1099 is already in…
Kerrigan Joseph
  • 327
  • 1
  • 4
  • 8
7
votes
1 answer

How to Integrate Zend framework 2 into Netbeans 7.2 IDE

when i download the Zend framework package, it does not contain the zf.bat or zf.php or zf.sh files. Netbeans requires a path to the zf.bat file of zend framework. Does anyone knows how to integrate the Zendframework 2 in to the Netbeans 7.2 PHP…
fon
  • 255
  • 2
  • 7
  • 16
7
votes
1 answer

How do I set the value of ${user} in Netbeans 7.1.2?

I would like to replace the default value of ${user} in Netbeans. The help file says To define a parameter: In the IDE's menu bar, choose Tools > Templates. The Template Manager opens. Expand the Other category. Double-click on Properties. The…
Code-Apprentice
  • 81,660
  • 23
  • 145
  • 268
7
votes
3 answers

How to Disable Toggle Open Documents in NetBeans?

NetBeans (7) is very nice for letting you customize your keyboard shortcuts. Personally, I want ctrl-tab to switch to the tab to the right and ctrl-shift-tab to switch left, but at the moment these launch the annoying Toggle Between Open Documents…
Philip
  • 7,253
  • 3
  • 23
  • 31
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
7
votes
2 answers

Where is setVisible in Netbeans palette?

I am using Netbeans on design mode for to make a gui. I am looking for a property corresponding to the setVisible method of java and I can not find it. I have looked in Properties and Binding, but have found nothing. At last I have written…
Fran b
  • 3,016
  • 6
  • 38
  • 65
7
votes
1 answer

How to localize @Messages annotations in NetBeans

I would like to use the @Messages annotation in NetBeans to simplify localization in my application. However, I can not find any information about how to add translations (bundles) for other languages using this mechanism. Example of an action using…
7
votes
2 answers

Notepad++ type FTP plugin for sublime text, netbeans or eclipse

I love sublime text. The only thing I dont like is that there is no built in FTP plugin. The sublime sftp package, http://wbond.net/sublime_packages/sftp sucks when you are editing and uploading files continuously. I am looking for something like…
Indy
  • 814
  • 1
  • 11
  • 23
6
votes
2 answers

H2 driver not found when try to connect

I have gone through some other answers, but cannot get the solution to my problem. I am using NetBeans 7.0.1 and the latest version of the H2 DB on Win7. I successfully use the H2 console tool and I have also added the driver in NetBeans and am able…
user1304490
  • 181
  • 2
  • 2
  • 11
6
votes
2 answers

How to work with SVN 1.7 repositories using Netbeans 7.1?

When trying to update a subversion working copy from Netbeans, I get the following error svn: E175002: Unable to connect to a repository at URL 'https://svn.XXX.de/svn/[RepositoryName]' svn: E175002: OPTIONS of…
pmoule
  • 4,322
  • 2
  • 34
  • 39
6
votes
3 answers

Proper Way to Document Class in Netbeans PHP

For reasons of ease of maintenance AND IDE class auto-completion and member hinting, I've used PHPDoc in my project. Given this example class: class my_class { public $id; public $name; public $number; public function __construct()…
Mattygabe
  • 1,772
  • 4
  • 23
  • 44
6
votes
1 answer

Netbeans 7 and XSLT support

Does anyone knows how to enable XSLT support, auto-complete in particular, in Netbeans 7? Every time I'm opening a new tag within my style, the auto-complete pop-up appears, and shows "downloading...". After few seconds it disappears and that's…
Radek Suski
  • 1,352
  • 1
  • 13
  • 23