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

netbeans giving error when i tried to deploy servlet application?

i am using netbeans 6.7.1 and apache tomcat server 7.0 but when in tried to deploy my servlet application it gives following errors Deployment is in…
Badr
  • 10,384
  • 15
  • 70
  • 104
0
votes
1 answer

Unable to deploy in Netbeans 6.7.1 and Glassfish v2.1.1

I am trying to deploy a simple WebService in Netbeans 6.7.1 and Glassfish v2.1.1 and am getting the following error. I am using GlassfishESBv2.2 and windows 7 machine. I have tried googling and implemented things as shown…
La Va
  • 1
  • 2
0
votes
2 answers

NetBeans Platform 6.7 does not run on Java 1.5

I have also posted this question on the netbeans forums - hoping for maximum exposure. I am developing an application using NetBeans RELEASE67 and maven-nbm plugin. I use Java WebStart to deploy. My users have a mixture of java 1.6 and java 1.5 My…
Ben Hammond
  • 705
  • 1
  • 7
  • 20
0
votes
1 answer

Can't figure out how to use db:seed for rails in netbeans

can't seem to get my seeds.rb file to run through the command "rake db:seed". I'm using netbeans and I'm a beginner to rails, so I could be doing something really simple and stupid =/. I know you're meant to put your seeds.rb file in the db…
0
votes
1 answer

How to show Java dynamic table in main form instead of new generating form

I am trying to display a java table on particular event like, when I click button. It makes a DB connection, gets data, puts it into the table, and shows the table in new window. But I want to display that table in my main form, i.e. itself button…
0
votes
1 answer

Why doesn't my JavaBean icon display?

I'm using Netbeans 6.7.1 on Windows Vista, I've got a JavaBean component that works as it should and this has an associated BeanInfo class where I've set Icon 32x32 Color property to a 32x32 gif file located on the classpath. I've also set the 16x16…
blank
  • 17,852
  • 20
  • 105
  • 159
0
votes
3 answers

Problem in executing a built jar file in netbeans

I've just made a game in netbeans. The Problem is that after builting the game. I'm not able to execute the jar file and getting the exception: Failed to load Main-Class manifest attribute from Game.jar What to do???
Mahesh Gupta
  • 925
  • 2
  • 10
  • 25
0
votes
1 answer

Netbeans 6.7 freezes on launch after crash. Any hints?

My wonderful corporate Dell crashed when "hibernating", and now NetBeans freezes when launching. (It displays the full interface, and starts "Scanning Projects", but doesn't get past there and I can't click on anything.) I imagine there's some cache…
sprugman
  • 19,351
  • 35
  • 110
  • 163
0
votes
1 answer

Web Service Return Type

what are the possible return types for a web service? I am using NetBeans 6.7.1 and working in Java. I want to make a web service that would return String[]... I made a class of Authorization and I want to add a function in an already made web…
nsr
  • 11
  • 2
0
votes
2 answers

Ruby on rails relationships

I am extremely new to ruby and programming in general. In the copy, paste, and pray stage as I like to call it. I am trying to restrict access of editing posts and comments to the creator but when i create a post the user_id isn't populating in the…
cachesking
  • 23
  • 5
0
votes
2 answers

How do I turn a group of .java files into a working project

I am a crazy Java beginner, FYI. I want to compile a program (actually to answer an SO question) that uses the org.json package in these files: http://json.org/java/ I created a basic Java application in NetBeans, but how do I get these to be class…
danieltalsky
  • 7,752
  • 5
  • 39
  • 60
0
votes
1 answer

Netbeans re produce Makefile when change options in c/c++ developing

I create new c/c++ project in Netbeans and change Makefile and add -lpthread for work with pthread and run my project .also I need to add some runtime argument from project properties/Run/Arguments . when I change runtime Arguments Makefiles that…
Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108
0
votes
2 answers

How to make Netbeans use single quotes in HTML tag attribute autocomplete?

When I type attribute in tag Netbeans automatically add two quotes:
I want to make it use single quotes:
Simon Perepelitsa
  • 20,350
  • 8
  • 55
  • 74
0
votes
1 answer

Problem selecting the value from a JComboBox binded to a list

I have a JComboBox binded to an observable list (result of a jpa query) in a java desktop application. It gets all the values from that list and displays them correctly, but I'm not able to select any particular value from the dropdown: that is,…
hoheinzollern
  • 651
  • 6
  • 16
0
votes
2 answers

Configuring Netbeans with JNotify

I'm trying to use the JNotify library along with netbeans, however I don't know the proper way to configure it. Everything I try, the lines involving jnotify (eg. import net.contentobjects.jnotify.*) are underlined in red. Google seems to show…
user188773