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 and Hibernate

I installed Netbeans 7.1.2 for the first time and it looks like it ships with Hibernate jars - When I inspect the hibernate3.jar I see it is v3.2.5. Looking here, it looks like this is a version from 2007:…
skaz
  • 21,962
  • 20
  • 69
  • 98
0
votes
1 answer

javascript get selected value from form (in Netbeans web project with DB)

I need little help. First, I have page with some values from Database in form, like this: out.println("
0
votes
1 answer

Unable to locate RXTX native DLLs in a JavaFX app

I am building a desktop JavaFX 2.0 application that needs to interact with a card reader over the serial port. So I am using the RxTx library version 2.1-7r2 32bit. To do some initial testing/learning I built out the RxTx functionality in a java…
Andre
  • 453
  • 1
  • 4
  • 11
0
votes
2 answers

Netbeans not generating javadoc properly

This is an example of class that I have written for my project and it's documented in italian: /** * Eccezione da lanciare nel caso si verifichi un guasto al motore. * Eredita da
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187
0
votes
1 answer

I have crashed all of my Java JRE's and any ability to run any programs, after installing netbeans 7.1.2

I installed Netbeans 7.1.2 to my computer yesterday and it crashed all java functionality. I chose to upgrade because the 7.1 beta IDE that I had installed on this PC, did not recognize the diamonds in the treeset function. I had several versions…
1RacerTn
  • 63
  • 1
  • 8
0
votes
1 answer

DJ Native Swing JWebBrowser panel not working inside JTabbedPane

I am using DJ-Native-Swing - JWebBrowser for displaying a browser window in a tab of JTabbedPane which also include other tabs also. The code I am trying (on NetBeans 7.1.1) is: browserPanel = (JPanel) SimpleWebBrowserExample.createContent(); // I…
Asif
  • 4,980
  • 8
  • 38
  • 53
0
votes
2 answers

How do I set the MONGOHQ_URL environment variable in the run configuration of Netbeans?

We're working on deploying a Java project to Heroku that uses MongoDB. According to the Heroku docs, the DB connection parameters are read from an environment variable, MONGOHQ_URL. When I run the project in Netbeans on my laptop, how do I set this…
Wolfram Arnold
  • 7,159
  • 5
  • 44
  • 64
0
votes
2 answers

org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP

unable to compile jsp in netbeans with glass fish server3.1.2,it is showing the following exception org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP PWC6197: An error occurred at line: 9 in the jsp file:…
ksa
  • 311
  • 1
  • 10
  • 29
0
votes
1 answer

To find the path of main project set in Netbeans

I tried to get the path of main project set in Netbeans. import org.netbeans.api.project.ui.OpenProjects; import org.netbeans.api.project.Project; import javax.tools.FileObject; Project proj = OpenProjects.getDefault().getMainProject();…
Raj
  • 440
  • 2
  • 6
  • 22
0
votes
1 answer

is a secured web service; Tester feature is not supported for secured services

I am new to JAVA and developing web service on NetBeans IDE 7.1.1. When I deploy or run service and try to test it from its tester link it says CalculateInventoryService is a secured web service; Tester feature is not supported for secured…
Azhar
  • 20,500
  • 38
  • 146
  • 211
0
votes
1 answer

xDebug cant find my files. Always looks in localhost

I'm running win7-64bit, NetBeans 7.1.1 and WampServer 2.2 (which has xDebug) I've configured php.ini (xdebug.remote_enable=on, etc.) I create a directory (virtual host called example.dev) and add a test file. (c:/wamp/example/test-xdebug.php) I run…
sleeper
  • 3,446
  • 7
  • 33
  • 50
0
votes
2 answers

Retrieving Mysql data to the JTable in Netbeans

I used this coding to retrieve the Mysql data to the JTable.but it returns only the first data row of the relevant table of the database but then again it count the number of rows correctly and all it returns is same copy of the first row equal to…
senrulz
  • 121
  • 1
  • 2
  • 12
0
votes
1 answer

Not detecting aws-sdk library netbeans

I'm coding a Java application using Netbeans. The database is hosted in DynamoDB (Amazon Web Services). I have downloaded the .jar file (aws-java-sdk-1.3.6.jar) from the Amazon website and tried to add it to my project. However, it is not working. I…
LauraMR
  • 1
  • 1
0
votes
2 answers

Error: no taglibrary exists for that namespace

I'm trying to use Netbeans to make a web application using facelets. I want to use Icefaces as my widgets. I get the following error message Warning: This page calls for XML namespace http://www.icefaces.org/icefaces/components declared with prefix…
Ilan Tal
  • 509
  • 2
  • 8
  • 22
0
votes
1 answer

java connection to sql server 2008 express

I try to connect to my BD This is my code public class JavaSQLTest { /** * @param args the command line arguments */ public static void main(String[] args) { try { Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); …
FrankSharp
  • 2,552
  • 10
  • 38
  • 49
1 2 3
99
100