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
0
votes
1 answer

Netbeans: PHP Plugin Installation Error

I am using Netbeans 7.1.2 and I am trying to install PHP plugin but getting this error: The plugin Editor Library is requested in version >= 2.1 (release version 2) but only 3.17.1.19.25 (of release version different from 2) was found. I have…
Olcay Ertaş
  • 5,987
  • 8
  • 76
  • 112
0
votes
1 answer

Find the command and options used by NetBeans IDE

I am using a the NetBeans 7.x IDE. I have a Netbeans Application module. I use the Build and the Run buttons from the IDE. The module runs just fine when I press Run Project or F6 button. I like to run this from the command line. Since…
tadpole
  • 1,209
  • 7
  • 19
  • 28
0
votes
2 answers

Netbeans 7.1.2 - project source folders in a tree (hierarchical) view, rather then a flat view?

How can I get a tree view for Netbeans 7.1.2? The FAQ http://wiki.netbeans.org/FaqTreePackageView appears to be for older versions of Netbeans.
José
  • 1,525
  • 3
  • 14
  • 12
0
votes
1 answer

Unable to update value of gobal variable in threads

I am not able to update the value of a global variable in a function which is called continuously by a thread The function code is: public void readMessages() { if (srv.getServiceStatus() == Service.ServiceStatus.STARTED) { try { …
user1318860
  • 67
  • 1
  • 4
  • 10
0
votes
1 answer

FTP file deployment and management for PHP applications

So I've been a developer on a one man team for a few years now. I came to recognize the benefit of separating all of the design, html, and css work into the hands of the more gifted individuals, so I started a business, made up of other long-time 1…
0
votes
1 answer

Is there a way to have Netbean's generated PHP Unit tests to adhere to CodeSniffer Zend Standards?

I am using Netbeans to generate PHP Unit tests and CodeSniffer doesn't like the template that was generated because it's not Zend standard. How can I have the PHP Unit test templates generate Zend standard templates so it won't throw all those…
Strawberry
  • 66,024
  • 56
  • 149
  • 197
0
votes
2 answers

Netbeans Ruby/Rails project, Can't run, Bundler output window blank empty

I setup a new rail application in Netbeans 7.1. Without writing any code, I wanted to see if it just runs but When clicking run I get errors: C:/Ruby193/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/mysql2.rb:2:in `require': 126:…
dlite922
  • 1,924
  • 3
  • 24
  • 60
0
votes
3 answers

How to deploy Java Webapp on Netbeans to AWS?

I am developing a Java web application in Netbeans IDE 7.1.1. The IDE comes with pre-installed Apache Tomcat 7.0. The folder structure in Netbeans looks like this All the servlet are in Source Packages and have added two in Libraries - MySQL JDBC…
Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
0
votes
2 answers

Renaming and deleting files

I am writing a program to find information and remove them from a text file by making a temp file, removing the original one and then renaming the temp to the original file. So far I have achieved to write the program and it works when I compile it…
Loop Masters
  • 371
  • 2
  • 5
  • 12
0
votes
1 answer

java:print out of Jframe

I want to take the print out of jFrame ,I can use printutility and all necessory for printing. Now my problem is that how to send the jFrame to printer for print out of jFrame? Is it possible to take the print out of jFrame or any other solution?
Jayashri
  • 366
  • 4
  • 13
  • 25
0
votes
1 answer

Glassfish: sun-web.xml missing

I'm currently trying to set up a secured folder with a few pages within my Java Web App to allow only registered users to access the pages in that folder. However, while trying to do the setup/mapping of the groups I have been having the issue that…
lv10
  • 1,469
  • 7
  • 25
  • 46
0
votes
1 answer

Cant view table of SQL server 2005 in Netbeans 7.1

I'm currently using netbeans. At runtime view, I am able to connect to my sqlserver 2005 database. However, the list of tables are not shown. When I try to execute the command I could successfully query the database, tables and fields. I'm just…
Code_Life
  • 5,742
  • 4
  • 29
  • 49
0
votes
0 answers

How to create a Midlet SVG with a Data Base in J2ME

I need to know how I can do one application with SVG Netbeans and it work with a Data Base for a Midlet app. And then I have a problem with tutorial of SVG for Netbeans because I create the SVG and I can't see it in the visualmidlet screen.
Alexis Duran
  • 620
  • 14
  • 28
0
votes
0 answers

LaTeX mathematics in javadoc generated by Netbeans?

Is there a way how to include LaTeX formulas in javadoc generated by Netbeans? I found following taglet: http://users.informatik.uni-halle.de/~grau/LaTeXlet/index.html It requires modifying javadocs arguments... -taglet latexlet.InlineBlockLaTeXlet…
Tombart
  • 30,520
  • 16
  • 123
  • 136
0
votes
1 answer

Building project errors

I made a small project for a friend and when I build it in my pc in NetBeans I got the following errors: Not copying library D:\share on eee\GeorgeApp\${libs.excel.classpath} , it can't be read. Not copying library D:\share on…
Vagelism
  • 601
  • 1
  • 16
  • 27