- This topic has 6 replies, 3 voices, and was last updated 11 years, 11 months ago by support-tony.
-
AuthorPosts
-
John HenryMemberI am following the JSF tutorial. When I open the userLogin.jsp file with the Visual JSF Designer the only thing I get is the source file. No palette appears, no additional tabs appear. The JSF designer is not available.
What now?
support-pradeepMemberctxhills,
1) Can you please share the Installation Details from MyEclipse > Installation Summary > Installation Details ?
2) Can you please attach the screenshot of the JSP file which is opened in MyEclipse Visual JSP designer to help us investigate further ?
John HenryMemberScreenshot is attached. Following is the installation detail information.
*** Date:
Wednesday, November 28, 2012 5:15:33 AM CST*** System properties:
OS=MacOSX
OS version=10.8.2
OS arch=i386
Profile arch=x86
Window system=carbon
Java version=1.6.0_37
Workspace=file:/Users/XXXXXXX/Workspaces/MyEclipse_JSF/
VM Args=-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XstartOnFirstThread
-Djava.class.path=/Applications/MyEclipse for Spring/MyEclipse for Spring 10.app/Contents/Profile/myeclipseforspring.app/Contents/MacOS//../../../../../../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar*** Subscription information
Product Id: E3MS (MyEclipse for Spring Subscription)
License version: 3.0
Full Maintenance Included
Subscription expiration date (YYYYMMDD): 20130611
Number of users: 1*** Eclipse details:
MyEclipse for SpringVersion: 10.6.0
Build ID: 10.6.0-20120831Blueprint: MyEclipse for Spring 10
Eclipse startup command=-os
macosx
-ws
carbon
-arch
x86
-showsplash
-launcher
/Applications/MyEclipse for Spring/MyEclipse for Spring 10.app/Contents/Profile/myeclipseforspring.app/Contents/MacOS/myeclipseforspring
-name
Myeclipseforspring
–launcher.library
/Applications/MyEclipse for Spring/MyEclipse for Spring 10.app/Contents/Profile/myeclipseforspring.app/Contents/MacOS//../../../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/eclipse_1406.so
-startup
/Applications/MyEclipse for Spring/MyEclipse for Spring 10.app/Contents/Profile/myeclipseforspring.app/Contents/MacOS//../../../../../../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
–launcher.overrideVmargs
-install
/Applications/MyEclipse for Spring/MyEclipse for Spring 10.app/Contents/Profile
-configuration
/Applications/MyEclipse for Spring/MyEclipse for Spring 10.app/Contents/Profile/configuration
-keyring
/Users/jhenry/.eclipse_keyring
-showlocation
-vm
/System/Library/Frameworks/JavaVM.frameworkAttachments:
You must be logged in to view attached files.
John HenryMemberPrevious screenshot did not illustrate tabs. Please see attached for better view.
Attachments:
You must be logged in to view attached files.
support-pradeepMemberctxhills,
You can re-enable the WYSIYWG design mode for experimental use by including the flag: -Dmac.experimental=true at the end of myeclipse.ini file.
Take a look at this FAQ for detailed information : https://www.genuitec.com/forums/topic/features-visual-web-designer-availability-pre-2013/
Let us know how it works for you.
John HenryMemberPradeep,
Last recommendation did not work. Still no gui design aids.
support-tonyKeymasterctxhills,
I’ve just tried this on a Mac, with a Carbon MyEclipse for Spring install, and had no problems. Please check that the last part of your myeclipseforspring.ini file looks something like this:
-vmargs -Xmx512m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m -Dosgi.nls.warnings=ignore -Dorg.eclipse.swt.internal.carbon.smallFonts -XstartOnFirstThread -Dmac.experimental=true
For hints on where to find the correct ini file, look at this FAQ.
-
AuthorPosts