In NetBeans, there's a new hint that says: Thread.sleep called in loop.
Question 1: How/when can it be a problem to sleep in a loop?
Question 2: If it's a problem, what should I do instead?
UPDATE: Question 3: Here's some code. Tell me in this case if I should be using something else instead of Thread.Sleep in a loop. In short, this i...
Whenever i load NetBeans 6.9 (similar errors happend on previous versions also) then i let netbeans finish scanning my projects and once it's done i try to run a profile which points to a class with a main method, Netbeans always says main class not found, even though it shows up in the list of classes once the error pops up.
If i selec...
I installed a new hard drive with JDK 1.6.0_20 and Netbeans 6.9.1. I copied an existing Netbeans project from the old drive and imported it into NB 6.9.1.
Now it is suddenly creating output files and writing Log4J .log files in the c:\windows directory instead of the project directory.
I created the test class below outside of NB to se...
Maybe it's the wrong place to ask this kind of question, but I am giving it a shot cause stack's probably the best place to have an answer for other programmers. So, it there any third party or netbeans plugin that can be substitute of jindent, a tool to structure our code?
...
Hi, What is the difference between Server Library and Class library in Netbeans?
...
Hello,
I would like to generate Eclipse Java Project with my Java program. When I click a button: it will generate an eclipse project with the parameters I specified (source path, library, ...)
My questions are:
is there a way to do that ? and how ? (api).
it is possible to generate Net-beans project too ?
Best regards,
Florent
...
Hi, everybody.
This is a question about Netbeans. In the Tasks panel, can I select some similar errors and fix them all? I remember doing this in eclipse.
For example, I have a lot of warnings about not using String concatenation with a StringBuilder, and Netbeans is capable of fixing those errors replacing the String concatenations wi...
I am trying to run(emulate) a simple midp2 j2me application in netbeans(6.8) in ubuntu 10.04. It is building fine , with no errors, but when i choose run , it gives "http server is not running.start it first" error.
I am able to successfully build and run it using the java wireless toolkit. But using Netbeans would be easier.
...
Hi,
I've just installed NetBeans (6.9.1, PHP specific download, WinXP) and im running into some include path issues..
When I run a project file via the PHP interpreter (localhost/xampplite) and checking the result in the output window I get these include errors saying the file is not found within the include path (include_path=".")
Wh...
Is there a way to change the default java debugger in NetBeans 6.8 ?
After a few hours of work ( not debug! ), debugging becomes really slow! It takes minutes for the variables to load. ( the machine i am using is not that weak ).
Cheers, Ivan
...
Im desperately trying to remove subversion bindings in my netbeans project but I cant work out how to.
I've tried to copy the files to another directory but the original svn bindings stays intact from the original source. Its hopelessly annoying!
Please help!
Thanks!
...
In netbeans I was looking for a hibernate javadoc option (the code completion is working properly but I was looking for the description of the functions).
I got one JAR file for Hibernate Javadoc : hibernate-3.2.2.ga-javadoc.jar but couldn't find a way to include this and make it work in NetBeans. I included the jar file in the Javadoc...
error while loading shared libraries: libCstd.so.1: cannot open shared object file: No such file or directory.
Hello! I got this error when I tried to run a C++ project in Netbeans 6.8 with the Sun compiler from Sun Studio 12.1. I want analyze memory leaks and memory usage with dbx or the NetBeans IDE if it retrieves needed information....
I'm creating a new project in Netbeans 6.9, and it's asking me for a Project Location and a Project Folder. What is the difference between these?
...
I am thinking to try developing web using Scala-Lift framework. I have installed Scala 2.8, Netbeans 6.9, and Scala Plugin for Netbeans on my Ubuntu 10.04 machine. Since I am really new to Scala and Lift, I wonder if there are any good Scala-Lift getting-started tutorials specific to my development environment.
Thanks you in advance.
...
Hello,
I am using NetBeans while using python. In NetBeans, i have class like this:
class Test:
Var = 'Val'
In python i can access this Var variable with this (using Test class for ENUM):
print Test.Var
NetBens does not auto complete after dot(.). But whenever i instance Test class, it auto completes. Here is example.
test = Te...
Hi All,
I've been using Netbeans for a while, but can't find a good way to manage SVN modules that contain only "static" files. Specifically modules that aren't compiled etc. Examples are database scripts or shell scripts that help manage deployments.
Right now what I've done is checked out the module from SVN (ie http://svn/db/trunk),...
I've got a file named Vagrantfile and it's a ruby file but it cannot have the .rb at the end of the filename.
Is there a way to tell Netbeans that it's Ruby file?
...
does there exist html plugin in netbean?
...
Hi,
I need IDE for remote debug. Local host on Windows xp and remote is on Linux.
I doubts between Eclipse and netBeans EDE.
Can anyone give me advice with that?
...