- This topic has 7 replies, 3 voices, and was last updated 16 years, 3 months ago by Loyal Water.
-
AuthorPosts
-
victorMember.form and .java are not matched after myeclipse ide crashed due to some reasons. currently the java source is latest but the form not, could you pls help me regenerate .form file from the java code? thanks.
Loyal WaterMemberThe source and the form should synchronize on its own. Can you create a new form and paste the java code in this new form. Does the form and java file synchronize?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
ysidorkoMember@support-nipun wrote:
The source and the form should synchronize on its own. Can you create a new form and paste the java code in this new form. Does the form and java file synchronize?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Have the same issue. Moved code from WSAD to MyEclipse, everything is fine, except can’t open form in Matisse. Tried create new form and paste code from the existing form, shows no error, but form is blank. Please advise. Here is Installation Details from my machine:
*** Date:
Thursday, July 24, 2008 2:03:14 PM CDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
9f8_48
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exe
victorMembersupport-nipun, thanks for your reply
But can’t implement the synch follow your method…
Operation Steps: create one new form –> update the corresponding java file and save –> open the new form again, displayed blank –> will rewrite the java file if any change for the form.My IDE information:
*** Date:
Friday, July 25, 2008 3:13:20 PM JST** 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 WorkbenchVersion: 6.5.1 GA
Build id: 6.5.1-GA-20080715Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
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
cc0_80
-clean
-vm
C:\Program Files\MyEclipse 6.5\jre\bin\javaw.exe[/quote]
Loyal WaterMemberysidorko,
You cannot directly migrate WSAD code to Matisse. Sorry about that.raininwind,
I hope your code was originally written in matisse?
Loyal WaterMemberraininwind,
Can you please refer to this thread and make sure this is not a //GEN tag issue.
https://www.genuitec.com/forums/topic/form-file-not-linked-to-java-file-no-code-generation/#post-263158
victorMember@support-nipun wrote:
raininwind,
Can you please refer to this thread and make sure this is not a //GEN tag issue.
https://www.genuitec.com/forums/topic/form-file-not-linked-to-java-file-no-code-generation/#post-263158Hi Nipun,
Make sure no any //GEN tag issue, I tried to copy another normal source code to the new one, till keep blank :(, but the code is fine work with original form.
any problem for my operation? or ignore some click…?
Loyal WaterMemberCan you export your project to a zip file and send it across to me. I would like to test this at my end as well. You can hit the *pm* button at the bottom of my post and send me the project.
-
AuthorPosts