facebook

[Closed] Web 2.0 and Ajax

  1. MyEclipse Archived
  2.  > 
  3. Web 2.0 / AJAX
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #249194 Reply

    cdebracy
    Member

    When 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.

    #249203 Reply

    Riyad Kalla
    Member

    We 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.

    #249234 Reply

    cdebracy
    Member

    Then it’s not a Web 2.0 browser then, is it? 😀

    j/k

    I’ll look forward to the generated source view.

    #249678 Reply

    portai
    Member

    After 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…

    #249682 Reply

    Brian Fernandes
    Moderator

    Portai,

    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 Guidelines

    Best,
    Brian.

    #249709 Reply

    portai
    Member

    Thanks, 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 Workbench

    Version: 4.1.1 GA
    Build id: 20060228-4.1.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Platform

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse RCP

    Version: 3.1.2
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.2
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.2
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse 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

    #249770 Reply

    Riyad Kalla
    Member

    And did you try restarting with -clean?

    #249819 Reply

    portai
    Member

    Yes, I did… same results…Shows just “MyEclipse JavaScript Editor” in the tab…No editor opens…

    #249820 Reply

    Riyad Kalla
    Member

    Do 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?

    #249961 Reply

    portai
    Member

    1. 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”)

    #249966 Reply

    Riyad Kalla
    Member

    This 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.

    #250072 Reply

    portai
    Member

    Does it matter that I can’t remove the currently existed installs of MyEclipse from the hard drive?

    #250078 Reply

    Riyad Kalla
    Member

    If the installer is giving you problems and failing, you can simply erase the MyEclipse install directory (e.g. C:\Program Files\MyEclipse-4.1).

    #250097 Reply

    portai
    Member

    Thank you!
    Let me try…

    #250102 Reply

    portai
    Member

    Thanks 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!

Viewing 15 posts - 1 through 15 (of 17 total)
Reply To: [Closed] Web 2.0 and Ajax

You must be logged in to post in the forum log in