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

Anyone have a simple template for creating a new syntax highlighter for a Netbeans Editor?

I'd like to throw together a basic Netbeans editor with syntax highlighting for a non-standard database language. Initial target: highlight a set of reserved words and standard C multi-line comments. Anyone savvy with this and could point me to a…
jeremyosborne
  • 1,072
  • 1
  • 10
  • 17
1
vote
2 answers

Illegal access: this web application instance has been stopped already. Could not load org.apache.log4j.spi.NOPLoggerRepository

I am using Netbeans 6.7 with Tomcat 6.0 and jasper reports for generating reports in a web application. I always get this exception when I run my application. can someone please help me out? The exception is INFO: Illegal access: this web…
Rose
  • 15
  • 1
  • 6
1
vote
1 answer

How to install glassfish into netbeans

Glassfish had already been installed into Netbeans. But I forgot the password and username. (It wasn't admin, adminadmin) So I reinstalled to desktop. I followed glassfish configuration After that I tried to associate Netbeans and glassfish. First I…
Iguramu
  • 2,080
  • 5
  • 26
  • 30
1
vote
1 answer

Netbeans 6.7 custom variable for ant task

I've got a problem which I couldn't solve for a few days, please help me. I'd like to execute an ant-script within netbeans. the script needs a special classpath which a plugin/module made by myself puts into a "global-variable". The variable can be…
Chris
1
vote
1 answer

Python plugin in netbeans manually

Can install python plugin in netbeans 6.7 manually (without Tools/Plugin) ? if yes (with .nbi package ) which url can use ?
Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108
1
vote
2 answers

Change template or HTML indentation in NetBeans

How to change HTML template in NetBeans 6.7?
Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108
1
vote
1 answer

netbeans 6.7 maven code coverage

How can I configure netbeans 6.7 to enable code coverage for maven2 projects? I tried tinkering with the following http://sharebear.co.uk/blog/2009/01/21/code-coverage-maven-projects-netbeans/ though had no luck Thanks
joshjdevl
  • 7,092
  • 12
  • 45
  • 57
0
votes
1 answer

Is it possible to clear the Netbeans output window from my application or temporarily disable all outputs?

Some background: I've created a Swing application which uses the Substance LaF (Thanks again, Kirill!) Unfortunately Swing creates a panel somewhere outside the EDT thus leading to an exception message from Substance every time I start my…
Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
0
votes
1 answer

Java netbeans project does not take effect of changes

I have a netbeans project (java desktop application) and I opened it after 2 months. It includes a tabbedpane. When I tried to add a new choice as a new tab although it appears good in design view when I run it it does not contained the title I gave…
user973493
  • 39
  • 1
  • 5
0
votes
1 answer

How to install Jira Plugin on Netbeans without access to the internet

I am planning to install Jira plug-in for Netbeasns 6.7.1 on a set of workstations. Unfortunately, these workstations are not connected to internet, therefore I cannot use the Netbean’s plugin manager. Is it possible to get the plug-in from the…
TonySalimi
  • 8,257
  • 4
  • 33
  • 62
0
votes
1 answer

Access two services methods from one controller in hibernate and Spring MVC

I am stuck with access 2 services methods from one controller. I want to create a Task but same time I want to create new Role and assign its auto increment id to Task's roleId(foreign key). It is a one to one mapping. Can I implement that in…
devan
  • 1,643
  • 8
  • 37
  • 62
0
votes
3 answers

Netbeans VisualJSF (Woodstock) Design view not available in 6.7.1

I recently installed netbeans 6.9, but VisualJSF Design view was not available in it. I Googled and it seems design view is not available after version 6.7.1. So I downloaded that version, but now I still dont have the design view. Does anyone know…
broun
  • 2,483
  • 5
  • 40
  • 55
0
votes
2 answers

When we update the jdk, what action is needed for previously installed Netbeans?

When we update the jdk, what action is needed for previously installed Netbeans?
Annu
  • 532
  • 4
  • 8
  • 22
0
votes
2 answers

using old port after chaging domain.xml

I am using Glassfish V3 which comes with netbeans only , as there are few servers running on my pc , i have changed the port from 8080 to 8787 of glassfish v3 by altering domain.xml
Hunt
  • 8,215
  • 28
  • 116
  • 256
0
votes
1 answer

how can I clean the line between two points in a panel

Hi I have a panel that you can put some points one it and by clicking on a button ,lines will be drawn between points.also there is a button that when you click on it ,all lines will be deleted and points will be on your panel (just lines are…
user472221
  • 3,014
  • 11
  • 35
  • 42