| Author |
Message |
|
|
Post subject: No UML images, Matisse not working
Posted: Oct 06, 2006 - 08:41 AM
|
|
Registered Member


Joined: Aug 23, 2006
Posts: 6
|
|
Hi,
i have some problems with myEclipse 5.0 GA. I have convinced my boss to buy the professional version of myeclipse for our java developer because of the possibility to work with uml and the new matisse gui desinger. But both of them doesn't working. I have tried to search in the forum for a workaround but still find nothing that works.
UML: I create a new repository for a existing project and as i open the repositroy no images on all buttons are displayed and the main working area is like a tv phantom image. :evil:
Matisse: After entering a proxy server, i get the templates, but then the palette is empty.
I have read that this should be solved in the M2. When is this version coming? We need it urgend... :!:
bye
Willie |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 11, 2006 - 12:24 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Willie,
First thank you for your support of our product.
Secondly, try and follow these tips to correct the issue with the display of the UML tool:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-14343.html
Also, please go to the MyEclipse menu, then Installation Summary and Installation details and paste the information for me here. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 12, 2006 - 03:19 PM
|
|
Registered Member


Joined: Aug 23, 2006
Posts: 6
|
|
I have tried to switch off the 3D engine and now all images are black... :-(
Startup parameters are now
D:\sprachen\java\ide\eclipse_3.2\eclipse.exe -vmargs -Xmx1024M -XX:MaxPermSize=256m -Dsun.java2d.d3d=false
Installation Details
----- [schnapp] -----
*** Date: Thu Oct 12 16:07:19 CEST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.0 GA
Build id: 20060805-5.0-GA
*** Eclipse details:
Eclipse SDK
Version: 3.2.0
Build id: M20060629-1905
Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905
Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905
Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905
Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m------6zXJJzJzJq
Build id: M20060629-1905
Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905
Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\sprachen\java\ide\eclipse_3.2\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
fa4_78
-vm
C:\WINDOWS\system32\javaw.exe
----- [schnapp] ----- |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 12, 2006 - 04:33 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Interesting... look at the bottom of your system information dump, it isn't showing your command line arguments at all and it normally does... I wonder if Eclipse isn't recognizing these and you actually aren't launching with any of these settings?
Are you using a shortcut to start Eclipse? Try using a command line briefly to see if that changes. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 13, 2006 - 08:27 AM
|
|
Registered Member


Joined: Aug 23, 2006
Posts: 6
|
|
But it switches must be eveluated, because i have massive problems without the maxpermsize switch...
and the configuration details of the eclipse itself tells something different...
----[schnipp]-----
...
eclipse.vmargs=-Xms256m
-Xmx1024m
-XX:PermSize=64M
-XX:MaxPermSize=256M
-Dsun.java2d.d3d=false
-jar
D:\sprachen\java\ide\eclipse_3.2\startup.jar
... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 13, 2006 - 08:31 AM
|
|
Registered Member


Joined: Aug 23, 2006
Posts: 6
|
|
Yes i start with a shortcut and it doesn't matter if i start with
D:\sprachen\java\ide\eclipse_3.2\eclipse.exe -vmargs -Xms256m -Xmx1024m -XX:PermSize=64M -XX:MaxPermSize=256M -Dsun.java2d.d3d=false
or i start the eclipse.exe manually from the installation path. |
_________________ bye
Willie
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 14, 2006 - 03:16 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Ok the next step is to try a different JDK. Can you download JDK 1.4.2_12 from Sun and install it (uncheck the JRE during the installation to *just* install the JDK and not change any system settings). Then use the -vm arg to point ot the specific javaw.exe file like so:
| Code: | | eclipse.exe -vm c:\j2sdk1.4.2_12\bin\javaw.exe -vmargs -Xms256m -Xmx1024m -XX:PermSize=64M -XX:MaxPermSize=256M -Dsun.java2d.d3d=false |
|
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 16, 2006 - 09:15 AM
|
|
Registered Member


Joined: Aug 23, 2006
Posts: 6
|
|
OK,
i have tried the 1.4.2 (because, i had this version already installed) and i see the images...
fine Thanks,
but matisse is still not working, now the templates are gone again (proxy has not been changed). With java 5 at least the templates where shown, but the pakette was empty. |
_________________ bye
Willie
|
| |
|
|
|
 |
|
|