| Quote: |
So that must mean that Omondo uses pure SWT to do what they do then? |
almost, probably except stuff because you have to set headless=true
| Quote: | | What about the headless=true fix that many on the bug have said solves the problems they've had? |
they use any stuff which call graphic systems (and maybe swing) and it break eclipse on OSX
your workaround is fine, probably
| Quote: | | The issue I have with what MyEclipseIDE is doing is that it completely prevents me from even trying the plugin on OSX ... so even if Apple released a new build of JDK 1.5 tomorrow, I couldn't use MyEclipseIDE UML until you provide a new build as well. |
it is complete out of our control - if apple resolve bug, eclipse team must make code for swt_awt bridge (it is 'not implemented', now) and ME will work without new build
| Quote: | | Is there a way for me to run the UML on OSX ... EVEN if it breaks, at least then I can play with the bug and solutions as everyone continues working on the solution. |
no, unfortunately - code for bridge is 'not implemented' in eclipse
for example, on linux it work with JDK 1.5.0, only - no different build ME, same build work fine with >= JDK 5.0, but doesn't work with jdk 1.4.x
this is sure : when apple/eclipse code is ready ME will work without new build
best |