I am trying to use opencsv library http://opencsv.sourceforge.net/
How to i import it so that i can start using it with NetBeans?
I have no idea what im doing so start from the very beggining after downloading and unzipping the file.
Thanks.
...
Can I install just OpenJDK without proprietary Sun JRE/JDK and use NetBeans and Eclipse without significant disadvantages?
...
I use netbeans as development IDE and runs the application from cmd but have problems to display ISO 8859-1 characters like åäö correct in both cmd window and when I run the application from netbeans
Question: What is best practice to set it up
Right now I do
@output.puts indent + "V" + 132.chr + "lkommen till Ruby Camping!"
to get...
Hi,
In short: is there a way to compile and run single file in NetBeans or Visual Studio without having to setup and tinker with projects?
I'm currently using code::blocks as my IDE. It's fast and very simple: perfect for my needs as a begginner.
I wanted to dive a little deeper and try out a more advanced IDE such as NetBeans or Visu...
JAVA
I am working on a desktop application which uses JavaDB.
I am using NetBeans 6.8 and JDK 6 Update 20
I created the database I need and connected to it through my application using ClientDriver:
String driver = "org.apache.derby.jdbc.ClientDriver";
String connectionURL = "jdbc:derby://localhost:1527/myDB;create=true;user=u...
Hi all,
I want to start a my first JEE project. I have read a lot that springMVC framework is a good choice (never used though)
My earlier experience with java is not much. only some small app development using Netbeans. so I have some experience using Netbeans.
but I see that I can start a JEE project in Netbeans. so what kind of ...
Hi guys,
I have a EJB module in remote Glassfish server and application client in my computer. I want to connect from the application client to the remote EJB.
Here is the my EJB interface:
@Remote
public interface BookEJBRemote
{
public String getTitle();
}
Here is the my ejb:
@Stateless
public class BookEJB implements BookEJ...
I know what you're thinking, ANOTHER netbeans xdebug post?
Well, I've tried everything I've seen in other posts, and nothing seems to work. Here's my setup:
OS: Ubuntu 9.10
PHP: 5.2.1
Netbeans: 6.8
The following is in my /etc/php5/apache2/php.ini
zend_extension=/usr/lib/php5/20060613/xdebug.so
xdebug.remote_enable=1
xdebug.remote_...
Hi. I'm trying to configure an automated build process, and I need to get a WAR file to deploy to Tomcat. The project was created in Netbeans, which automatically generates an ant script. I think when I click "Clean and Build Project" from the menu it runs a series of ant targets and generates the WAR that I need. So does anyone know...
For a few days now I'm using NetBeans 6.8 for doing PHP work.
But even if a class-file is included and the methods are public and there's phpDoc used, NetBeans everytime shows "No Suggestions" in the window.
E.g. I type
$user->
and press CTRL+Space, I do expect all the methods and variables but there aren't shown any. ideas?
...
Hey Everyone,
I am using Netbeans and very happy with it. Unfortunately I am having a little problem with it that I cant seem to figure out. I am using Silverstripe CMS and it uses a templating system that syntactically is basically just a mix of php and html. These files however end in .ss and therefore netbeans doesnt format and highl...
i want to add a String Array to a list box in Netbeans.
i tried several ways after searching in google. but couldnt get a single one working. can someone help me please
...
This is for uni homework, but I reckon it is more a generic problem to the Tomcat Server(version 5.5.27) on my uni.
The problem is, I first did a skeleton Java Web Application (Just a simple Servlet and a welcome-file, nothing complicated, no lib included) using NetBeans 6.8 with the bundled Tomcat 6.0.20 (localhost:8084/WSD)
Then, to ...
How can I create this keyboard shortcut in Netbeans?
...
I am using Netbeans for PHP 6.9 developer version: NetBeans IDE Dev (Build 201004260200).
Currently, if I press Ctrl+arrow keys (next/prev word) the caret stops at (g, T, N) in "greatTypeName". I want to disable this behavior. I want it to just navigate the whole word.
There is an option in "Tools->Options->General->Camel Case Behavi...
i have installed ruby 1.9.1 and when i in the command prompt type:
ruby -v
i see the latest version.
however, in netbeans when i create a new project i can only select 1.8.7 version.
how do i tell netbeans to use the latest ruby version that i have installed?
thanks
...
Hey guys.
Im making a portion of my app using the netbeans gui editor.
Great so far. However ive added a new checkbox - and when i load the panel in my app the text attribute isnt shown...its just blank as if i have no caption on it... all the other ones display - so this is very annoying. It kind of seems that I have hit the limit on ...
Hi all, I am having trouble installing Enclosure and getting it to work. I have followed this guide http://www.enclojure.org/gettingstarted and successfully installed Enclosure (I think). However, when I try to build the sample application (labrepl) I get a bunch of errors and a failed build. I haven't used Java in a long time and I'v...
i have tried to generate Class Diagrams in NetBeans 6.7 and 6.8 but all i get is:
i figured out installing UML for 6.8 here: NetBeans 6.8 UML
i have followed the instructions here: UML Class diagrams
i so far i failed to generate anything meaningful.
i have followed the tips:
Open your project, then create a new UML project (choo...
Hi folks,
I wonder, how a bash file can contain a Java code that is responsible about the installation of netbeans IDE which is as known is a Java based program?
this is the case of netbeans:
$ file netbeans-6.8-ml-java-linux.sh
netbeans-6.8-ml-java-linux.sh: POSIX shell script text executable
$ more netbeans-6.8-ml-java-linux.sh
#!/b...