- This topic has 6 replies, 2 voices, and was last updated 16 years ago by Loyal Water.
-
AuthorPosts
-
aaroeMemberHi,
I’m working on a project in MyEclipse, I’ve only been programmering java for about 6 weeks now, so I still got a lot to learn still.
Some info on my program:
I’m making a program that contains 4 web browsers that showing different URLs, when btn1-4 is pressed the web browser with that number is showed in a full window.
Btn1-4 was suppose to look like the button with the house/home button on it, so I copied it 4 times.
(See the picture in the link below).Problem is that I now for the fifth time have been locked out completely from my main window form, meaning that I cant add anything, or I can add items in the editor (MyEclipse) but when i run the program, non of the things I added is shown, when I toggle between the “Source” and “Design” tab, the code is not generated like it usually is.
Every single time this happens I’m forced to create a brand new form, and copy-paste every single element I need, plus add the custom code I’ve added in the now useless form.
Is there any fix for this or can it be fixed?
http://img227.imageshack.us/my.php?image=bugdx9.png
(notice that the properties bar is all greyed out..)Best Regards
Kasper Aarøe
aaroeMemberAnd the MyEclipse -> Installation Summary:
*** Date: Friday, November 7, 2008 2:25:04 PM CET ** System properties: OS=WindowsXP OS version=5.1 Java version=1.5.0_11 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 6.5.1 GA Build id: 6.5.1-GA-20080715 *** Eclipse details: MyEclipse Enterprise Workbench Version: 6.5.1 GA Build id: 6.5.1-GA-20080715 Eclipse Platform Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft Build id: M20080221-1800 Eclipse RCP Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc Build id: M20080221-1800 Eclipse Java Development Tools Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7 Build id: M20080221-1800 Eclipse Plug-in Development Environment Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL Build id: M20080221-1800 Eclipse Project SDK Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO Build id: M20080221-1800 Eclipse Graphical Editing Framework Version: 3.3.2.v20080129 Build id: 20080221-1602 Eclipse 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 1018_90 -clean -vm C:\Program Files\MyEclipse 6.5\jre\bin\javaw.exe
Loyal WaterMemberCan you try using the -clean command to fix this issue. Does it help?
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/Are you able to reproduce this issue with a new project as well?
aaroeMember@support-nipun wrote:
Can you try using the -clean command to fix this issue. Does it help?
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/Are you able to reproduce this issue with a new project as well?
I edited the “eclipse.ini” file but the first argument was already -CLEAN so i think it already does the clean every time it starts?
Loyal WaterMemberIf you already have a -clean the it does a -clean every time it starts. Were you able to reproduce the issue with a new project? Also, can you switch to a new workspace (File > Switch Workspace > Temp) and check if your able to reproduce this issue.
aaroeMember@support-nipun wrote:
If you already have a -clean the it does a -clean every time it starts. Were you able to reproduce the issue with a new project? Also, can you switch to a new workspace (File > Switch Workspace > Temp) and check if your able to reproduce this issue.
I’ve reinstalled MyEclipse and created a new workspace, and right now im importing and getting everything to work again – ill return if the problem returns
Loyal WaterMemberSure.
-
AuthorPosts