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

Is it possible to run the Android emulator as root from NetBeans on the Mac

I have installed NetBeans 6.8 on my Mac OS X (Leopard) system and use the Kenai plugin for this platform to create an Android application. The trouble is that I cannot run the Android emulator from NetBeans logged in to the Mac as a normal user. I…
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
1 answer

configure gdb compiler in netbeans6.8 in linux platform

i have a small problem.can anybody say how we can configure gdb compiler in netbeans6.8 in linux platform. thanks in advance.
ambika
  • 1,643
  • 5
  • 19
  • 18
0
votes
1 answer

Netbeans 6.8 - Alternative compile and runtime jdks/jre versions

Have a scenario where i need to compile my project with jdk 1.5 but run it with jre 1.6. I can't find a way to switch the jre that is used when running my program. I read something about execution profiles in an earlier version of netbeans, but 6.8…
emeraldjava
  • 10,894
  • 26
  • 97
  • 170
0
votes
1 answer

how to run an android application in netbeans

I would like to know how one could run an android application in netbeans specifically netbeans debugger. when I start the emulator with a target device what do I do next. what do I do with myprogram.apk. what do I do in Netbeans. I am new to the…
eskoba
  • 532
  • 1
  • 7
  • 25
0
votes
1 answer

Build using Ant Script issue through Netbeans

I am trying to run ANT through shell without importing my projects in NetBeans IDE. It throws following error: /trunk/nbproject/build-impl.xml:377: The libs.CopyLibs.classpath property is not set up. This property must point to …
0
votes
3 answers

i want to execute .exe from a button using netbeans

i want to open another program which is not in windows path. below are code to open notepad which is in windows path. Process process = Runtime.getRuntime().exec( "cmd.exe /C start notepad" ); and i want to open an exe file from the path below:…
user1555760
  • 11
  • 1
  • 4
-1
votes
2 answers

UI Control positioning in Netbeans 6.8

i want to add Label,buttons,text box above another label in netbeans 6.8 ,how can i do so??
-1
votes
1 answer

Getting "NOT FOUND" error when runngin zend framework project using NetBeans

I followed tutorial on http://netbeans.org/kb/docs/php/zend-framework-screencast.html, but I am getting not found error whenever I try to run the project. When I check the box "Copy files from Sources Folder to another location" while creating…
Nitesh
  • 575
  • 2
  • 10
  • 27
-3
votes
3 answers

importing weka in java after installing weka

i stalled weka in my system but still im having problem to use weka classes in my java code? im using netbean its show me class file not available when i try to import my weka class?
1 2 3
11
12