- This topic has 2 replies, 2 voices, and was last updated 15 years, 2 months ago by GojiraDeMonstah.
-
AuthorPosts
-
GojiraDeMonstahMemberHi All,
Using the MyEclipse Swing/Matisse perspective I created a new java class and form called ‘Test.java’ and ‘Test.form’.
I can select Swing components and add them to a container. But I can’t see properties for any of the components, and the right-click menu outline appears but with no choices.
Here’s a screenshot: http://i78.photobucket.com/albums/j117/GojiraDeMonstah/mattisse.png
I’ve searched this forum and found similar sounding symptoms, so I tried creating a new workspace and new project from scratch – same problem. I also tried it with Java 5 and 6 (Sun’s jdk1.5.0_09 and jdk1.6.0_17 specifically). No luck, although with Java 6 I did see the “No Active Shell” error that was reported in another thread with similar symptoms.
Following are my current configuration details:
*** Date:
Tuesday, December 1, 2009 2:51:50 PM CST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.6.0
Build id: 6.6.0-20081015*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.6.0
Build id: 6.6.0-20081015Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.5\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
135c_7c
-clean
-vm
C:\Program Files\MyEclipse 6.5\jre\bin\javaw.exe
support-shaliniMemberGojiraDeMonstah,
Can you try the clean option given in the following link –
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
Let me know if that helps
GojiraDeMonstahMember@support-shalini wrote:
GojiraDeMonstah,
Can you try the clean option given in the following link –
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
Let me know if that helpsI’ve had -clean in my eclipse.ini and had restarted MyEclipse several times. Looks like some combination of restarting/new workspaces made it work.
-
AuthorPosts