Hi I am writing a simple program in Netbeans. Also when I run my code in Notepad it works fine.

Below is the code

public class SQLConnection {

String url= "jdbc:odbc:db1";
...