NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.
4
votes
0answers
250 views
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 ...
4
votes
0answers
2k views
cannot build JavaFX 2.1.0 sample application - DataApp - failed to create task or type javafx:com.sun.javafx.tools.ant:application
I am trying to build the DataApp sample application from the JavaFX 2.1.0 sample application pack downloadable from the official JafaFX downloads page:
...
4
votes
0answers
605 views
Why doesn't NetBeans IDE see the generated sources?
I have a Maven-built web-app that uses JPA 2.0 at the back end. The JPA provider is EclipseLink 2.3.2.
When I build the project (and it deploys runs successfully) it builds the JPA meta-model in the ...
3
votes
0answers
102 views
Jax-WS Glassfish XSD : ?xsd=1 vs ?xsd=2
I'm perfectly sure I'm missing something simple here.
I'm using netbeans to create a web jax-ws web service and a client in two separate projects, and I have some custom bindings that I've added to ...
3
votes
0answers
119 views
Stylus CSS highlighting plugin for Netbeans?
Stylus CSS pre-processor is awesome but since i used to code in Netbeans, it is hard to code without color highlighting. is there any Netbeans plugin for Stylus available? If any, it'll be perfect!
...
3
votes
0answers
157 views
Synchronize repository from Github
I'm trying to synchronize Netbeans And Git repository but without success because I have all the time some Java Error. So I download Git for Windows and make everything in Tutorial. I downloaded ...
3
votes
0answers
343 views
Cannot deploy WebService with NetBeans
I'm trying to deploy a WebService project to GlassFish 3.1.2 on WebLogic 10.3, both with no success. I've tried to run other simple webService for test, and it works fine on WL and GF. Problem is ...
3
votes
0answers
239 views
Unable to start Netbeans 7.2 Profiler for Java ME projects
I'm trying to figure out why my Java ME app (a media player) is throwing Out of Memory Exceptions,however I have been unable to start the Netbeans profiler.The profiler works fine for other project ...
3
votes
0answers
336 views
Multiple Cursors for Netbeans?
Is there a multiple cursors plugin for Netbeans? I am watching an HTML video series to help brushup on my HTML skills. I've just started using Zen Coding which is pretty awesome, but I can't find a ...
3
votes
0answers
428 views
How to specify LD_LIBRARY_PATH (or PATH) for each project in Netbeans?
In order to load .DLLs (under Windows) or .SOs (under Linux) we must use the environment variables PATH (Windows) or LD_LIBRARY_PATH (Linux).
The only way we could find to properly use DLLs and SOs ...
3
votes
0answers
288 views
Netbeans 7.0.1 unable to commit deleted files
Since my update to Netbeans 7.0.1 I am unable to commit locally deleted files through subversion. They come up in the commit view every time and there is no error message when I commit, they just ...
3
votes
0answers
158 views
Netbeans Ruby Syntax Highlighting for Ruby 1.9?
I've been getting some minor but annoying error warnings in Netbeans using the Ruby 1.9 colon hash syntax. Example
%meta{charset: "UTF-8"}
This and all subsequent lines would be underlined.
Is ...
2
votes
0answers
64 views
Cannot connect to heroku postgres database using Netbeans
I am trying to connect to a database hosted in https://postgres.heroku.com/databases using Netbeans (build-in) Services/Databases. I am getting this error
Cannot establish a connection to ...
2
votes
0answers
61 views
How to manipulate links in a javafx browser
//process history
final WebHistory history = webEngine.getHistory();
history.getEntries().addListener(new
ListChangeListener<WebHistory.Entry>(){
...
2
votes
0answers
52 views
How to use git reset in netbeans?
I want to undo my last commit in NetBeans.
As I found the command is '$ git reset --soft HEAD~ ' but how can I do it in NetBeans7 IDE?
2
votes
0answers
193 views
How to run the node.js file in net beans?
In net beans i have installed node.js pulgin.But my sample node program is not working.Im getting error.
This is my sample code
var http = require("http");
http.createServer(function (req, ...
2
votes
0answers
166 views
JavaFX application working in traditional way but not in web-start or browser launch
Hello StackOverflowers...
This is my first post. OK so here is the problem:
I am working with a JavaFX project, an "Online Quizzing Application". I am using NetBeans7.3 RC1 and have set it up to ...
2
votes
0answers
153 views
Netbeans environment variables for C++ makefile
I have a simple makefile which calls the C++ compiler as $(CXX), which is set in my ~/.profile script. Netbeans seems to have a sophisticated toolchain manager, yet it seems to resolve $CXX as just ...
2
votes
0answers
119 views
Make netbeans use virtual box guest installation of phpunit
We use netbean's phpunit / unit testing plugins for all our testing. We used to use xampp and point netbeans at our our .bat file from the xampp installation. We recently started using vagrant and ...
2
votes
0answers
275 views
UnsupportedOperationException from Netbeans JSP
I am creating a web based application using the following specs:
Glassfish server 3.1.1
- SQL Server 2012 Express
- Netbeans 7.01
- JDK 1.7
- JDBC Driver for Sql Server 4.0
I have created a ...
2
votes
0answers
69 views
Issues debugging SWFUpload and PHP
I'm trying to add a SWFUpload instance to my website where multiple files will be uploaded in a queue. Currently, I'm working in a local LAMP environment running Netbeans and XDebug for my server ...
2
votes
0answers
167 views
Unexpected JDWP Error 21
HttpConnection conn = (HttpConnection) Connector.open(strDefURL + strBloggersURL);
I have this line throwing "InternalException: Unexpected JDWP Error: 21", I am using it to get some XML back from a ...
2
votes
0answers
155 views
NetBeans adding javax.swing and listeners triggers error
Hello I know this question was here uncountable many times, but I didn't find case similar to mine. I'm making program in Java and while creating my swing main class GUI (LibraryApp) an error while ...
2
votes
0answers
387 views
Xdebug for remote server not connecting - netbeans
I'm trying to use XDebug in the following scenario
my computer Windows 7, Netbeans 6.9
Physical Host at computer on the same network (Windows 7) with virtual Box
Virtual CentOS 6.2, with Apache ...
2
votes
0answers
141 views
Retrieve a table value from a JList
(NetBeans 7.2.1 )
I have created a JList Employees_List and binded it as below:
Bind elements:
Binding source = tblEmployeesList
Binding Expression = null
Display Expression = ...
2
votes
0answers
408 views
Netbeans 7.2.1 - Default project directory per project category
First of all, I have already saw the question How to change the default project directory (folder) in Netbeans 6.9? I have edited the value of projectsFolder variable in projectui.properties file to ...
2
votes
0answers
415 views
Netbeans 7.2 hangs in loading modules after updates!! ubuntu 12.04+ 32bits system
I recently updated Netbeans 7.2 on Ubuntu 12.04. Downloading those updates took quite a long time and I had to download some packages manually, but this were probably some issues with my corporate ...
2
votes
0answers
656 views
Embedded resource( media file) playing in jmf ,Netbeans but after making jar of the project the video doesn't play
I have a problem in embedding a resource (media file) in jar file. what i have done is i have created a java player that will play the media when i select the JButton i have passed a URL in action ...
2
votes
0answers
108 views
Custom javadoc tags in Netbeans?
I'm trying to use custom javadoc tags in a Netbeans project. I've added the javadoc command line options to the project settings and the tags work fine when I actually generate the javadoc, but for ...
2
votes
0answers
77 views
Netbeans sperated topcomponent in editor mode ignores minimum size
In my Netbeans 7.11 application I have an additional separated topcomponent in an editor mode that does not respect the minimum size that I specified using the GUI-builder.
The option for "Respect ...
2
votes
0answers
218 views
failed to run wicket examples on tomcat7
I downloaded wicket examples 1.6.0 and built successfully in netbeans7.2. but got errors when I tried to deploy on tomcat 7:
Cannot deploy the module. The context.xml file seems to be broken. Check ...
2
votes
0answers
77 views
execute action just before netbeans application closes — reference netbeans exit window event
I am working on a netbeans application with a primary TopComponent containing a rendering canvas:
when I close the application (not the topcomponent) an error is generated and sometimes this results ...
2
votes
0answers
253 views
NetBeans / JavaFX build: Debian Installed-Size
Whenever I build a .deb package using NetBeans 7.2 and then install it, I get the following message:
The package is of bad quality
The installation of a package which violates the quality standards ...
2
votes
0answers
96 views
Xdebug prevents PHP to process the page
I have a weird problem with XDebug.
First the project setup (it's completely deprecated, but it's a customer project and I can't change a thing):
PHP 4.4.9
XDebug 2.0.2 (last stable version for ...
2
votes
0answers
91 views
HTML TODOs in Netbeans 7.1
I wanted to add some TODO: tags in my .html file, but it does not seem to work properly.
I'm using Netbeans 7.1.
This seemed to work (added PHP comments):
<!-- // TODO: foo -->
<!-- /* ...
2
votes
0answers
167 views
Inserting images into a PDF using JODConverter
Basically I'm scanning in a whole bunch of document pages and want to create a pdf document using each image produced by the scan as an individual page. I was wondering if this can be done using ...
2
votes
0answers
111 views
How to make JEE6 javadoc work for a regular JavaSE project in NetBeans 7.0.1?
All I want is for JavaEE6 documentation to show in my JavaSE project. Maybe it's not possible.
The problem is that I created a plain old JavaSE project (i.e. New Project -> Java -> 'Java ...
2
votes
0answers
264 views
Netbeans 7.1,ruby-1.9.3-p194, Rails 3.2.3 ,Mac Lion Debugger
I can run ruby-debug outside Netbeans 7.1,ruby-1.9.3-p194, Rails 3.2.3 ,successfully.
But with netbeans ,I keep getting this message.
SEVERE [org.rubyforge.debugcommons.Util]: Error Output:
...
2
votes
0answers
63 views
Netbeans: can I configure to flag calls to non-exist functions and invalid signatures? (PHP)
Class A
class A {
public foo( Apple $apple )
{
//whatever
}
}
YetAnotherFile.php (in the same project)
$a = new A;
$a->foo( 42 ); // I really would like a little warning ...
2
votes
0answers
123 views
NetBeans SSL and command line arguments: Server doesn't receive the message
I'm not sure how to put it, but here is my problem.
I want to test SSL from here http://stilius.net/java/java_ssl.php. I am using NetBeans 7.1. In each void main, if I insert this piece of code for ...
2
votes
0answers
144 views
Aptana Studio - Placing .project In Separate Directory
I recently downloaded Aptana studio. However, I am having trouble with project files. In NetBeans, I was able to choose a project file location, and then the location where the files were actually ...
2
votes
0answers
124 views
How to measure performance of Web Services Security with Java and Netbeans?
I have a project about web services security and i want to do some measurements on the different security mechanisms such as Username authentication, mutual certificates,ssl,etc. Netbeans has a list ...
2
votes
0answers
351 views
How to make iReport data source connection to java classes in NetBeans?
I'm working with the iReport plugin for NetBeans and need to use a class for my datasource. The documentation says you can add a link to datasources in jar files so that you can see the class fields ...
2
votes
0answers
107 views
Run Play framework test from NetBeans
Is there a way to start a Play application in test mode from within Netbeans? I know how to start a Play application in normal run mode from within Netbeans, but not in test mode. (How) can I do this?
...
2
votes
0answers
621 views
Sending information from Java to Java script?
I've been trying to send information from Java to Java script using the JSObject but i keep receiving a java.lang.ClassNotFoundException: com.sun.deploy.appcontext.AppContext exception i'm using ...
2
votes
0answers
180 views
How to change the Syntax Highlighting on an individual file in NetBeans 7
I'd like to be able to switch the syntax highlighting in an individual file on the fly, I assume there's a way to do it as it's a common feature in IDE's but I can't find it in any menu option.
As an ...
2
votes
0answers
164 views
How to create several files based on Netbeans' templates into different packages at once?
I have a little Problem with Netbeans templates. At the moment I am only able to create one file at a time from a Netbeans template. But what I want to do is:
Pick a template and let Netbeans create ...
2
votes
0answers
173 views
subversioning issues in NebBeans 6.9
I am using NetBeans IDE 6.9. I am getting problems with my Netbeans SVN plugin.
I am getting this error when trying to update or show changes.
org.tigris.subversion.javahl.ClientException: RA layer ...
2
votes
0answers
248 views
Jar deployment in Netbeans - howto?
I've created Java app in Netbeans,
today I moved that app into Maven project,
I've created all dependencies in pom.xml, and application builds succesfuly and runs as before Maven migration.
However ...
2
votes
0answers
96 views
Enable autocomplete for standalone ruby files in NetBeans 6.9.1
I'm having problems with ruby autocomplete in NetBeans.
Autocomplete works perfectly fine when I'm in a NetBeans Ruby Project. But when I use netbeans to open a standalone file. The autocomplete ...

