- This topic has 16 replies, 4 voices, and was last updated 18 years, 7 months ago by portai.
-
AuthorPosts
-
cdebracyMemberWhen I view the source in my Web 2.0 browser, I don’t see the HTML that Ajax replaces – I just see the original page source.
Am I missing something? I’m looking for a View Generated Source, much like Mozilla has, but no luck.
Riyad KallaMemberWe don’t currently support viewing the dynamically generated HTML but this is something we have looked into a lot recently and will be adding. You can use the DOM inspector though to see the generated DOM but not the source associated with it yet.
cdebracyMemberThen it’s not a Web 2.0 browser then, is it? 😀
j/k
I’ll look forward to the generated source view.
portaiMemberAfter updating to the version 4.1.1 I can’t open any *.js file in the JavaScript Editor…Just the tab appears, but no code shows in the editor…
Brian FernandesModeratorPortai,
Try restarting with -clean.
How did you update to 4.1.1, if you installed 4.1.1 over an older version, that most certainly won’t work.
More instructions and questions here: Posting GuidelinesBest,
Brian.
portaiMemberThanks, Brian…
I updated with Update Manager…*** Date: Mon Apr 03 07:59:37 CDT 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: 20060228-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: I20050627-1435Eclipse Java Development Tools
Version: 3.1.2
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: I20050627-1435Eclipse 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
418_60
-vm
C:\WINDOWS\system32\javaw.exe
Riyad KallaMemberAnd did you try restarting with -clean?
portaiMemberYes, I did… same results…Shows just “MyEclipse JavaScript Editor” in the tab…No editor opens…
Riyad KallaMemberDo you see an exception in the editor window? If you check your log file at the end, are exceptions being appending? (<workspace dir>\.metadata\.log)
If you try a new workspace (File > Switch Workspace > C:\tempworkspace, hit OK) and create a new JS file, does it open without a problem?
portaiMember1. Yes, I do:
===============
!SESSION 2006-04-04 19:40:42.312 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean!ENTRY org.eclipse.ui 4 4 2006-04-04 19:43:30.750
!MESSAGE Unhandled event loop exception!ENTRY org.eclipse.ui 4 0 2006-04-04 19:43:30.750
!MESSAGE com.genuitec.eclipse.integration.Integrator.jsMultiPageEditorPart(Lorg/eclipse/ui/IEditorSite;Lorg/eclipse/ui/IEditorInput;)Z
!STACK 0
java.lang.NoSuchMethodError: com.genuitec.eclipse.integration.Integrator.jsMultiPageEditorPart(Lorg/eclipse/ui/IEditorSite;Lorg/eclipse/ui/IEditorInput;)Z
at com.ibm.sse.editor.javascript.JSMultiPageEditorPart.init(JSMultiPageEditorPart.java:129)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:778)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
and so on….
===============
2. No, it does not…Same result – just creates a tab with the “MyEclipse JavaScript Editor” in the tab, but the tab doesn’t open anything…
3. I even can’t remove MyEclipse using the “Uninstall” from the disk, so I can reinstall it on a clean space…
I see 3 instances of MyEclipse (4.0, 4.1, 4.1.1) in the “Install/Remove programs”, but, when I try to remove any one of them, I get an exception (“java.lang.OutOfMemoryError: Java heap space”)
Riyad KallaMemberThis is an installation issue. NoSuchMethodErrors are always indicative of that. I would suggest a clean install of Eclipse and MyEclipse to *new* locations, then open your existing workspace using the -clean command line argument (when launching that copy of Eclipse) And you should be back in action.
Don’t use the copies of Eclipse or MyEclipse you have on your hard drive. Redownload Eclipse 3.1.2 SDK and MyEclipse 4.1.1 to avoid issues, those two should install smoothly and get you up and running ASAP.
portaiMemberDoes it matter that I can’t remove the currently existed installs of MyEclipse from the hard drive?
Riyad KallaMemberIf the installer is giving you problems and failing, you can simply erase the MyEclipse install directory (e.g. C:\Program Files\MyEclipse-4.1).
portaiMemberThank you!
Let me try…
portaiMemberThanks a lot!
After I removed “MyEclipse” and “eclipse” folders from hard drive, downloaded all latest releases of both products and installed them on a clean space EVERYTHING works as it supposed to….
Thanks again! -
AuthorPosts