netbeans

NetBeans + Mercurial + SSH = Endless Pull/Push

I have well working Mercurial. I can push/pull through cmd commands. But in NetBeans push/pull lasts forever. I've tried to push to BitBucket over http and it worked. But the same thing over ssh didn't. And the same ssh push with 'hg push ssh://...' worked. What's wrong with NetBeans? It may be some option i should change or smth. ...

Unicode problem in NetBeans 6.7.1

When I type any text on Georgian language. NetBeans shows it like question marks. I'm using Windows7(georgian keyboard). I've also tried in Eclipse, but there is no such problem (everything works fine). Then I've tried to open my Eclipse project folder in NetBeans with some html files and the question marks appeared again. (The html fi...

Debug error in NetBeans

I am running a C program in NetBeans (cygwin on windows). Generally for all C programs I have run in the past, while debugging, it stops and shows the line number of segmentation fault. But for this particular program, it does not show the line number and just stops and in the output tab, it shows prog stopped by SIGSEGV. I have tried co...

build.xml in Java project

Hi, I am new in Java and I need some information. What is file build.xml? I mean I have a university project which I should extend. It contains also a build.xml. I was wondering if it is a possibility to import this project in eclipse or netbeans using this build.xml. I tried to import the project but I get some errors since one part is ...

Smarty plugin for NetBeans

I am looking plugin for work with Smarty in NetBeans. I need coloring of my code and normal syntax analysys. I could find only this plugin: Smarty Editor, but I could not make it work. Can you tell me about another plugin for Smarty or teach me how to install SmartyEditor? Edit: I use Windows XP SP3 ...

JSF/JSP mixing problem

In an simple web application I have to combine jsp with jsf (for a school assignment). I am using NetBeans 6.7.1. In my login page I have the following code: <html> <body> <form name="form" method="post" action="processuserinfo.jsp" > UserName: <input type="text" name = "username" value=""><br> Password: <input type=...

How do I fix my NetBeans + PHPUnit integration?

On NetBeans 6.7.1 with PHPUnit 3.4.1, If I try and run the test I setup in NetBeans it errors out and can't execute the test, here is the output: PHPUnit 3.4.1 by Sebastian Bergmann. The --log-xml option is deprecated, please use --log-junit instead. Argument #1 of PHPUnit_Util_Fileloader:checkAndLoad() is no existing file The test ...

How to reduce Netbeans' memory usage?

When using netbeans to edit a PHP project, the IDE can (over time) use 400+ MB of memory. Is there any way to turn off certain features or other tricks to reduce its memory usage? ...

Is it possible to get HTML tag autocompletion in Netbeans IDE?

I just installed Netbeans 6.7 for Ruby and one of the things that bugs me is I have to type both the opening and closing HTML tags even though it seems to recognize that I have completed the opening tag. Is it possible to configure it to automatically type the closing HTML tag for you, as some other IDEs do? ...

Jaxb Support for Netbeans 6.5

I have not been working on java for a long time, and now I am back; so I am sort of noob, particularly with Netbeans. I am using Netbeans 6.5 on Ubuntu. I want to use the Jaxb support to generate Jaxb binding from an XML schema, as documented at http://wiki.netbeans.org/NB6JAXBSample1 . But the document asks to click on "On Project node,...

Manually generate EJB client jar with Sun Application Server 8.2 / Netbeans project

I have a netbeans / Sun Application Server (Some EJB use) project which we've been building manually and now trying to move to an automated system. Software Used: Netbeans 5.1 Java 1.5 Sun Application Server 8.2 Netbeans used Ant so taking the actual build process out wasn't that complicated except for the EJB part. The normal buil...

Netbeans project in Eclipse

Hello, I am Java beginner. I have developed only two Java desktop applications and I use Eclipse as IDE. Right now I wanted to work on this project https://nbjfuguesupport.dev.java.net/ All code is in Netbeans. I suceeded to import all libraries that are used in source files in eclipse, and I have no errors showing in code in Eclipse. T...

Netbeans generated code

I have a netbeans project that I imported into eclipse. When I use my code formatting style in eclipse, it breaks the auto generated code in Netbeans. The code is similar to the following. private void customActionPerformed(java.awt.event.ActionEvent evt) {// GEN-FIRST:event_customActionPerformed // aaa }// GEN-LAST:event_customAc...

Incremental deployment with JBoss

Can I have incremental deployment with JBoss AS? Currently, the only reasons I pay for a MyEclipse license is their "Smart Deployment" feature where if I make a small correction to a JSF page, I don't have to redeploy the whole app, but instead my IDE syncs the change. Why isn't there something similar to NetBeans??? ...

How to run all JUnit test cases from NetBeans?

Hi, I have created several files with unit tests on existing classes in NetBeans project. I used menu "File/New file/JUnit/Test for Existing Class" to create test files. I can run one file with unit tests by right click on it and select "Run File". But I want to run all files with unit tests. How can I achieve this in the simplest way...

How to use RaVis Library? Some ideas?

I'va been monkeing with this lib : Ravis. It a librari on .swc, someone know how to use or configure this library on NetBeans 6.5? I use Windows XP and Vista! Thanks to all ...

Strange error with debugging and filestream in c++

Hi to all, the program I am working on has a function to read some parameters from a text file basically looking like this: void ParamSet::readFrom(const std::string filename){ std::ifstream infile(filename.c_str()); std::string line; if(!infile.is_open()) throw(20); /* ... read stuff ... */ infile.close();...

How do I mix JVM based languages in a single Netbeans project?

For example, is it possible to have Scala, Java, and Clojure source all compile/build together properly inside the same project? Or, do I have to do them as separate project libraries then used by whatever I pick as the "master" project? If neither of those, how's everyone else doing it? ...

NetBeans:JasperReport Exception

I'm working on a project that needs Jasper reporting, I have used the code fragment mentioned below to view the report in NetBeans 6.1 (the report is originally generated and compiled using iReport 3.6.0),my requirement is to print this report using a simple Swing application. Code fragment: public class JasperCheck { public s...

netbeans editor loses focus on editor and gives it to the menubar

Hi all, I am newbie of using Netbeans and i have Netbeans 6.5 on XP. So, here is my problem: when i am working on Netbeans and switch to an another task and then come back later, editor of the Netbeans losts the focus and the menubar gains it. I don't want to press ALT key again to re-focus on the editor. I made some search on help con...