For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 11 replies, 3 voices, and was last updated 20 years, 8 months ago by
Riyad Kalla.
-
AuthorPosts
-
shengjieMemberMyEclipse Enterprise Workbench 4.0.3 nonsupport windows 2003?
December 15, 2005 at 6:35 am #243098
Riyad KallaMemberMyEclipse does support Windows 2003, but there is a known problem with the HTML/JSP/JSF Designers on Windows 2003 where the designer fails to load, this is the only known bug at this time on Windows 2003.
December 15, 2005 at 9:07 am #243121
jenlidMemberI have problems with this on Windows XP as well.
Visual Studio 6 installed (c++ and interdev)
Eclipse Version: 3.1.0 Build id: I20050513-1415
MyEclipse Version: 4.0.1 Build id: 20050930-4.0.1-GAReally annoying that MyEclipse JSP Designer is the default editor dispite the changes I have made to “File Assosiactions” and set all jsp-related files to be opened with “Classic JSP Editor”.
December 15, 2005 at 9:14 am #243122
Riyad KallaMemberVisual Studio 6 installed (c++ and interdev)
This is the problem that we are trying to fix. VS instruments IE, which we build against on Windows, and screws up our APIs that we use to access it. Sorry about this.
Really annoying that MyEclipse JSP Designer is the default editor dispite the changes I have made to “File Assosiactions” and set all jsp-related files to be opened with “Classic JSP Editor”.
I haven’t seen this problem before, when you right click on the JSP files and go to Open With, what editor has the round dot next to it? If you open it with classic then close it, does it open automatically with Classic after that? Try restarting using -clean command line argument, I’m wondering if there is a stale cache somewhere in your workspace.
December 15, 2005 at 9:25 am #243123
jenlidMember[/quote]
I haven’t seen this problem before, when you right click on the JSP files and go to Open With, what editor has the round dot next to it? If you open it with classic then close it, does it open automatically with Classic after that? Try restarting using -clean command line argument, I’m wondering if there is a stale cache somewhere in your workspace.[/quote]When I use shift+ctrl+r to open a up a JSP I don’t have the possibility to chose what editor to open it with, so myeclipse uses ‘default’ which is the MyEclipse editor.
Have even tried restarting the computer without any changes. When I chose open with on a JSP the Classic Editor is marked as default, but when I double-click to open it still uses MyEclipse Editor…
December 15, 2005 at 10:22 am #243128
Riyad KallaMemberHave even tried restarting the computer without any changes. When I chose open with on a JSP the Classic Editor is marked as default, but when I double-click to open it still uses MyEclipse Editor…
The “MyEclipse JSP Designer” and “MyEclipse ‘Classic’ JSP Editor” are both MyEclipse editors, so I’m not following which one you are having the problem with. The “Designer” is the new one, that will barf on Win2k3 or with Visual Studio installed and the “Editor” is the older one, that should work fine.
December 15, 2005 at 10:28 am #243130
jenlidMemberDesigner is the one that MyEclipse cannot open. It ‘opens’ the Designer despite that I have set the Classic Editor as default for all JSP file types. When possible I choose open with “classic editor”, but when a jsp is opened with double-click or from the ctrl+shift+r-window the Designer ‘opens’, i.e blank.
December 15, 2005 at 11:43 am #243138
Riyad KallaMemberjenlid, can you go to MyEclipse > About > Configuration Summary, and paste the results here please.
December 16, 2005 at 12:40 am #243172
jenlidMember*** Date: Fri Dec 16 07:39:47 CET 2005
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_04*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse PlatformVersion: 3.1.0
Build id: I20050513-1415Eclipse Platform
Version: 3.1.0
Build id: I20050513-1415Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050513-1415Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050513-1415Eclipse Project SDK
Version: 3.1.0
Build id: I20050513-1415Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
bc0_4c
-clean
-data
C:\java\dev
-vm
C:\WINNT\system32\javaw.exeDecember 16, 2005 at 12:49 am #243173
Riyad KallaMemberjenlid,
Part of the problem here is that you are not using the final 3.1 GA build of Eclipse which MyEclipse requires, this might be the cause of the problem.I would suggest downloading and installing Eclispe 3.1.1 SDK to a new dir as well as MyEclipse 4.0.3. Then reopen your workspace, be sure to use -clean on the command line and see if the mappings stick.
December 16, 2005 at 2:29 am #243177
jenlidMemberHehe, classic… 😳 installed the 3.1 GA, but forgot to change that path in the shortcut to the new eclipse dir. Now the JSPs opens in the classic editor just as I want it to. Thanks rkalla!
December 16, 2005 at 8:33 am #243189
Riyad KallaMemberVery cool, glad it’s working.
-
AuthorPosts
