duranaki,
I just wanted to update Ignacio’s reply. Whilst we’ve ended development of the Matisse editor, it is still available via the route you’ve used. If you don’t need to explicitly use the Matisse editor, then please use the Window Builder editors to create GUIs, as they will be more up to date and will work with current and future Java versions.
However, if you do need the Matisse editor, please note that this is now on an as-is basis (that is, if it doesn’t work, in some situations, we won’t be updating it) and it will only work with Java versions prior to Java 9, so you will have to edit the myeclipse.ini
file to point the -vm
setting to a 1.8 (or earlier) JDK, where necessary.
You should still be able to find the editor via Open With>Other>MyEclipse Matisse Form Editor
; thereafter, it will open with that editor just by double clicking on the Java file. However, it may be easier to double-click on the associated <class name>.form
file.
I hope this helps, and clarifies the situation.