Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. poepie

    Classpath

    Hi, you can execute your java program from everywhere: c:\ or c:\xyz\123 BUT, while calling the java.exe you must add the path from where java can find your clas file with the method main() so, if your current directory is c:\xyz\123 and you will call java.exe, you add the path...
  2. poepie

    Basic question

    Hi, java 1.X is the version of the JDK/JRE (Java Developer Kid and Java Runtime Environment. version 1.2 is older than 1.4 (released in 2002). Version 1.4 is much better the 1.2. see http://java.sun.com/ good luck Bert java programmer Deinze, Belgium
  3. poepie

    compiling from the command line

    Hi, I'm Bert, a java programmer. Maybe this will help your problem. 1) your java file or classfile must be in the directory com/mycompany If you make a directory c:\javaprograms\com\myCompany and put Helloword.class in that directory 2)try this one on the command prompt: java -classpath...
  4. poepie

    Classpath

    Hi, I bert, a java programmer. 1) your java file or classfile must be in the directory com/mycompany If you make a directory c:\javaprograms\com\myCompany and put Helloword.class in that directory 2)try this one on the command prompt: java -classpath c:\javaprograms com.myCompany.HelloWorld...
  5. poepie

    Which DLLs are needed when connecting to Progress 9.0B using JDBC?

    Hi Carmelo. Have you already tested that JDBC driver for an older version of progress. Because my client has version 8.3 and he he will not upgrade, because the software he uses is an standard 3th party application and all there clients have 8.3. I will create extra reports using the data from...
  6. poepie

    Which DLLs are needed when connecting to Progress 9.0B using JDBC?

    Hi, I'm a java programmer for almost 4 years. Now I have a client who has a progress application. I want to write an additional program, connected to his progress DB. I thought the progress version was 8.3, but I'm not sure. Where can I find a JDBC driver to connect to the progress DB? Is it...
  7. poepie

    JDBC driver for PROGRESS

    Where can I find a free JDBC driver for progress?

Part and Inventory Search

Back
Top