[java ee programming] Re: Troble with program in JDBC

2009-03-23 Thread 4engineershelp
dear.. this main function i.e public static void main (String arg[]) {} is the entry point for any program & must for any program to run... Signature must be the same as above.. other wise compiler will take it as any other main function.. For any type of help related to java u can vi

[java ee programming] Re: Troble with program in JDBC

2009-03-18 Thread Karl
Hi Biljana, I just added a new class file to the existing project... and within the main from top down that created the two tables, populated them and then quit (I think that was all it needed). You can run it by simply right clicking on the class file in the project tree and then 'Run' You co