Java NetBeans Tutorial: Connecting to a MySQL Database with JDBC and NetBeans

In this video you will learn how to connect to MySQL with Java and NetBeans. Please subscribe to this channel :-) Download Java Source Code Download Java Source Code   Video Transcript Time - 00:00 Hi, this is Chad (shod) with luv2code.com. In this video, you will learn how to connect to MySQL with Java and NetBeans. Time - 00:10 [...]

By |2014-08-31T08:09:00-04:00August 31, 2014|How-To, Java, JDBC, MySQL, NetBeans|8 Comments

How To Fix The libs.CopyLibs.classpath Problem in NetBeans 7

I recently made some updates to my NetBeans development environment and encountered this weird error: [code] d:\dev\myproject\nbproject\build-impl.xml:485: The libs.CopyLibs.classpath property is not set up. This property must point to org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part of NetBeans IDE installation and is usually located at /java/ant/extra folder. Either open the project in the IDE and make sure CopyLibs library exists or setup [...]

By |2012-06-07T20:19:36-04:00June 7, 2012|How-To, Java, NetBeans|13 Comments

Netbeans: Setting up a Web project with SmartGWT

This document shows you how to set up a Netbeans Web project with SmartGWT. System Requirements GWT 2.2+: http://gwt.google.com SmartGWT 2.4+: http://code.google.com/p/smartgwt/ 1. Create GWT project using "webappcreator" Open an MS-DOS window, type: [code] webappcreator -out c:\dev\testgwt org.demo.TestGwtApp [/code] 2. Create a new NetBeans project, using the following steps Select File > New Project In the Choose Project step, select [...]

By |2011-11-12T20:33:29-05:00November 12, 2011|GWT, How-To, NetBeans|7 Comments
Go to Top