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
0
votes
1 answer

Action and Name

I'm currently on NetBeans lessons on how to create Java programs with GUI. I've noticed in several GUI controls the text field and the combobox, the "Action" and the "Name" properties are always present. What is the purpose of these properties and…
ryndgmn
  • 17
  • 5
0
votes
0 answers

Why NetBean IDE 7.3.1 and 8.0 always stop working?

I've always got errors not responding or stop working while I coding on NetbeanIDE 7.3.1 or 8.0. My computer capacity: Ram:4Mb, CPU:COI5 2.60GH hardesk:1Tb Do any body have any solution or I have to stop using IDE forever?
hengsopheak
  • 401
  • 8
  • 27
0
votes
2 answers

Symbol error in java application using netbeans 6.8 when adding a shared project to library

I have a project which has shared functionality between three other projects and have linked these to existing projects as I normally would using the add project functionality of the libraries folder. This all used to work however when I started up…
Malachi
  • 33,142
  • 18
  • 63
  • 96
0
votes
1 answer

Netbeans code formatting issue

For some reason the Format command (Source->Format) in Netbeans 6.8 is not representative of my configuration in Tools->Options->Editor. Is there something special I have to do to have my Editor options reflected in the Format command? Thanks.
Alex Wood
  • 821
  • 3
  • 12
  • 27
0
votes
1 answer

How do I set up Scala plugin for NetBeans to copy the Scala runtime library?

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:…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
0
votes
1 answer

How to disable code completion in NetBeans on Ruby

How do you disable code completion in NetBeans on Ruby?
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
0
votes
1 answer

NetBeans 6.8 doesn't detect installed Rails on Ubuntu

I use Netbeans 6.8 with Ror. If i click "AutoDetect Platforms" , IDE detect Ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux], but when i try to create RoR project, it says that Ror not detected.What could be wrong?
Sibirman
  • 39
  • 6
0
votes
1 answer

In Netbeans 6.8 cant find org.netbeans package

I have netbeans 6.8 with java ME platform setup on my ubuntu 9.10. My code requires the package org.netbeans.microedition.lcdui which is either not installed or not in the path. Surprising this runs perfectly in netbeans 6.8 on windows on my…
Nullpoet
  • 10,949
  • 20
  • 48
  • 65
0
votes
1 answer

STL namespace problem in Netbeans 6.8 on AIX

I'm trying to use NetBeans 6.8 on an AIX OS for C++ development. I continue getting an error message for: using namespace std; even after adding the includes for the STL via options -- c/c++ -- code assistance The error says: "Unable to resolve…
0
votes
1 answer

Using Windows header files within Netbeans 6.8

I'm trying to make an windows application within Netbeans. When using Visual studio it is no problem to use files like tchar.h I have receaved a basic file structure containing those and I'm trying to get them to work on Netbeans IDE but it seems…
0
votes
3 answers

netbeans 6.8 and zend framework

I installed Netbeans 6.8 but in the PHP framework list it does not show Zend framework. Do I need to configure it? How do I do that? Same this one : http://blogs.oracle.com/netbeansphp/entry/zend_framework_support_added
ulduz114
  • 1,150
  • 6
  • 21
  • 37
0
votes
1 answer

Help me configure Spring-2 in netbeans6.8 step by step

Can Ony one help me to configure Spring2.0 and netbeans 6.8 step by step and also give me small demo example Thnks.
Dilip Godhani
  • 2,065
  • 3
  • 18
  • 33
0
votes
2 answers

Why Java Jbutton is not calling JFileChooser correctly?

The following code was generated automatically by Netbeans 6.8 Mac version public class fileBrowser extends javax.swing.JPanel { /** Creates new form fileBrowser */ public fileBrowser() { initComponents(); } /** This method is called from…
M. A. Kishawy
  • 5,001
  • 11
  • 47
  • 72
0
votes
1 answer

Following the netbeans 6.8 JSF tutorial, form not displaying

As per title. I'm following the JavaServer Faces 2.0 tutorial (found here) - search for "To declare these components" to find roughly where I'm at. Everthing works up until a certain point, however when I'm told to comment out the html form…
alex
  • 1
  • 1
0
votes
0 answers

Watermarking dynamically created pdf's in google app engine

How can we watermark dynamically created pdf's in google app engine using Java/Netbeans? GAE does not support FileOutputStream. I tried PdfStamper but it doesn't support FileOutputStream. servlet code is below protected void…
namita
  • 1
  • 3
1 2 3
11
12