- This topic has 8 replies, 4 voices, and was last updated 18 years, 8 months ago by tdanylak.
-
AuthorPosts
-
svidyaMemberHi,
I’m a new user to myeclipse.
When I try to create a JSP page using Design mode, I do not see any UI controls visually
displayed in the editor.But the source and the preview have the controls.
What could be the problem?thanks
Vidya
Riyad KallaMemberVidya,
Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
svidyaMemberHi,
The design mode for JSP does not work even after upgrading Internet Explorer.
There are no error messages showing up in the error window even when there is an error in the jsp.The configuration summary is as follows:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=M20050929-0840
win32
-ws
win32
-arch
x86
-launcher
C:\software\eclipse\eclipse.exe
-name…………..………………………………………………………
Error log:!ENTRY com.genuitec.eclipse.webdesigner 1 0 2006-01-07 00:56:14.339
!MESSAGE updateModelNodeParent traversal break.!ENTRY com.genuitec.eclipse.webdesigner 1 0 2006-01-07 00:56:14.369
!MESSAGE Couldn’t fully sync: updateModelNodeParent traversal break.!ENTRY com.genuitec.eclipse.webdesigner 1 0 2006-01-07 00:56:14.720
!MESSAGE updateModelNodeParent traversal break.!ENTRY com.genuitec.eclipse.webdesigner 1 0 2006-01-07 00:56:14.720
!MESSAGE Couldn’t fully sync: updateModelNodeParent traversal break.!ENTRY com.genuitec.eclipse.wdt.jsp.debug 1 1 2006-01-07 00:58:21.552
!MESSAGE
Jan 7, 2006 12:58:21 AM com.genuitec.eclipse.wdt.jsp.jasper.compiler.Compiler ?
SEVERE: Javac exception
Error running javac.exe compiler
Riyad KallaMemberVidya,
What is your MyEclipse Build ID from the MyEclipse > About menu? Also what is your full Internet Explorer version from the About dialog?**NOTE: The javac error in your log file is caused by not having the ‘javac.exe’ fiel in your System PATH, you will need to add that to your path and restart MyEclipse if you want JSP Validation to work appropriately.
svidyaMember*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.4.2_10*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDK
—————————————————————-
The internet explorer version is 6.0.2800.1106Version: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840
Riyad KallaMemberDo you have Visual Stuidio installed by chance?
Also did you correct the javac Path issue I mentioned above to get errors correctly marked?
tdanylakMemberI am having the same problem with MyEclise here is the config
*** Date: Fri Mar 17 08:51:58 EST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
de0_2c
-vm
C:\WINDOWS\system32\javaw.exe
GregMemberMake sure that you aren’t opening it with either the old JSP ‘Classic’ editor, or opening it with another JSP editor from Webtools, etc. To be sure, right-click the file and choose “Open With > MyEclipse JSP Designer”
tdanylakMemberYes, I did that I still see nothing. All I can see is the html rendered components. none of the sturts tags show up, and I don’t even see placeholders for them.
-
AuthorPosts