Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Launching an swt-app on Mac Os X with Java 1.4.1

Have you tried launching a simple example that shows a widget in the 
shell, e.g.:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet35.html

It is possible that you are launching the SWT application correctly and 
there is something wrong with your layout code.





"Raffael Heinzer" <heinzer@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
10/14/2003 10:03 AM
Please respond to platform-swt-dev
 
        To:     <platform-swt-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-swt-dev] Launching an swt-app on Mac Os 
X with Java 1.4.1


I am trying hard to deploy a standalone application based on SWT using the
1.4.1 JDK on Mac Os X (10.2.6).

After having studied https://bugs.eclipse.org/bugs/show_bug.cgi?id=40003
and the information in the swt-faq, I still don't get my demo-app to
display correctly.
I have used the "start_carbon.sh" script to build the application bundle
under /tmp, and advised it to use the "java_swt" launcher that I found in
the eclipse-SDK-3.0M3-macosx-carbon.tar.gz under
Eclipse.App/Contents/MacOs, and all that I get in return is a plain panel
with the three fancy buttons for the window-managment.
Nothing from the layout of my demo-app shows up. :(

I would be tremendously grateful if somebody (Andre?) could give me the
complete instructions on how to run an swt-app on 1.4.1 on Mac Os X.

: raffael



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top