CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: keang

Search: Search took 0.29 seconds.

  1. Re: how to run a java program..when the program using jar

    java -classpath D:\Libraries\SQLite_DAL.jar;D:\Libraries\sqlitejdbc-v056.jar;. JavaApplication_KMF_Test
  2. Re: how to run a java program..when the program using jar

    Why have you used "SQLite_DAL.JavaApplication_KMF_Test", JavaApplication_KMF_Test isn't an inner class of SQLite_DAL.
  3. Re: how to run a java program..when the program using jar

    You need to add both jars to the classpath or use a wildcard to include the whole directory and you also need to add the root directory of the package for the JavaApplication_KMF_Test.class.
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured