Questions tagged [netbeans-7]

NetBeans is a platform development framework and an open-source IDE (Integrated Development Environment) for Java, JavaScript, PHP, etc. NetBeans is developed by Oracle Corporation.

You can find other info here: NetBeans Wikipedia Page

The main NetBeans project site, for documentation and downloads:

1567 questions
0
votes
1 answer

Missing "org" and "com" packages in Java under Ubuntu 12.04 in Netbeans

After installing the java openjdk-6-* and netbeans apt packages onto my computer, i'm unable to compile or run any java source file in Netbeans 7.0, i always get following messages: Exception in thread "main" java.lang.RuntimeException: Uncompilable…
therufa
  • 2,050
  • 2
  • 25
  • 39
0
votes
1 answer

How to generate JUnit HTML report in Netbeans 7.1?

How can I generate JUnit HTML report in Netbeans 7.1?
dextervip
  • 4,999
  • 16
  • 65
  • 93
0
votes
1 answer

NetBeans debugging issue

When I click the debug button, I get a browser open up pointing to the following url: http://localhost/www/somepage.php?XDEBUG_SESSION_START=netbeans-xdebug For some reason it keeps inserting the www into the url If I manually remove the www from…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
1 answer

Netbeans: Add color to Java syntax in JEditorPane

i have a project that has a JEditorPane in netbeans, at the moment i have this being populated with a chosen .java file. what i would like to happen do is when the java file is loaded the syntax is colored appropriately so that it is easy to read…
newSpringer
  • 1,018
  • 10
  • 28
  • 44
0
votes
1 answer

Error whit JPA on update

I have working with JPA on little desktop system. The problem is after the system updates a table 4 or 5 times correctly, the sixth time updates wrong, then the seventh time works well, until after 10 times it fails again once or twice…
valsrock
  • 3
  • 2
0
votes
1 answer

Hibernate, (netbeans 7.1.2, maven) unable to use ElementCollection attribute

A my SQL database has an "Item" table. Each "item" can have many alternate labels. These are stored in another table called "ItemAltLabel". The foreign key is “ItemID”. I am trying to represent this in java as an entity which has a set of string…
zod
  • 2,688
  • 5
  • 27
  • 49
0
votes
1 answer

NetBeans: Starting a .exe from the run (F6) button

(New to NetBean using v7.1.1) I am working on a java class library that is a plugin to a larger application (.exe). I would like to have my host application start when press the F6 button or do the run->Run Project menu item. I am starting from…
Rodney Schuler
  • 2,158
  • 4
  • 23
  • 34
0
votes
1 answer

Netbeans Database Explorer and Microsoft SQL Server not getting along

I am trying to get a Java desktop application to pull some data from a Microsoft SQL-Server 2008 Database. Netbeans database explorer can generate Entity classes from database tables, but I was unable to get this feature working. Normally, when…
Thorn
  • 4,015
  • 4
  • 23
  • 42
0
votes
1 answer

how do you invoke a browse to url in netbeans IDE

is there a short-cut command to browse to a file in Netbeans for instance: Many thanks
Ledgemonkey
  • 7,223
  • 12
  • 36
  • 56
0
votes
3 answers

Build Java web project issue with lib folder

I'm building my web project right now and I'm having the following problem. The jar is not in the lib folder. This is the error message I get: init: undeploy-clean: deps-clean: do-clean: Deleting directory…
lv10
  • 1,469
  • 7
  • 25
  • 46
0
votes
3 answers

How to use the Atmosphere framework with GlassFish 3.1.2?

I just try the Atmosphere framework. I made the chat sample running in Tomcat 7.0.27 but when I want to run it with GlassFish 3.1.2 then I only get the message: "org.apache.catalina.LifecycleException: java.lang.NoClassDefFoundError: …
Benny Code
  • 51,456
  • 28
  • 233
  • 198
0
votes
1 answer

How to share a netbeans-project via SVN

I'm currently trying to get a grip on SVN and how to handle projects in them. We have several IDE's and types of projects, so, I'd like to just pick one: Sharing a Netbeans-project for Android, I'd like to know, if there's a way not to stupidly…
Marcus Toepper
  • 2,403
  • 4
  • 27
  • 42
0
votes
2 answers

Replace space with underscore in Netbeans Code Templates

I created the below JavaScript Code Template in Netbeans 7.1.1 This is to generate code automatically in the editor, instead of typing it. do_this('${selection}${cursor}',13) which will result in the below code, with the cursor between…
Nick
  • 53
  • 2
  • 5
0
votes
1 answer

Applet Web Deployment problems

So basically I have made a Java applet that works 100% when I simply run the applet file directly, however when I attempt to have it run with a web service, it fails. I have discovered that by removing anything that uses external libraries seems to…
Matthew Pigram
  • 1,400
  • 3
  • 25
  • 65
0
votes
2 answers

Attempt to obtain DataObject for from EDT / Ineffective since #199391 was implemented

What does "Attempt to obtain DataObject for from EDT" means in this netbeans platform application stacktrace: [INFO] INFO [org.netbeans.ui.metrics.projects]: USG_PROJECT_OPEN [INFO] WARNING [org.netbeans.TopSecurityManager]: use of system property…
Alexander Tumin
  • 635
  • 6
  • 17
1 2 3
99
100