Hello.
I have one problem I've been dealing with for this week. You see, I'm new to Java, so that's probably it...
Anyways, I've started a project out of pure curiosity. I had it done in Java, but in plain CMD-style, which is not very pretty. It calls one of my ten programs, chosen by the user using "Case". Eg.: If you type 1, it will ...
One Feature I miss from Eclipse are Save Actions for autoformatting. Any way to have the same in Netbeans?
...
When running Ruby code on NetBeans (like when running the tests) I'm having some failures because a program is not being found. That program is installed somewhere in /opt and while for the shell I get that added to my PATH, it seems NetBeans is not getting it.
How do I specify the PATH in NetBeans?
...
I have followed the instructions on the googlemaps website but I'm unable to get
any maps to show (attempting example 1 and 2)
I did the following
Added jar to web-inf/lib, included it in my jsp using the taglib
declaration (This should be correct since my IDE netbeans now
recognises the tag and makes it bold when used)
I then added t...
When I try to run the netbeans profiler on my app engine project it says:
runserver-profile:
[java] Error occurred during initialization of VM
[java] Could not find agent library in absolute path: C:\Program
BUILD FAILED
Target "Files\NetBeans" does not exist in the project
I'm not sure if this is because its an app engine p...
hi i wonder if there are some GUI softwares to administrate a svn repo?
or do you actually have to log into the ubuntu server with ssh and use all the svn commands to copy the trunk to a branch, merge the data back and forth, copy to a tag, delete and so on.
im using netbeans in mac. i think it's only handling the communication between...
In NetBeans when you go to Navigate -> Go to File you can search for files by filename. Is there a way to instruct NetBeans to ignore some files. It's picking lots of files from a tmp directory in my project which I never intend to open and it's just noise.
...
I am trying to use NetBeans to bind a JTextField to the selected element of a JTable.
The JTable gets its data from an AbstractTableModel subclass which returns Cow objects. At present, each Cow object is displayed as a String through its toString method.
I am trying to bind the text property of the JTextField to the name property of ...
How do you disable code completion in NetBeans on Ruby?
...
Hello,
I have been working with the clamshell mobile phone emulator for netbeans. I recently have tested a simple bluetooth application and got an Out of Memory erorr. Is it possible to up the amount of memory the emulator can use?
thanks!
...
For no apparent reason all my Swing GUI forms using components linked to org.jdesktop.beansbinding.Converter started generating errors when trying to open the Design View:
Error
Error in loading component property: [JPanel]->filterTextField->converter.
Cannot load property type class org.jdesktop.beansbinding.Converter.
The property can...
I use Netbeans 6.7 to develop Java servlet. It defaults to port 8080. How do I change the port number to 8083 for example?
...
When creating a new project in netbeans, if i select JAVA Desktop application, it creates some code which I DO NOT RECOGNISE AT ALL as what i had learnt in swing.
It imports packages such as :
org.jdesktop.application.SingleFrameApplication;
also, the declaration for main() looks like this :
public static void main(String[] args) {
...
I just finished the Netbeans introduction to Hibernate tutorial ( http://netbeans.org/kb/docs/web/hibernate-webapp.html#01 ) and I am getting the following error:
"This page calls for XML namespace declared with prefix br but no taglibrary exists"
Now, I have seen a similar question somewhere else:
http://forums.sun.com/thread.jspa?thre...
im using netbeans with svn.
i've checked out a project and then i used "copy to..." and chose to copy the trunk to a branch. i deleted the working copy of the trunk and checked out the newly created branch into a working copy and made some changes both in the trunk and the branch.
now..how do i update the branch with the new data of th...
im using netbeans for svn.
i open a project in netbeans and then i import it to a svn repo.
it seems that although im only importing the project folder, svn creates .svn folders in all folders within this project folder.
why is that? i thought that i was only creating .svn folders to checked out projects, not imported ones?
now this ...
Hello All...
I have gone through with the tutorial documents for blackberry development.
At every place they have showed the features with eclipse plugins.
So, I would like to know that which are the tools I need to download If I want to start development using NetBeans 6.8 (or 6.5) ? And what is the procedure to do so ?
Thanks in ad...
I have a PHP project setup in Netbeans (v6.8) where all the PHP files are on a remote server and in a single directory. Whenever I save files locally they are updated on the remote server via SFTP.
I now need to edit a remote JavaScript file to add some jQuery logic but the file is located within a different directory on the webserver....
I'm trying to develope a soap web service that has to access a mysql db.
I have to replicate an existing service, so I created all the stub object from it's wsdl file
Netbeans created all the necessary stuff for me (new, web service from wsdl), it works ok...
Now I'm trying to use JPA to load all those objects from the database.
So f...
Versions: NetBeans 6.8, Scala Kit 0.16.1
When I compile my project, I get the following output:
init:
deps-jar:
Compiling 2 source files to F:\MyProgramming\NorvigSpellChecker\build\classes
compile:
Created dir: F:\MyProgramming\NorvigSpellChecker\dist
Building jar: F:\MyProgramming\NorvigSpellChecker\dist\NorvigSpellChecker.jar
Not co...