Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
6k views

build-impl.xml:1048: The module has not been deployed. See the server log for details. BUILD FAILED

Environment: Ubuntu 14.04 LTS, NetBeans 7.3.1, Tomcat 7.0.34 My project was working fine, and suddenly I get this error: /my/project's/path/nbproject/build-impl.xml:1048: The module has not been ...
PetreC's user avatar
  • 1
0 votes
0 answers
38 views

Netbeans does not opens when jre 1.8 has installed [duplicate]

I installed jre 1.8 and used jarfix to set environment variables.After that I installed netbeans IDE 7.3. When I run the netbeans the projects tries to starting modules (in blue centered window before ...
Seyed Morteza Mousavi's user avatar
1 vote
1 answer
705 views

Display formatted Cell value of Excel sheet on JTextPane [closed]

I have a excel sheet with cell values like " This is a bold text". And i want to display it on JTextPane.I think i has something to do with RichTextString and StyledDocument of JTextPane but i am ...
Mustafa's user avatar
  • 147
2 votes
1 answer
2k views

The file phpcs.bat isn't the right Code Sniffer batch

I've installed PHP_CodeSniffer via Pear, and have Netbeans 7.3.1 installed. This is all on a Windows 8 system. When I go to configure Code Sniffer in Netbeans and point it towards my phpcs batch file (...
Arak Tai'Roth's user avatar
0 votes
1 answer
867 views

play a video in javafx using netbeans7.3.1

i tried public void makePlayer(File file) throws UnsupportedEncodingException { convertFileToFilename(file); //filename1=filename1.replace("\\", "/"); //filename1=filename1.replace(" ", "...
Ram Mansawala's user avatar
1 vote
0 answers
123 views

Netbeans 7.3.1 change non printable chars to custom ones

Is there a way to replace the default non printable chars to custom ones? I want to be able to let them visible all the time in such a way that they will not disturb my reading. I want to be able to ...
Starlays's user avatar
  • 1,109
0 votes
1 answer
4k views

I am not able to run fresh java web application project in netbeans IDE 7.3

In netbeans IDE 7.3,I create Java web application.I didn't add anything.Just a simple project. I am using glassfish server.Then I cleaned and built it.When I click on Run, I get output as "Host ...
Vaibhav's user avatar
  • 359
0 votes
1 answer
1k views

soap client not able to access webservice with saml authentication over SSL enabled

I used the example given at => http://metro.java.net/nonav/1.2/guide/Example_Applications.html#ahies to try saml authentication over SSL in netbeans 7.3.1 with jdk 7 and glassfish 4.0. However when I ...
Max's user avatar
  • 1,262
1 vote
1 answer
613 views

Edit Netbeans Template for "Test for Existing Class"

Changing the code that Netbeans generates is usually pretty easy, you just edit the associated template. However, there doesn't appear to be one for "Test For Existing Class". Is there something ...
MikeFHay's user avatar
  • 8,909
0 votes
1 answer
238 views

Remove files from a NetBeans project but not the hard drive

I saw the question with an almost identical title, but I want to remove items after they were added to the project, without outright deleting them. Is this possible? Netbeans 7.3.1.
spartanhooah's user avatar
3 votes
5 answers
2k views

netbeans 7.3.1 no options under code formatting

I have just installed Netbeans 7.3.1 under GNU/Linux, Archlinux kernel version: arch-pc 3.10.10-1-ARCH x86_64 I have activated the PHP plugin and i want to setup the formatting options, for this I'm ...
Starlays's user avatar
  • 1,109
0 votes
0 answers
105 views

How to tell Netbeans 7.3 NOT to build a war file

I read a lot how to build a war file. But is there a way to tell Netbeans to skip this step while builing the project? I don´t know for sure. But hasn´t there been a checkbox "build war file" in an ...
Matthias's user avatar
  • 218
1 vote
0 answers
1k views

guide to create debian package in netbeans

I've written a C++ application aided by netbeans on ubuntu. In netbeans there is a build feature to build debian package. When I build the package using it I am not getting desired result. The files I ...
Necktwi's user avatar
  • 2,631
3 votes
2 answers
4k views

Make executable jar with JavaFx plugin for gradle

I'm trying to make an executable jar. My IDE is Netbeans 7.3.1, using Gradle plugin for Netabeans, using JavaFX plugin for Gradle. Simple JavaFX application: i.lunin.autoposting.Main: package i.lunin....
Lunigorn's user avatar
  • 1,412
0 votes
1 answer
28 views

Project window -> no directory tree lines

I'm working on Mac and every time my project grows I find myself wasting time on finding correct folder in complex directory tree. I'm used to this https://netbeans.org/images_www/v6/9/screenshots/...
Krzysztof Boduch's user avatar
0 votes
2 answers
1k views

PHPUnit-Netbeans class not found exception

I integrated PHPUnit into netbeans and now want to generate tests for my code. <?php /** * Action User * * user api * * @link http://getfrapi.com * @author Frapi &...
Geek's user avatar
  • 8,310
7 votes
2 answers
5k views

Netbeans-PHPUnit "No tests executed" error

I am newbie to any kind of testing. I just installed pear and PHPUnit using this doc. I use netbeans 7.3.1. I also installed skeletongenerator running this command : pear install phpunit/...
Geek's user avatar
  • 8,310
0 votes
1 answer
2k views

Simple calculator with binary conversion

There are 2 problems: When I call getText() how canI let the comp know whether the input value is a binary number or a normal number? (my first for loop) The binary converter isnt working as planned ...
user2568906's user avatar
1 vote
1 answer
2k views

Exception starting filter WebSocket filter netbeans 7.3 glassfish 4

i am trying to implement simple video transfer between two html pages using java websocket api. The webcam server captures the webcam and sends to server endpoint which broadcasts to every connected ...
Ravi Teja's user avatar
1 vote
3 answers
2k views

Netbeans navigator does not show my JavaScript Class methods

Some background, skip to the 2nd paragraph to get to the question. I have tried quite a few editors like your typical developer and still my all-time favorite was Homesite/ColdFusion Studio before it ...
ragamufin's user avatar
  • 4,162
3 votes
3 answers
2k views

Netbeans annoying yellow highlighting in javascript

I am getting a yellow highlighting in javascript code when clicked inside of the code ,Its not the yellow highlighting of supposed bracket intent notation and warning ,any idea of what is that and how ...
KTM's user avatar
  • 868
0 votes
0 answers
341 views

Admin-listener disabled in Glassfish 3.1.2

I am currently working on a project with EJB, JSF and Glassfish. I use NetBeans 7.3 for development. I am experimenting a very strange issue, I have been looking around (not sure if enough), but have ...
Carlos Andres's user avatar
1 vote
1 answer
144 views

I get the message org.openide.filesystems does not exist.

Someone else asked this question, but I didn't see anything in the answer that would help me. Why isn't my netbeans session finding this library? Thanks for any help.
Coding Junkee's user avatar
0 votes
1 answer
537 views

How to change the icon of jframe? [duplicate]

I m currently working on a java swing project using netbeans 7.3 I want to change the icon of my swing form but i m unable to do so. I've tried many ways but they r not working. Please tell me how can ...
Rahul Mittal's user avatar
0 votes
1 answer
917 views

I'm getting 404 error in php [closed]

I made my php project in windows8 OS. It is running well in WAMP in windows8. I'm using duel boot so I started my ubuntu 12.10 OS. After that I copy pasted same project in /var/www/Day4(My project ...
user avatar
0 votes
2 answers
816 views

Enabling Jbutton in frame from another class - GUIBuilder

I have created a JFrame using Netbeans IDE. I have disabled the submit button once it is pressed to process one action which i dealt in another class. If the action successfully completed i need to ...
sreram's user avatar
  • 99
1 vote
2 answers
53 views

is there a way to see method's comment in netbeans like in eclipse?

On Eclipse when i point the mouse up to a method it shows the method's comment (java doc), is there any way to do some thing like that in netbeans (7.3) without putting the cursor in the method middle ...
cristianchiess's user avatar
0 votes
1 answer
424 views

How can I solve Error during testing Angular Js in netbeans?

After following this example https://netbeans.org/kb/docs/webclient/html5-js-support.html I always get that error: Exception in thread "main" java.lang.NoClassDefFoundError: com/google/jstestdriver/...
Luis Vargas's user avatar
  • 2,524
0 votes
1 answer
143 views

NetBeans - TaskFactory (Parsing API) does not work if a ProjectFactory (Project API) was registered

I'm creating a NetBeans module with multiple services (code assist, project, debugger etc.) I've noticed that after I registered my ProjectFactory via the @ServiceProvider annotation, the TaskFactory ...
bcause's user avatar
  • 1,313
0 votes
1 answer
838 views

C/C++ Compiler Missing on NetBeans 7.3 on Debian

I have installed Debian 7.0.0 and have just installed the full version of NetBeans 7.3 which is supposed to have C/C++ building capabilities. However, when I start, I get the message No C/C++ ...
OtagoHarbour's user avatar
  • 4,173
1 vote
1 answer
2k views

Netbeans 7.3 - how do I prefill '@author' field?

I cannot, for the life of me, figure out how to set the @author comment doc code to display my own info in Netbeans. I want this done for all of my files (js, php, etc). I have gone to the tools->...
Sam's user avatar
  • 185
0 votes
3 answers
6k views

No web application option in net beans 7.3

I have installed NetBeans IDE 7.3. I need to do JSP project from it. But I cannot find a web application option in File -> New Project. Is there any plugin to install? Or else what should I do?
Dinithi De Silva's user avatar
1 vote
1 answer
1k views

Configuring a Java HTTP servlet in Netbeans 7.3

I've recently upgraded to Netbeans 7.3, and I quite don't get much of its project configuration and interface. For example, once I used to see the source packages with java classes, now I'm not able ...
Dev-otchka's user avatar
2 votes
1 answer
790 views

How to get notified about file content changes in NetBeans with DataObject API

I'm trying to implement a NavigatorPanel for my NetBeans module. Now I would like to always get notified whenever the associated DataObject was modified so that I can invoke the parser and update the ...
bcause's user avatar
  • 1,313
0 votes
1 answer
113 views

NetBeans: "Package as" uses IDE default platform instead of custom platform

So I've been messing around with the packaging feature that NetBeans offers, following this tutorial: http://platform.netbeans.org/tutorials/nbm-nbi.html. I didn't like how I had to modify the ...
Geoware's user avatar
  • 25
5 votes
3 answers
1k views

How to force netbeans html autocompletion to use double quotes instead of single quotes?

I am using NetBeans 7.3 and I like its autocompletion features. However in this new 7.3 version, when I type <script src= it creates automatically two single quotes like this: <script src='|'. ...
Frodik's user avatar
  • 15.4k
0 votes
1 answer
2k views

ZendFramework 2 - PHPUnit - command line works, NetBeans states "No tests executed"

I seem to have a slight problem with executing PHPUnit tests for own modules in the Zend Framework 2. OS: Mac OS 10.8.3 Zend Framework 2.1.4 PHPUnit Version 3.7.19 (installed via pear) PHP Version 5....
meberhard's user avatar
  • 1,835
0 votes
1 answer
287 views

Struts 2 #{} giving compilation error in Netbeans 7.3

I'm using Netbeans 7.3 and I've created a maven Struts 2.3 project. Everything else seems fine, except when I write in JSP something like this : <s:select list="#{'-1':'All Activity','0':'Posts ...
coding_idiot's user avatar
  • 13.7k
5 votes
3 answers
852 views

netbeans 7.3 - javascript autocomplete parameters

Since upgrading to netbeans 7.3, I got into a problem where netbeans does not automatically provide me the parameter names. For example, In the autocomplete pop-up, I will see a "methodA(param1,...
AbSoLution8's user avatar
  • 1,213
5 votes
1 answer
524 views

PHP-Netbeans: How to change formatting for multi-conditional if statements

I have the following Code: if( condition1 && condition2 && condition3 ) { // do something } And after having netbeans reformat it i get if( condition1 && ...
Alex's user avatar
  • 53
0 votes
2 answers
747 views

Netbeans/JavaFX Application Subclass Missing

When I create a new JavaFX application in Netbeans 7.3 (and choose "Create Application Class") no such class is created. Not even the package for it -- just an empty default package. I assume that I ...
user avatar
3 votes
1 answer
2k views

Netbeans 7.3: Error connecting to Git repository with SSH

I am trying to connect to a git repository on a remote server so I can edit the source code in Netbeans 7.3, but when I try to connect to the repository with my ssh private key to clone a repository, ...
Techman224's user avatar
1 vote
1 answer
2k views

Returning a random text field input

i'm pretty new to coding and i'm trying to make a program in java using NetBeans 7.3 (not sure if it really matters but better safe then sorry) to take the input from one text field that the user can ...
user2238229's user avatar
2 votes
2 answers
414 views

Change the {user} for a Maven project

I have added: <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> &...
OldCurmudgeon's user avatar
2 votes
1 answer
13k views

how to install zend framework 2 in netbeans 7.3 [closed]

I've installed the plugin php zend framework 2 in netbeans 7.3 But I can not create a zendFrameWork2 project ! How do I install zend framework 2 in netbeans 7.3 ? Thanks
Seiyed Farshad Mirshamsi's user avatar
0 votes
2 answers
2k views

Java loop to check for inputstream reader

I have a server and client.java which can send and accept a message both ways via input and output stream but as soon as there is a connection a message is sent and then the server closes its self, so ...
String.userName's user avatar
1 vote
2 answers
311 views

Netbeans 7.3 smarty in <script> tag

I want to use netbeans ide 7.3 for my project, but if i put some smarty tags/variables into tags, netbeans always highlighting as syntax error. How can i fix it? I cannot find any patch for this ...
Györkös Balázs's user avatar
1 vote
1 answer
327 views

Netbeans does not update my Netbeans-Platform application when I modify modules files

I'm currently having troube developing a Netbeans Application on a 7.3RC2 base : I have a few modules of my own, and when I run the application (from the module in netbeans), nothing appears to change ...
Benj's user avatar
  • 1,204
1 vote
1 answer
2k views

GlassFish Server works on Netbeans 7.2 but not on 7.3

I have just installed Netbeans 7.3. Prepared a sample web application. But Glassfish does not start. Error message is "....\nbproject\build-impl.xml:1036: Deployment error: GlassFish Server 3+ Server ...
nsumer's user avatar
  • 311
1 vote
3 answers
3k views

Netbeans 7.3 annoyances

I recently switched from Eclipse to Netbeans 7.3 and experiencing a lot of quirks and i'm wondering if anyone else experienced them and/or got a solution. Because of these 'problems' i'm considering ...
rwijngaa's user avatar
  • 192