Recent content by electronic_cat

  1. E

    java swt behaves different on Windows and Mac

    Problem 1 was solved by enlarging the window, and then dragging the field on the right to make it larger. Problem 2 was solved by removing the border from the control. But, we still don't understand Quit. Do Mac programs ever do any processing on the Quit command? When we click Quit on...
  2. E

    java swt behaves different on Windows and Mac

    I am testing a Java program which uses swt on the Mac and the PC. It works good on the PC, and most things work good on the Mac. There are 3 Mac issues, however. I would appreciate any suggestions. 1) There is a drop down selection box when you click in one of the columns. This column cannot...
  3. E

    Need help running Java program on Mac using swt

    Bottom line, everything works. Without the Info.plist you attached, and the conviction it could be done, I might not have made it. First I downloaded Eclipse Classic 3.3.1.1 OSX and used the swt.jar from that. That gave a message similar to what I had gotten before. Then I downloaded one of...
  4. E

    Need help running Java program on Mac using swt

    Wow! I had been reluctant to install Eclipse on someone else's Mac, and had just been downloading the swt.jar. That is great! I'll do it as soon as I can. One more question, is it obvious where to put the -XstartOnFirstThread in JarBundler? I would like to distribute this so it can be...
  5. E

    Need help running Java program on Mac using swt

    That got rid of the segmentation error, but I still get Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Layout The program is on sourceforge.net if you have time to try it, dkvBrowser. You won't have the server side of it, but I think it will at least...
  6. E

    Need help running Java program on Mac using swt

    Thank you for getting back to me. I tried various permutations of what you suggested. The exact statements are shown below. It is an Intel machine, and I think I forgot to say that the friend compiled it in 1.5 since he thought that would work for the Mac. At the Eclipse site I did not see...
  7. E

    Need help running Java program on Mac using swt

    I am trying to help a friend test a Java program he has which works on XP. I am new to the Mac, and am using my spouse's computer which runs Leopard. The program was built in eclipse using swt and Postgres libraries. On the PC the structure is dkvBrowser.jar lib (folder) swt.jar...
Back
Top