Questions tagged [netbeans6.7]

It is the version 6.7 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.

87 questions
0
votes
2 answers

ejb testing issues with netbeans and openejb

I have created a netbeans 6.7 EnterpriseApplication project with ejb and war modules with a test stateless session ejb with a simple sayHello() method. I also added the openEjb library in order to unit test the ejb. Everything runs fine except that…
SibzTer
  • 1,737
  • 4
  • 14
  • 18
0
votes
1 answer

Monitoring Java Heap Space in Netbeans

I want to monitor my Java Heap Space. Since i got the infamous Java Heap Space i raised the heap space. But i want to monitor how the need of space from my Application is. Additional Info (not sure if it is needed): -Using Netbeans for creating…
bastianneu
  • 2,059
  • 2
  • 18
  • 31
0
votes
1 answer

In NetBeans, is it possible to reattach .form and .java files?

Somehow, my .form files and .java files for my GUIs built with the NetBeans GUI editor became detached and now appear in my project as two separate files. I'm not sure why this happened or how to correct it, but until it is corrected, I am not able…
Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
0
votes
4 answers

Is there a good Perl project plugin for Eclipse Galileo or NetBeans 6.7?

I tried to use Perl Editor and IDE for Eclipse, but I get failures on installation, and I haven't found anything for NetBeans other than a syntax highlighter (no way to execute or debug Perl from within the IDE and no way to make a Perl…
Thomas Owens
  • 114,398
  • 98
  • 311
  • 431
0
votes
1 answer

Persistence.xml

When i follow restful project in netbeans then i get the error. SEVERE: Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare method java.lang.RuntimeException: java.lang.ClassNotFoundException:…
Iguramu
  • 2,080
  • 5
  • 26
  • 30
0
votes
1 answer

Getting Tomcat to play well with Netbeans 6.7 on Linux

I have an external Tomcat server configured to run J2EE applications on my development (Gentoo Linux install) machine. This works great if the server is started prior to opening Netbeans and deploying the code [within the IDE]. This fails when I try…
monksy
  • 14,156
  • 17
  • 75
  • 124
0
votes
1 answer

Gwt multiple entry point and NetBeans 6.7

I want to make an homepage with GWT that let the user log in and then I want to redirect the user to another page, that will show a table or something else (the real part of the webapp). This will also be entirely coded with GWT. Now, I'm…
Raffo
  • 1,642
  • 6
  • 24
  • 41
0
votes
2 answers

Eclipse behavior in Netbeans

I love Netbeans but there is one thing I really like about Eclipse that I can't do in Netbeans: If I have started a function that takes a string i.e. someFunction("Some string here") Both netbeans and eclipse will autocomplete the ending…
Brandon G
0
votes
1 answer

How to create an object diagram with Netbeans 6.7.1 and UML Editor?

I haven't found an apropriate diagram type to make an object diagram. I'd like to visualize my object graphs in the application, rather than class inheritances. Currently I do that with "class diagram" but of course that's not really fine because it…
HelloMoon
0
votes
1 answer

How to make fonts in Netbeans UML Editor smaller?

On my mac OS 10.5, in Netbeans 6.7.1, the fonts in my class diagram look very chunky and huge. Can I set the font sizes globally somewhere? I'd like to make them all smaller.
HelloMoon
0
votes
2 answers

Running Rails Application on netbeans 6.7 error

i was upgrading my Netbeans 6.5 to Netbeans 6.7 and i open my rails application which built on Netbeans 6.5 and i run but it doesnt working , said : java.lang.NoClassDefFoundError: org/jruby/Main Caused by: java.lang.ClassNotFoundException:…
Ahmad Ramdani
  • 208
  • 4
  • 14
0
votes
2 answers

Using NetBeans IDE 6.7 with J3D's Canvas3D Container

I keep telling myself that this should be simple, and yet I'm completely lost. Let me start by saying that I'm new to NetBeans IDE, and that I am using it out of necessity. I don't really know much about it yet. I have successfully designed my main…
Zachary Murray
  • 1,220
  • 9
  • 16
1 2 3 4 5
6