Tagged Questions
It is the version 6.7 of Netbeans IDE for java application development.
7
votes
5answers
2k views
How to initialize google-code project in Mercurial
I have started a Mercurial based project on google code.
I have worked in subversion for sometime, but I am confused with what to do what in Hg.
I would like help on the following:
How do I ...
6
votes
2answers
2k views
Netbeans 6.7 PHP - How to highlight PHP Code in HTML files?
Is there any way to tell Netbeans to highlight PHP code in HTML files? I am using Zend Framework, where a lot of PHP code is included in the view files.
4
votes
3answers
2k views
Launch XDebug in Netbeans on an external request
I'm using Netbeans 6.7 and XDebug to debug a PHP site on my machine, launching the request from within Netbeans (Project->Debug). This works fine, and is very useful.
My question is: Is it possible ...
4
votes
1answer
2k views
Disable Netbeans automatic svn ignore?
How do I stop Netbeans from automatically svn ignore-ing ".swp" files?
I use Netbeans as my main development environment, but I often use gvim at the same time for quick edits. gvim creates ...
4
votes
3answers
286 views
A new version of Netbeans just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?
6.7 is out, and although going to the web and finding some .nbm-s and copying over a few update center URL-s isn't the biggest chore...it's still a chore.
Any tips for this? Is there maybe a hidden ...
3
votes
2answers
2k views
Is it possible to make the auto-complete in netbeans not depend on a key-combination?
Is it possible to make the code-completion on Netbeans automatic, like on Aptana or Visual Studio?
I've noticed that Netbeans can sometimes take a while to populate the list, so this might be asking ...
3
votes
1answer
881 views
Installing SwingX 1.0 to NetBeans 6.7.1
Has anyone successfully installed SwingX to NetBeans' Palette? I'm following the instructions in SwingX Wiki, but with some glitches:
The components appear in the Palette, but their icons won't show ...
2
votes
1answer
6k views
netbeans 6.9 UML support?
is there a simple way to have UML with Netbeans 6.9 or it's easier to roll back to Netbeans 6.7 witch worked great?
Thank you!
2
votes
2answers
514 views
how to configure quartz in netbeans
I have downloaded quartz scheduler.I wrote a program for generating random numbers for every 2 mins.I want to configure this program with quartz scheduler.I searched through the net but i am unclear ...
2
votes
4answers
353 views
2
votes
1answer
610 views
Weird System.out.print Behavior in Netbeans
I'm getting weird results from the System.out.print immediately below the Scanner declaration in the code snippet below. It seems like it's executing twice. I've debugged it and immediately after ...
2
votes
5answers
2k views
“Unable to resolve…” in NetBeans 6.7.1, Linux, C++
I am working with a small group on a C++ project in NetBeans.
For some reason, NetBeans is reporting things like "string", "endl", "cout" as "Unable to Resolve" even though the correct libraries have ...
2
votes
3answers
1k views
Cannot execute Java app on Vista Business - “Cannot find the main class… Program will exit”
I have written a Java GUI app (using Netbeans 6.7) requiring Java 1.6. I successfully run it on my XP PC and also my Mac OSX (10.5.7).
My client is running Vista Business, and cannot run the ...
2
votes
4answers
3k views
Problems creating a Java Mobile Application project
I have installed the Netbeans 6.7 IDE with Java ME included, but cannot create a Mobile Application project from the Java ME category. When I select the project type the wizard stops at "Finding ...
1
vote
1answer
29 views
Calling a web service
I have written a web service that seems to be running fine - I can call it using the Netbeans interface. I have also written another application that can call it fine while running inside the ...
1
vote
0answers
38 views
How to add code in mobile application build in netbeans
I have made a mobile application using net-beans, now i want to add my code in that application but its not working, this is my first mobile application please help me out.
1
vote
1answer
25 views
Netbeans Container deletion operation fails to perform properly?
I'm trying to delete a JPanel from my mailPanel under [FrameView] in Netbeans??! When I delete this JPanel it just deletes this from Inspector view, it does not unlink and delete all the components ...
1
vote
1answer
225 views
Netbean Cannot update Google App Engine server to appengine-java-sdk-1.3.2
I am using Netbean 6.7.1
I just update my google app engine plugin in netbean with Netbean auto update. I found out there is new app engine SDK. So i want to update my google app engine server to ...
1
vote
4answers
201 views
How to Add RSS code in JAVA
I want to add RSS feeds to my page.
And i am making a page in Servlet in netbeans 6.7.1
How can i add RSS code? I mean what lib and what specific code should i write?
-Sundhas
1
vote
1answer
202 views
Netbeans build process seems to rebuild all Jars each time
We have a project consisting of several modules (Netbeans projects).
When i tell Netbeans to compile one of the files in the top level module, it starts to check all modules depended on and builds a ...
1
vote
1answer
119 views
Netbeans 6.7.1: problem with macros
I find the macros feature, accessed via the red circle and the grey square in the toolbar of the source editing window, in Netbeans to be a rather nifty way of getting things done quick.
However, I ...
1
vote
2answers
201 views
The support for the development of java swing in Netbeans 6.7 and 6.8 isn't good?
when design
when run
when design and run
in netbeans 6.5 they are the same,
but int 6.7 and 6.8, as you see, they are different!
1
vote
2answers
5k views
How to create a dynamic report thorough jrxml?
Hey! I am working on jrxml to create dynamic re0ports. I have parameterized the columns i.e. the jrxml for that report can be used to generate other reports as well.
However, i have not managed to ...
1
vote
3answers
347 views
server side for mobile application in java me
Im making mobile application in java me and I want to have server side from where Ill get some information for the application (not to have much information in xml file in the application).
I dont ...
1
vote
1answer
130 views
Problem in getting attributes from webservice to servlet when the return type of operation in webservice is STRING []
I made a Webservice Operation whose return type is STRING []
Following is the code
@WebMethod(operationName = "authorize")
public String [] authorize(@WebParam(name = "Username")
String Username) {
...
1
vote
2answers
1k views
how to write javascript file in Netbeans IDE 6.7.1
i am new to Netbeans, i created the web project,
now i want to write javascript for one html page,
how should i write,
1
vote
1answer
369 views
“Missing Body Element” with the Visual Web Pack on Netbeans
I am currently having an issue with the JSF pages that the Visual Web Package for Netbeans 6.7 generates.
When I generate a new page it produces a page with the following JSP code:
<?xml ...
1
vote
1answer
46 views
Anyone have a simple template for creating a new syntax highlighter for a Netbeans Editor?
I'd like to throw together a basic Netbeans editor with syntax highlighting for a non-standard database language.
Initial target: highlight a set of reserved words and standard C multi-line comments.
...
1
vote
1answer
7k views
How to install glassfish into netbeans
Glassfish had already been installed into Netbeans. But I forgot the password and username. (It wasn't admin, adminadmin) So I reinstalled to desktop. I followed glassfish configuration After that I ...
1
vote
4answers
695 views
Open Implementation (type hierarchy) functionality in NetBeans?
When I have Java code like this:
someInterface.someMethod();
how do I get Netbeans to show me which classes have implementations of someMethod() (not the interface).
In Eclipse this is done with ...
1
vote
6answers
4k views
Netbeans manifest
Is it possible to add entries to the manifest.mf file of jars generated by netbeans?
to build an osgi bundle for instance.
1
vote
1answer
1k views
Python plugin in netbeans manually
Can install python plugin in netbeans 6.7 manually (without Tools/Plugin) ?
if yes (with .nbi package ) which url can use ?
1
vote
1answer
928 views
netbeans 6.7 maven code coverage
How can I configure netbeans 6.7 to enable code coverage for maven2 projects?
I tried tinkering with the following http://sharebear.co.uk/blog/2009/01/21/code-coverage-maven-projects-netbeans/ though ...
1
vote
2answers
392 views
Netbeans Version Control File Color Codes?
I'm trying to find a legend that can help explain the different colors Netbeans uses to describe the state of a file.
In my project, some of my files are:
grey
blue
green
[colors I have yet to ...
1
vote
4answers
3k views
How to change the Dimensions of the Applet Viewer in NetBeans 6.7
I was waiting for the stable release of Netbeans 6.7 before starting to use it for my Java Programming.
I would like to how to change the Dimensions of the Applet Viewer in NetBeans 6.7.
When ever i ...
0
votes
0answers
2 views
gwt-maven netbeans6.7
I am trying to debug gwt client-server aplication using Netbeans6.7. I am getting this warning:
[WARNING] Your POM does not match your hosted webapp WEB- INF/classes folder for GWT Hosted ...
0
votes
1answer
34 views
Where to add txt file as resource in Java web app, when using Netbeans?
I want to add a text file as resource in a Java web application. I am using Netbeans as IDE.
I want to keep a file in a folder such that I can directly refer the file rather then a ABSOLUTE path.
...
0
votes
1answer
112 views
How to install Jira Plugin on Netbeans without access to the internet
I am planning to install Jira plug-in for Netbeasns 6.7.1 on a set of workstations. Unfortunately, these workstations are not connected to internet, therefore I cannot use the Netbean’s plugin ...
0
votes
0answers
39 views
Inter object interaction (targeting FrameView) in Netbeans 7 environment?
I've created a "Java Desktop Application" in Netbeans 7! In the project Netbeans auto-generates a class called [ProjectName]App where the actual [ProjectName]View class is launched. As you may know ...
0
votes
1answer
39 views
Access two services methods from one controller in hibernate and Spring MVC
I am stuck with access 2 services methods from one controller. I want to create a Task but same time I want to create new Role and assign its auto increment id to Task's roleId(foreign key). It is a ...
0
votes
0answers
54 views
Why can't I install plugin for android development in netbeans?
I'm using netbeans 6.7.1.
I followed the instructions from here to install the plugin for android development.
I've riched into the step where I should choose 'Android' in “Availalble Plugins” ...
0
votes
0answers
23 views
How to Start tomcat (that registered into netbeans) with netbeans configs outside netbeans?
I want start Apache tomcat7 server outside the netbeans7.0 with all netbeans configs for my project and server configs that configured by netbeans!
Thanks for any guidance.
0
votes
0answers
146 views
how to fix Javax. Naming.exception: nameNotFoundException <my_JNDI_name> not found
I got this exception while trying to deploy ejb-jar file on a glassfish 2.1 :
Javax. Naming.exception: nameNotFoundException not found.
This drive me to be crazy !!!
I don't know why i got this ...
0
votes
2answers
40 views
if we update jdk then what action needed for previously installed netbeans
if we update jdk then what action needed for previously installed netbeans??
0
votes
2answers
106 views
using old port after chaging domain.xml
I am using Glassfish V3 which comes with netbeans only , as there are few servers running on my pc , i have changed the port from 8080 to 8787 of glassfish v3 by altering domain.xml
...
0
votes
0answers
47 views
how to code and design in netbeans
I have designed a form in netbeans for my project. i want to write code for it and i am not understanding where to write it to make form work
0
votes
0answers
189 views
mysql netbeans database connectivity
i want to add a row into a database table in mysql named issuedrugs_tbl but in my code i get the following error at the code lines
db.stmt(sqlStr);
db.stmt.close();
...
0
votes
1answer
506 views
Another Netbeans issue | cannot find symbol method, but correctly declared
this has been a crappy day, besides the IDE not compiling/deploying because of this bug and waisting valuable time, I finally get it to deploy it suddenly I start getting this weird message (after ...
0
votes
3answers
556 views
adding button to the cell in Jtable in netbeans
How to add button in the cell of Jtable in netbeans???
0
votes
1answer
29 views
how can I clean the line between two points in a panel
Hi
I have a panel that you can put some points one it and by clicking on a button ,lines will be drawn between points.also there is a button that when you click on it ,all lines will be deleted and ...