facebook

Ubuntu 10.10, Myeclipse 9.0 – JSP, AJAX designer won’t work

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

    adrian.challinor
    Participant

    Clean install of Ubuntu 10.10, on AMD 64bit hardware. Clean install of MyEclipse for Spring 9. Brand new workspace.

    Created a web project from the Wizard. Unable to view the WYSISYG design editor form the created jsp page.

    I have tried:

    1) export MOZILLA_FIVE_HOME=””
    2) export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.9.2.17
    3) (part 2) + export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
    4 (all of the above) + -Dlinux.experimental=true

    None of these made any difference at all.

    Script that starts myEclipse is:

    #!/bin/sh
    # --- APC 15/may/11 Unset the menuproxy to get eclipse menus back on Unity
    #unset UBUNTU_MENUPROXY
    #export UBUNTU_MENUPROXY=0
    
    LOCN="/opt/Genuitec/MyEclipse for Spring 9/"
    
    export GDK_NATIVE_WINDOWS=true
    #export MOZILLA_FIVE_HOME=""
    #cd "$LOCN"
    
    export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.9.2.17
    export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH 
    
    "${LOCN}myeclipseforspring" \
        -vmargs -Xms512m -Xmx1024M \
        -XX:MaxPermSize=1024M \
        -XX:ReservedCodeCacheSize=128m \
        -Dlinux.experimental=true

    I am now at wits end. I remember this being a problem years ago, but moved away from web programming to server side apps. Then it didn’t matter. Now I need a web application, and it does.

    Was this never fixed????

    Or is there some spell I need to cast (Moving to Windows 7 is NOT a valid response).

    #317196 Reply

    Brian Fernandes
    Moderator

    Adrian,

    What happens when you try to open the JSP page with the WYSIWYG editor? Sanity check, are you opening it with the Visual JSP designer (if you were not using it earlier, you may need to right click > open with > MyEclipse Visual JSP Designer).

    I’m afraid due to changes in Linux distributions, especially the versions of Mozilla actually distributed with Linux and how your distribution is set up, in some cases these options may not work at all.

    Unfortunately if you tried all these options and it did not work then I’m afraid I cannot suggest any other workaround at this time. We are working on alternate solutions for our web designer in MyEclipse 10.x.

    I apologize for the inconvenience caused, please let me know if you need further clarifications.

    #317197 Reply

    adrian.challinor
    Participant

    When I try to open the jsp page , using Right-Click -> Open With -> MyEclipse Visual JSP Designer, I get the message “The design view is unavailable because it conflicts with the platform web browser….” I have, as you can tell, read all the technical notices.

    I am very disappointed that MyEclipse, having had this problem for many years (its like this first because a problem six years ago on this thread) that you have not prioritised this bug for attention and resolution. If it does not work on Ubuntu, then it would be more honest to say so.

    Which Linux platfoms DO you know this works with? I can always create a virtual machine, but I really fail to see why I should try every possible distribution myself. Your own internal developers must have this working, so what do they use?

    #317230 Reply

    adrian.challinor
    Participant

    I set out to find if there were any Linux Distributions that actually do work with the Designer view. The testing so far seems to indicate that when this is installed on the latest versions of Linux it is broken more often than not. All of this was done on clean installs, using AMD X64 virtual hardware. The version of MyEclipse For Spring was 0.9a installed using the offline installer. The 64bit option was chosen. No other software, beyond doing an update after install, was installed. MyEclipse was started using the command file above.

    The test was to install MyEclipse. Start it up and wait until all updates had been applied. Create a new Web Project. Then open index.jsp from the web root.

    Ubuntu 10.10 – Broken

    Ubuntu 11.04 – Broken (but then its broken for quite a lot)

    Fedora 15 – Broken – Got a strange message
    Unhandled event loop exception
    No more handles [ could not detect registered XULRunner to use]

    I am guessing this has to do with Fedora-15 using /usr/lib74/xulrunner-2/

    Oracle Linux R6 – Broken

    Slackware 15.37 – Never managed to get X working, but I didn’t exactly try hard

    Mandriva 2010.2 – WORKING – well partially. The clean install of MyEclipse seems to think I have a debug session running.
    “Design mode editing in this instance has been temporarily disabledbecause the javascript debugger is currently suspended. To re-enable design-mode
    editing, please resume or complete your debugging session then re-open this file”

    Mint 11 – Broken

    Are there any more I should test? Of these only Mandriva showed a modicum of success but even that didn’t really allow editing.

    So I go back to my question: What Linux platform does MyEclipse endorse? What do you use internally?

    #317677 Reply

    Brian Fernandes
    Moderator

    Adrian,

    Sorry for the delayed response here, I thought I had replied by apparently not.

    The stability on Linux 64 is not as good as Linux 32, internally we use Ubuntu 9 to test. I have specifically tested using Ubuntu 9.04.

    As far as the overall state of the tools, as you can see from the need to specify linux.experimental=true, the tools are still experimental. This is due to the fact we have never been able to achieve a good level of stability with XULRunner on Linux due to technical reasons with the XULRunner builds and constantly changing Linux distributions with corresponding conflicts.

    I’m sorry we weren’t able to support you better and that this has remained in experimental mode for so long; going forward we are looking for alternative solutions to as Mozilla has too has ended support for embedded XULRunner, which is what we use in our Visual Designers.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Ubuntu 10.10, Myeclipse 9.0 – JSP, AJAX designer won’t work

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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