- This topic has 7 replies, 2 voices, and was last updated 18 years, 1 month ago by wkla.
-
AuthorPosts
-
wklaMemberHi,
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. 👿
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
Riyad KallaMemberWillie,
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.htmlAlso, please go to the MyEclipse menu, then Installation Summary and Installation details and paste the information for me here.
wklaMemberI have tried to switch off the 3D engine and now all images are black… 🙁
Startup parameters are nowD:\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 WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse 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] —–
Riyad KallaMemberInteresting… 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.
wklaMemberBut 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
…
wklaMemberYes 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.
Riyad KallaMemberOk 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:
eclipse.exe -vm c:\j2sdk1.4.2_12\bin\javaw.exe -vmargs -Xms256m -Xmx1024m -XX:PermSize=64M -XX:MaxPermSize=256M -Dsun.java2d.d3d=false
wklaMemberOK,
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.
-
AuthorPosts