Questions tagged [netbeans6.8]

It is the version 6.8 of Netbeans IDE for java application development.

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Groovy, C, C++, Scala, Clojure, and others. The NetBeans IDE 7.0 no longer supports Ruby and Ruby on Rails.

The NetBeans IDE is written in Java and can run anywhere a JVM is installed, including Windows, Mac OS, Linux, and Solaris.

175 questions
3
votes
3 answers

JSpinner without negative values

I'm building a small application in netbeans,I use a JSpinner component to set the quantity of a product.How can I set the spinner to take only positive values?Is there a choice inside Netbeans that I can set or a method for the…
giannis christofakis
  • 8,201
  • 4
  • 54
  • 65
3
votes
1 answer

how to see console output in netbeans ide 6.8

i have a servlet i want to see output on console,my servlet is running if i replace System.out.println with out.println protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { …
coder25
  • 2,363
  • 12
  • 57
  • 104
3
votes
4 answers

RuntimeError (Please install the jdbcmysql adapter: `gem install activerecord-jdbcmysql-adapter` (no such file to load -- java))

My Rails server worked well through normal development scripting and I planned to use Netbeans for Rails. When I started my existing project with Netbeans and restarted my Webrick server, It shows error RuntimeError (Please install the jdbcmysql…
Palani Kannan
  • 1,613
  • 2
  • 18
  • 29
3
votes
4 answers

KeyPressed event

I'm trying to learn something about GUI, using NetBeans6.8, starting with the GUI section in The java tutorial. There is a simple exercise for a Celsius-Fahrenheit converter. I want that to have two TextFields, one for Celsius and one for Fahrenheit…
Metz
  • 675
  • 1
  • 9
  • 17
3
votes
5 answers

How do I distribute a JOGL application?

I've written an application the builds fine on my machine but when I move it to another machine the dependent JOGL libraries cannot be found. Is it possible to create a build that sets up all the required JOGL files so that you can distribute your…
James Bedford
  • 28,702
  • 8
  • 57
  • 64
3
votes
1 answer

Jboss Error-Cannot process metadata

I'm trying to implement stateless session bean ejb3 in jboss5 using netbeans6.8 as a editor. When I tried deploying my application, I'm getting the following error. What is the issue with this? 17:45:04,901 ERROR [AbstractKernelController] Error…
Developer404
  • 5,716
  • 16
  • 64
  • 102
3
votes
3 answers

xdebug in netbeans won't bind to port 9000

I've been trying to configure xdebug to work along with netbeans, my current configuration is [xdebug] zend_extension="C:\binaries\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll" xdebug.remote_enable=on xdebug.remote_handler=dbgp…
allenskd
  • 1,795
  • 2
  • 21
  • 33
3
votes
1 answer

NetBeans and Tomcat Virtual Hosts

Let me start out by saying that I am new to Java/JSP web development, so I may have totally missed something simple. If so, I apologize for it in advance. Basically, what I am trying to do is setup local development sites in Tomcat as a separate…
Jason Watkins
  • 1,705
  • 5
  • 18
  • 30
3
votes
1 answer

MIMEParsingException in REST

I have a question about MIMEParsingException. I use Java EE 6 with NetBeans 6.8. I write a simple REST web service in Java to print "hello world", it runs well. Then I write a REST web services client (Java Main Class) to test REST : public class…
wonder garance
  • 329
  • 1
  • 6
  • 14
3
votes
1 answer

What PHP Netbeans IDE configuration results in more productive development?

For example I use Netbeans for PHP and have started to integrate PHPUnit & XDebug as part of my normal setup. What other plugins/modifications to Netbeans default setup can be more productive and useful. Thank You
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
3
votes
1 answer

Using netbeans as IDE for Python

I am about to embark on learning Python (largely for the purposes of using it as scripting glue between my applications). I use Netbeans (6.8) on Linux for both my C++ and PHP development work. Ideally, I would like to use the same IDE for Python -…
morpheous
  • 16,270
  • 32
  • 89
  • 120
3
votes
5 answers

Adding more source folders to a NetBeans PHP project

Is it possible, with or without plugin, to add more source folders to a PHP project, just like in a Java project? I have downloaded and tested the Java version of NetBeans, and there is clearly possible to add more source folders. But not in the PHP…
Atmoz
  • 31
  • 1
  • 3
3
votes
2 answers

Can NetBeans auto-build java free-form (Ant) projects?

After every save I need to right-click on the project in the project browser and click on build. Is there a way to configure NetBeans to auto-build the project when I save a file?
ufk
  • 30,912
  • 70
  • 235
  • 386
3
votes
4 answers

NetBeans is not debugging correctly after I copy sources

Dunno why this happens... Ok here is the situation: I have a nb project on my laptop. I have the same project on my desktop. I copy the sources (not the entire project) on the desktop, overwriting the desktop sources. Everything cleans and builds…
gotch4
  • 13,093
  • 29
  • 107
  • 170
3
votes
4 answers

how I integrate TortoiseSVN with the netbeans6.8?

how I integrate TortoiseSVN with the netbeans6.8 ?
Tushar Maru
  • 3,347
  • 10
  • 34
  • 53
1 2
3
11 12