home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / jpd087.zip / faq.txt < prev    next >
Text File  |  1998-09-03  |  3KB  |  71 lines

  1.  
  2.     Frequently Asked Questions: (not quite complete!)
  3.     ===========================
  4.  
  5. Q: What Java version do I need to run JPD?
  6. A: JPD needs Java 1.1.2 or higher. It runs best with 1.1.6.
  7.  
  8. ---
  9.  
  10. Q: If I start JPD under OS/2 I get the error "java.lang.Thread missing". What's wrong?
  11. A: You need to have the complete path and filename of the classes.zip in your classpath.
  12.    If your JDK is on drive D: in the path JAVA11 then the following must be in your classpath:
  13.    D:\JAVA11\LIB\CLASSES.ZIP
  14.  
  15. ---
  16.  
  17. Q: If I start JPD under OS/2 I get the error "Exception in thread "main"". What's wrong?
  18. A: Have you installed StarOffice 4.0? Than you need to change the LIBPATH variable. The java\dll
  19.    path have to be before the StarOffice 4.0 dll-path.
  20.    Or just change the RUN*.CMD files and add the folowing line at the beginning:
  21.    set beginlibpath=d:\java11\dll;
  22.    Where d:\java11\dll is your java dll-path.
  23.  
  24. ---
  25.  
  26. Q: How do I append new entries in my AddressBook (MemoPad, ToDoList, Expense ...) ?
  27. A: Just press the right mouse button in the entries list box and select new.
  28.  
  29. ---
  30.  
  31. Q: Where do I find the INI files (.CTAG.INI, .JPD.INI)
  32. A: Since version 0.8x JPD saves it INI-files in the users home directory.
  33.    Under OS/2 this is the java home directory (X:\java11).
  34.  
  35. ---
  36.  
  37. Q: How do I make my own language version?
  38. A: 1. Select the language in the settings dialog of JPD and save it.
  39.    2. Look in the CTAG.INI-file for the lines "Locale_language=XX" and "Locale_country=yy".
  40.       where XX_yy is the language identifier
  41.    3. Rename the JpdBundle.java to JpdBundle_XX_yy.java (!!  XX and yy is case sensitive !!)
  42.    1. Now you have to edit this files. Translate all the String in the right colums to your language.
  43.       ATTENTION !!!   Do not change the left Strings !
  44.    3. Compile the file with the java compiler: javac *Bundle_XX.java
  45.       or send it to me (arnd.grossmann@recklinghausen.netsurf.de)
  46.       and I will compile it for you.
  47.    4. Check if there is a file called JpdBundle_XX_yy.class
  48.    5. Run JPD :-)
  49.  
  50.    [If it works send the *.java and/or *.class Files to me. I will includ them in future releases]
  51.    [may email: arnd.grossmann@recklinghausen.netsurf.de]
  52.  
  53. ---
  54.  
  55. Q: How do I sync the JPD-Data with my PalmPilot?
  56. A: Untill I finish the HotSync in JAVA, use the Windows HotSync-Manager to sync.
  57.    It will not be a long time till I have the Syncronisation ready.
  58.  
  59. ---
  60.  
  61. Q: After the Syncronisation is ready, will there also be a Java Conduit Development Kit?
  62. A: YES, there will be a Java-CDK, and it will run on every JAVA machine :-)
  63.  
  64. ---
  65. Q: What means "use suns javax.comm" ?
  66. A: Enable this if you want to use Suns Communication-Port-Api.
  67.    As OS/2 user you don't need this, because JPD comes with his own serialPort
  68.    Api for OS/2. If you are using Linux, Solaris or Win32 you have to use Suns
  69.    API.
  70.  
  71.