[SOLVED] Agar - OpenGL widget toolkit

Agar is a set of cross-platform libraries written in C/C++/Ada for graphical applications. The main library of the distribution is a widget toolkit, Agar-GUI. Agar is open source, released under a revised BSD license.
http://libagar.org/
There is already an attempt for this package, but the maintainer himself admits that the compilation fails.
http://aur.archlinux.org/packages.php?ID=24001
would be nice if someone could fix this!
Last edited by laplace (2009-04-25 14:47:43)

thanks a lot!
works for me under x86_64 as well
Last edited by laplace (2009-04-25 14:49:11)

Similar Messages

  • [Solved]Steam - OpenGL GLX problem after update

    When I open steam it gives me this prompt:
    "OpenGL GLX context is not using direct rendering, which may cause performance problems.
    For more information visit https://support.steampowered.com/kb_article.php?ref=9938-EYZB-7457."
    I had this problem before, but I solved it with this command:
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libgcc_s.so.1
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1
    But now after newest update, nothing solves this problem. And also I can do nothing about steam updates, beacause steam updates itself. I am using mesa-git drivers for AMD. Everything was working fine before the latest update. The command I shown to you doesn't help now. Steam now launches itself,but all 3D games crash on startup. The output of command glxinfo|grep rendering is direct rendering: yes.
    Last edited by Anticitizen (2014-12-09 12:33:39)

    from the steam output :
    libGL error: unable to load driver: r600_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: r600
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast
    Those libraries are in /usr/lib/xorg/modules/dri , both mesa-git 66716 and mesa-dri 10.3.5 symlink them to the r300_dri.so lib in the same folder.
    ( this is intentional due to recent changes in mesa).
    To verify whether you have an OpenGL problem or a steam problem, try running native opengl applications like Xonotic or Oolite (both are in repos) .

  • Standard Widget Toolkit ( output on table/Text is different from console )

    First of all, i would like to apologize if the question regarding SWT isn't suppose to ask in this place.
    I'm building my program using eclipse, swt is chose to be my GUI.
    Problem :
    String x = "A Tray of Ice Cubes" + "\n" + "WW and an ice cube ";
    this string when output inside the 'console' , the both 'Ice' and 'ice' will be align at the same place like :
    ... Ice ...
    ... ice ...
    but when i put the inside a table/Text then the 'ice' and 'Ice' will not be align at same place.
    It's happen like that because each character width is not the same such as character " W " will take much more bigger width than ' a '.
    I already trying to find inside google on how to set all the character/ ascii to be the same width, and i failed.
    Anyone that has encountered this problem before and has solved it please help me.
    Kar Hong.

    Thanks a lot BoBear for giving me some idea about where should i start so that i can achieve the output which i prefered.
    The code i'm using is :
    StyledText styledText = new StyledText(shell, SWT.H_SCROLL |SWT.V_SCROLL);
    Font font = new Font(display, "Courier New", 10, SWT.NONE);
    styledText.setFont(font);
    I used "Courier New" instead of monospaced because when i use monospaced, it still not aligned together when i output into my styledText.
    I would like to thanks BoBear for the help !!!!

  • [SOLVED] Running OpenGL applications?

    I am writing a simple game using freeglut and it compiles fine but I can't run it - the program compiles fine AND runs under Windows but in Windows I have to stick the freeglut.dll in the same directory, do I have to do something similar in Linux?
    (the program is platform independant!)
    Last edited by privateabstract (2011-01-03 20:32:52)

    Please prefix the thread title with "[SOLVED]", and add what you did to fix it, if you did anything in particular.

  • [solved] Wine OpenGL Drivers

    Hello
    Since I updated my Wine long time ago, 3D applications won't start.
    Wine gives this output
    http://pastebin.com/whccHcRx
    but my nvidia driver is installed correctly
    http://pastebin.com/FAcCa8hK
    Is it an 64 bit issue?
    I am using Arch 64 Bit and bin32-wine 1.1.41 from AUR.
    Last edited by raunz (2010-03-29 23:01:04)

    I solved the issue by reinstalling wine and other bin32 apps and I added lib32-nvidia-utils (lib32-catalyst-utils for ATI).

  • [SOLVED?] OpenGL apps start very slowly..

    Edit: After running a system update today and rebooting for a different reason everything seems to work again, guess it was a bad package? Strangely, I'm pretty sure the packages that updated were not related to the problem (Just mpd, ncmpc, wine, and orc). Oh well.
    I have an odd problem with OpenGL applications opening very slowly on my laptop. All other applications seem to work fine. My first thought was maybe direct rendering wasn't on, but it is. Oddly even to check that takes a while to run as seen below:
    [jamie@JPC ~]$ time glxinfo | grep direct
    direct rendering: Yes
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
    real 1m23.231s
    user 1m23.068s
    sys 0m0.103s
    Strangely once the program actually opens it seems to run fine as evidenced by glxgears:
    [jamie@JPC ~]$ glxgears
    16753 frames in 5.0 seconds = 3350.586 FPS
    17516 frames in 5.0 seconds = 3503.158 FPS
    17828 frames in 5.0 seconds = 3565.519 FPS
    17751 frames in 5.0 seconds = 3550.056 FPS
    I had this problem a few weeks ago as well, but I somehow resolved it with just some tinkering with some conf files. Unfortunately, I can't seem to fix the issue again.
    I noticed this in the FAQ, but it doesn't seem to be my issue (Mainly pointing it out to avoid it as a suggestion). http://wiki.archlinux.org/index.php/FAQ … _at_all.21
    [root@JPC jamie]# cat /etc/rc.conf | grep HOSTNAME=
    HOSTNAME="JPC"
    [root@JPC jamie]# cat /etc/hosts | grep 127.0.0.1
    127.0.0.1 localhost.localdomain localhost JPC
    My kernel is 2.6.34-ARCH, straight from pacman. My video card, if it helps (Nvidia packages I'm using: nvidia 256.35-1 and nvidia-utils 256.35-4):
    [root@JPC jamie]# lspci -v -s 02:00.0
    02:00.0 VGA compatible controller: nVidia Corporation C77 [GeForce 8200M G] (rev a2) (prog-if 00 [VGA controller])
    Subsystem: Hewlett-Packard Company Device 360a
    Flags: bus master, fast devsel, latency 0, IRQ 19
    Memory at c1000000 (32-bit, non-prefetchable) [size=16M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Memory at c4000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 4000 [size=128]
    [virtual] Expansion ROM at c6000000 [disabled] [size=128K]
    Capabilities: [60] Power Management version 2
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Kernel driver in use: nvidia
    Kernel modules: nvidia, nouveau, nvidiafb
    My xorg.conf file is generated from nvidia-xconfig with only a few modifications:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 256.35 (buildmeister@builder101) Wed Jun 16 19:25:59 PDT 2010
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # AC settings:
    Option "RegistryDwords" "PowerMizerLevelAC=0x3"
    # Battery settings:
    Option "RegistryDwords" "PowerMizerLevel=0x3"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    And lastly my /var/log/Xorg.0.log file warnings although they seem irrelevant (There were no errors):
    [jamie@JPC ~]$ cat /var/log/Xorg.0.log | grep "(WW)"
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 114.159] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 114.159] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 114.159] (WW) Disabling Keyboard0
    [ 114.159] (WW) Disabling Mouse0
    [ 114.168] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    On a final note, sorry if any of the stuff I posted is irrelevant, I'm just pretty confused as what the problem could be. If any other info is needed, please let me know. Also, thanks in advance for any help.
    Last edited by GeekyLink (2010-07-17 18:56:31)

    Repairing permissions isn't going to help. If you were having any disk based problem you would want to repair the hard drive, not permissions.
    Try a couple of things:
    1. Boot into Safe Mode by restarting the computer and after the chime press and hold down the SHIFT key until the startup screen appears (gray screen with dark gray Apple logo and spinning gear) then release SHIFT key. You will get a login window that should say Safe Mode. Run Pages without any other software except Activity Monitor and see what happens.
    2. Create a new user account and log out of your normal account and log into the new user account. Do the same as above and see what happens.
    This will help determine if you may have a problem with some third-party item that isn't loaded when in safe mode or if you have a preference file, logfile, or cachefile problem when in the new user account.

  • [SOLVED] Audacious UI widget components?

    hi, as you can see on the screenshot at http://audacious-media-player.org/ it shows the player with album art and lyricwiki support in the same window, I activated the plugins but the album art and lyrics appears in separate windows for me, not good having to click on one window to see album art and on another to see lyrics. I guess im missing the UI widget components but I have no idea how to install them, I have both audacious and audacious plugins installed.
    Thanks in advance for the help!
    Last edited by 655321 (2011-08-31 00:14:12)

    Exactly what I needed thanks, altough I feel a little stupid for not trying right click earlier lol.
    thanks a lot for the help

  • [SOLVED] awesomewm vicious.widgets.wifi returns nil

    I cant seem to figure out why the returning args (all of them) are nil..
    this is the widget code I have:
    wifiwidget = wibox.widget.textbox()
    vicious.register(wifiwidget, vicious.widgets.wifi,
    function( widget, args)
    return string.format("%.8s - %sdB", args[1], args[7])
    end, 19, "wlp2s0")
    although, i feel thats not the culprit because regardless of what i put there, every entry in args[] is nil.
    I have iwconfig installed and it returns the correct information for wlp2s0
    vicious wifi script is in /usr/share/lua/5.2/vicious/widgets
    any thoughts or further info needed?
    Last edited by pdizzle (2014-10-02 13:18:42)

    resolved...
    in the case of the wifi widget, the returned value is a table.
    so to call the values i was looking for it should be formatted:
    wifiwidget = wibox.widget.textbox()
    vicious.register(wifiwidget, vicious.widgets.wifi,
    function( widget, args)
    return string.format("%.8s - %sdB", args["{ssid}"], args["{sign}"])
    end, 19, "wlp2s0")

  • No Window in Widget Browser or Adobe Help on Mac, solved

    I had trouble installing Air, got that solved, then found Widget Browser and Adobe Help would seem to start, but never show a window, and they'd "quit unexpectedly" when quitting.
    Noted that, when logging into a different account, the applications worked fine.
    This was solved by deleting the Macromedia folder from ~/Library/Preferences under the troublesome account, then relaunching the Widget Browser and Adobe Help applications. Relaunching recreated the Macromedia folder with some new subfolders and files, including ~/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin/airappinstaller/airappinstaller, among others.
    Mac OS X 10.6.8
    Adobe Air 2 build 230
    Widget Browser 2
    CS5.5

    I had trouble installing Air, got that solved, then found Widget Browser and Adobe Help would seem to start, but never show a window, and they'd "quit unexpectedly" when quitting.
    Noted that, when logging into a different account, the applications worked fine.
    This was solved by deleting the Macromedia folder from ~/Library/Preferences under the troublesome account, then relaunching the Widget Browser and Adobe Help applications. Relaunching recreated the Macromedia folder with some new subfolders and files, including ~/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin/airappinstaller/airappinstaller, among others.
    Mac OS X 10.6.8
    Adobe Air 2 build 230
    Widget Browser 2
    CS5.5

  • NVIDIA OpenGL driver lost connection with the display driver

    Alienware M14x Laptop
    Windows 7-pre 64-bit
    8gb ram
    3gb Video: NVIDIA GeForce GT 555M
    Intel i7 2760QM
    AE CS4
    AE keeps crashing. I get the following message while doing something as simple as scrubbing through the timeline, or changing opacity of a layer. in 1080p, I have a picture layer, a solid, some color corrections, and that's it. i just got this new computer and i have never had this problem on my old computer.
    this message appears after AE crashes."The NVIDIA OpenGL driver lost connection with the display driver and is unable to continue. The application must close."
    this message appears in the taskbar: "Display driver stopped responding and has recovered. Display driver NVIDIA Windows kernel Mode Driver, Version 267.21 stopped responding and has successfully recovered"
    any ideas on how to stop AE from causing my display driver to stop working?
    Thanks, Ramzi Rebeiz

    For anyone picking up this thread (it's probably too late for rrebeiz40 by now!) I have come across a simple but apparently very effective tip that has solved the 'OpenGL driver lost connection' issue for many people using various NVIDIA with various Adobe progs (incidentally a lot of these seem to crop up on Dell machines, especially Notebooks).
    (It fixed my issue with Premiere Pro CS4 - GeForce GT 555M on Win 7 Ultimate 64-bit, Dell XPSL702X).
    It's posted on http://forum-archive.developer.nvidia.com/index.php?showtopic=5331&st=40 (look for the last post, No 50) as follows:
    THIS FIX APPEARS TO WORK...found on an Adobe forum
    "This issue led me to this fix: go to NVIDIA Control Panel --> Manage 3D Settings --> Global Settings, and switch "Power Management Mode" to "Prefer Maximum Performance" (the default "Adaptive" setting seemed to be the culprit). And that's it! The key here is changing the "Global" setting, as my individual programs were already set to "Prefer Maximum Performance." I can cause the error to reoccur by changing back to "Adaptive."
    Otherwise lots more ideas on this site: http://www.instructables.com/id/How-to-Fix...Nvlddmkm-Error/
    My PC has been running for 2 days now. I only put the top fix in for now. Feel happier I have more options if need be though.
    Inserted from <http://forum-archive.developer.nvidia.com/index.php?showtopic=5331&st=40>
    It worked for me

  • Java Text Widget

    I'm looking for a java text widget toolkit that has features for graphically editing (resizing,moving, etc), for example, a JTextArea. Features that allow for colorizing characters will also be great. I have been unsuccessfully looking for such a tookit. If any one knows where I can find something along these lines, please let me know..

    Features that allow for colorizing characters will also be great.Check out this [url http://forum.java.sun.com/thread.jsp?forum=57&thread=34458]thread.

  • [Solved] Default application right-click menus (Openbox)

    Hi, I am wondering how to edit the look of the default "right-click" menu for applications so that it matches my openbox root menu.  I want to do simple things, like take the icons out, and change the highlight color.  I've been doing a lot of digging (rc.xml, themerc, obtheme, google, etc)  and am just getting nowhere, but I'm wasting a ton of time looking, and feel like the answer is right under my nose. It seems like it's a "per app" sort of thing, where apps are unaffected by the ob theme.
    Any help is appreciated.
    Last edited by oktorok (2014-07-06 23:41:03)

    The openbox themes only affect elements that are controlled by the window manager.  Popup menus that come up in some applications when your right click are not controlled by the window manager - they are a component of a widget toolkit.  This would most likely be gtk or qt.  If it is gtk, you can edit your gtkrc or use a tool like lxappearance.

  • Working with XWindows

    Hi all,
    I'm working on an application where I need to spin off new processes using Runtime.exec, BUT I need to be able to hijack those processes to control the window attributes for them (i.e. the window geometry, window events like minimization, maximization, closing, etc). I can guarantee, for the moment, that I'm going to be working on linux, so there's definitely going to be X11 under the hood.
    The solution I've come up with for the moment is to use JNI to work with the XLib libraries already found on the linux machines. The problem I'm having is this: What a user would normally consider to be a single window for a single application is actually several X11 windows that occupy parts of the same real estate. I think (although I'm not sure) that its typically one directing window, and then it gets subdivided into other visible and non-visible windows for menus and view ports and stuff.
    So I've been able to retrieve a list of all open windows BUT an application like firefox has nearly a dozen windows associated with it, which have different window id's but identical names and classes, so they're basically indistinguishable, as far as I can tell. I can't figure out which one I should consider to be the directing window, and which ones are secondary ones that will follow the lead of the other.
    I've tried inspecting all the properties I can think of. I tried a google search. And I tried looking for XLib forums. Nothing panned out. Has anybody here had any experience working with the X11 windowing system or windowing managers? Does anybody know how to distinguish between the several windows that are associated with a single application or process id?
    Also, I couldn't find any java libraries for interfacing with X11, but I'm not wild about using JNI. Does anybody know of any ports of XLib to Java?
    Thanks!
    - Adam

    kdgregory wrote:
    It's been a long long time since I did anything with X11 (although I did write a book on Motif), so take everything I say with a very large grain of salt.
    I'm working on an application where I need to spin off new processes using Runtime.exec, BUT I need to be able to hijack those processes to control the window attributes for them (i.e. the window geometry, window events like minimization, maximization, closing, etc). I can guarantee, for the moment, that I'm going to be working on linux, so there's definitely going to be X11 under the hood.Do you need to control the attributes while the process is running? In other words, is your Java program going to say "YOU! WINDOW! you have no business being that big!"?Yeah, more or less. Or being in that position. Or shutting down without telling me. Etc. Etc. Etc.
    >
    If yes, then you're basically acting as a window manager, and would probably find it very useful to look at the source code for an existing window manager. I'd suggest TWM (Tom's Window Manager), because it's small and therefore should be easy to find what you're looking for. My one caveat is that I'd expect a window manager to simply maintain a list of the topmost application windows, and I'm not sure how you're going to get that when you launch the program from Java.I'm not too worried about interfacing with it in Java. I've got some ideas for that. I've already looked into a couple of Window Managers in order to get as far as I have. The problem is that Window Managers don't discriminate between the applications / processes that launch the windows, but I have to.
    The problem I'm running into is that the x-server doesn't care what application, or process launched the window, and in fact, the application doesn't even have to live on the same machine as the x-server. In my case, it so happens that it does (at least, for now, anyway). So while X11 allows clients to specify the pid when they create a new window, it doesn't require it. So I can't rely on that.
    >
    As an alternate, you could look at the source of XWD, which takes a screenshot. It has to identify the application from an arbitrary cursor position, which seems close to what you have to do.Perhaps. I was looking into xwininfo which seems to be the same sort of idea. I doubt it actually takes a screen shot, but it does seem to identify windows by the co-ordinates of the mouse click. I suspect that it's doing that by spinning up an x-client and listening for the next mouse-click event, and examining the window associated with it (but I haven't found the source code for it yet). Obviously, that requires generation of the mouse-click event that gets set by the x-server, and also requires the knowledge of some point where the mouse click event can be generated that the window in question occupies, and is top in the z-ordering at that position. Since other applications can arbitrarily open dialog boxes and what-not over those locations, this is intrinsically unstable.
    I have thought about trying to get the windows to open the first time at some extremely ridiculous co-ordinates that no other application will ever open at, and then manually force it to move onto the desktop real estate. If I can pull that off, and always queue up the starting of the applications in that location to happen serially, then I only run into problems if my application is running more than one instance on the same desktop. Making the starting geometry random, but still ridiculous might solve the problem, mostly. But this all sounds kind of convoluted. I was hoping there was a better way to do this stuff.
    >
    >
    The solution I've come up with for the moment is to use JNI to work with the XLib libraries already found on the linux machines. The problem I'm having is this: What a user would normally consider to be a single window for a single application is actually several X11 windows that occupy parts of the same real estate. I think (although I'm not sure) that its typically one directing window, and then it gets subdivided into other visible and non-visible windows for menus and view ports and stuff. Pretty much. There's a containment hierarchy, just like in Java. Each window has a handle to its parent (can't tell you what the method is to get that), and at the top is the root window (controlled by the window manager), without a handle. So you can work your way up the hierarchy until you hit the root, then go back down one level. Actually, once you find the root window, you should be able to get a list of all children from it, so that may be your best approach.
    Yeah, I've discovered that. The trick, then, is to find the window with the correct geometry to match the window I'm looking for. Which pretty much requires my application to know the geometry of the window I'm looking for. I don't really have a good solution for that.
    >
    Also, I couldn't find any java libraries for interfacing with X11, but I'm not wild about using JNI. Does anybody know of any ports of XLib to Java?It's called AWT :-)Yeah, no kidding. A lot of the stuff I want to do I could do with AWT, if everything was running all in the same jvm, but its not, and in fact, some of these windows aren't java processes at all.
    >
    And actually, most native X programs don't use XLib directly either. They go through a widget toolkit, like Motif or Qt.hmm... I really don't know much about either the Motif or Qt toolkits, but I doubt that they've got the power I need for the stuff I want to do. Have you had any experience with them?
    - Adam

  • Acrobat 10.1.7 crash by loading plugin with using clr

    Hi,
    I have develop some plugins using Acrobat SDK with CLR, specified /clr option.
    But these plugins causes application crash of Acrobat X, 10.1.7, when trying to close the application.
    Simply plugin with /clr option, not loading CLR dynamically, also causes crash of Acrobat.
    Please tell me how to avoid this problem.
    Regards.

    Some people seem to have succeeded with this approach, but it seems unnatural and prone to difficult to solve problems. I believe plug-in programmers need to grasp the nettle and learn how to make native UIs (i.e. using C or C++ or a native widget toolkit). Yes, this is a large and complex diversion, but there are times to give up trying to put in nails with a screwdriver, and buy a hammer.

  • File not found - opening files from appXplorer

    Quite strange this one. Bear in mind, I've just started my first JSP project. So if I get some terminology wrong, please be gentle. :)
    OK; start up NitroX and open the three files I have (two in web/ one in pages/). index.jsp includes two of the other files (using <%@include/> directive)
    All is well, it recognises that they are included and the top-level tag references and variables are available in the included pages.
    When I edit and save any one of the pages, all the other pages loose thier references. Variables and tags become unresolved. If I then close the page and try and reopen it, I get an alert box with "The file file:/x:/webapps/root/cars/pages/config.jsp cannot be found".
    Any changes I make and save are successful. Restarting NitroX fixes the problem, but it happens again as soon as I save the first time. X: is a network drive, but it's actually a network drive on my machine.
    Any suggestions? Configuration dump follows:
    *** Date: 7/09/05 15:11
    *** Platform Details:
    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=I200409212000
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    C:\Documents and Settings\Shed Media\Desktop\eclipse\eclipse.exe -showsplash 600
    -exitdata
    C:\Documents and Settings\Shed Media\Desktop\eclipse\eclipse.exe -exitdata fe8_38
    -feature
    com.m7.nitrox
    -application
    org.eclipse.ui.ide.workbench
    -vm
    C:\WINDOWS\system32\javaw.exe
    eclipse.product=com.m7.nitrox
    eclipse.startTime=1126068873218
    eclipse.vm=C:\WINDOWS\system32\javaw.exe
    eclipse.vmargs=-Xms128M
    -Xmx512M
    -Dosgi.splashLocation=C:\NitroX_JSP_Editor_2.1_425\NitroX\splash.bmp
    -cp
    C:\Documents and Settings\Shed Media\Desktop\eclipse\startup.jar
    org.eclipse.core.launcher.Main
    eof=eof
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    http.proxyHost=
    http.proxyPort=
    http.proxySet=true
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\Documents and Settings\Shed Media\Desktop\eclipse\startup.jar
    java.class.version=49.0
    java.endorsed.dirs=C:\Program Files\Java\jre1.5.0_02\lib\endorsed
    java.ext.dirs=C:\Program Files\Java\jre1.5.0_02\lib\ext
    java.home=C:\Program Files\Java\jre1.5.0_02
    java.io.tmpdir=C:\DOCUME~1\SHEDME~1\LOCALS~1\Temp\
    java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\usr\bin;C:\Program Files\OPENXTRA\WinPCap
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_02-b09
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.5.0_02
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.5.0_02-b09
    line.separator=
    m7.launcher=true
    org.eclipse.jdt.debug.ui.scrapbookActive=false
    org.osgi.framework.executionenvironment=
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1
    org.osgi.framework.processor=x86
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.2.0
    org.w3c.css.sac.parser=com.steadystate.css.parser.SACParser
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=c:\Documents and Settings\Shed Media\Desktop\eclipse\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/c:/Documents and Settings/Shed Media/Desktop/eclipse/configuration/
    osgi.framework=file:/c:/Documents and Settings/Shed Media/Desktop/eclipse/plugins/org.eclipse.osgi_3.1.0/
    osgi.framework.beginningstartlevel=1
    osgi.framework.version=3.0.0
    osgi.frameworkClassPath=core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar
    osgi.install.area=file:/c:/Documents and Settings/Shed Media/Desktop/eclipse/
    osgi.instance.area=file:/x:/webapps/root/
    osgi.logfile=x:\webapps\root\.metadata\.log
    osgi.manifest.cache=c:\Documents and Settings\Shed Media\Desktop\eclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_AU
    osgi.os=win32
    osgi.splashLocation=C:\NitroX_JSP_Editor_2.1_425\NitroX\splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:\Program Files\Java\jre1.5.0_02\lib\rt.jar;C:\Program Files\Java\jre1.5.0_02\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_02\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_02\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_02\lib\jce.jar;C:\Program Files\Java\jre1.5.0_02\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_02\classes
    sun.boot.library.path=C:\Program Files\Java\jre1.5.0_02\bin
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 2
    user.country=AU
    user.dir=C:\Documents and Settings\Shed Media\Desktop\eclipse
    user.home=C:\Documents and Settings\Shed Media
    user.language=en
    user.name=Shed Media
    user.timezone=Australia/Brisbane
    user.variant=
    *** Features:
    com.exadel.studio (3.0.3) "Exadel Studio Pro"
    com.m7.nitrox (2.1.0) "NitroX"
    org.eclipse.emf (2.1.0) "Eclipse Modeling Framework (EMF)"
    org.eclipse.emf.ecore.sdo (2.1.0) "EMF Service Data Objects (SDO)"
    org.eclipse.gef (3.1.0) "Graphical Editing Framework"
    org.eclipse.jdt (3.1.0) "Eclipse Java Development Tools"
    org.eclipse.jdt.source (3.1.0) "Eclipse Java Development Tools SDK"
    org.eclipse.jst (0.7.0) "J2EE Standard Tools"
    org.eclipse.jst (0.7.0) "J2EE Standard Tools"
    org.eclipse.pde (3.1.0) "Eclipse Plug-in Development Environment"
    org.eclipse.pde.source (3.1.0) "Eclipse Plug-in Development Environment Developer Resources"
    org.eclipse.platform (3.1.0) "Eclipse Platform"
    org.eclipse.platform.source (3.1.0) "Eclipse Platform Plug-in Developer Resources"
    org.eclipse.sdk (3.1.0) "Eclipse Project SDK"
    org.eclipse.wst (0.7.0) "Web Standard Tools"
    org.eclipse.wst (0.7.0) "Web Standard Tools"
    org.eclipse.xsd (2.1.0) "XML Schema Infoset Model (XSD)"
    org.springframework.ide.eclipse (1.2.2) "Spring IDE"
    *** Plug-in Registry:
    com.exadel.common (7.0.3) "Exadel Common" [Installed]
    com.exadel.common.gef (2.0.3) "Exadel GEF Common" [Installed]
    com.exadel.examples (1.0.3) "Exadel Examples" [Resolved]
    com.exadel.jsf (6.0.3) "Exadel JSF Studio" [Installed]
    com.exadel.jsf.examples (1.0.3) "JSF Examples" [Resolved]
    com.exadel.jsf.ui (2.0.3) "Exadel JSF Studio" [Installed]
    com.exadel.jsf.verification (7.0.3) "JSF Verification" [Installed]
    com.exadel.model (7.0.3) "Exadel Model" [Installed]
    com.exadel.model.ui (7.0.3) "Exadel Model UI" [Installed]
    com.exadel.model.ui.editors (7.0.3) "Exadel Editors" [Installed]
    com.exadel.model.ui.views (7.0.3) "Exadel Studio" [Installed]
    com.exadel.orm2.core (1.0.3) "ORM_CORE" [Installed]
    com.exadel.orm2.hblibs (1.0.3) "Hibernate Jars" [Resolved]
    com.exadel.orm2.view (1.0.3) "View Plug-in" [Installed]
    com.exadel.palette (7.0.3) "Exadel Studio Palette" [Installed]
    com.exadel.project.templates (7.0.3) "Exadel Project Templates" [Installed]
    com.exadel.prompting.knowledgebase (7.0.3) "Exadel Struts Studio Prompting Knowledgebase" [Installed]
    com.exadel.struts (7.0.3) "com.exadel.struts" [Installed]
    com.exadel.struts.debug (2.0.3) "Exadel Struts Debugger" [Installed]
    com.exadel.struts.examples (1.0.3) "Struts Examples" [Resolved]
    com.exadel.struts.pro.ui (7.0.3) "Struts Studio UI" [Installed]
    com.exadel.struts.ui (7.0.3) "Exadel Struts Studio" [Installed]
    com.exadel.struts.validator.ui (7.0.3) "Exadel Struts Studio Validator" [Installed]
    com.exadel.struts.verification (7.0.3) "Struts Verification" [Installed]
    com.exadel.studio (3.0.3) "Exadel Studio Pro" [Resolved]
    com.exadel.templates (2.0.3) "Exadel Templates Plug-in" [Installed]
    com.exadel.texteditors.extensions (1.0.3) "Text Editors Extensions" [Installed]
    com.exadel.texteditors.extensions.jsf (1.0.3) "Jsf Text Editors Extensions" [Installed]
    com.exadel.texteditors.extensions.struts (1.0.3) "Struts Text Editors Extensions" [Installed]
    com.exadel.texteditors.jsp (7.0.3) "Jsp Editor Plug-in" [Installed]
    com.exadel.texteditors.jsp.preview.verification (7.0.4) "Jsp Editor Plug-in" [Installed]
    com.exadel.texteditors.xml (7.0.3) "Xml Editor Plug-in" [Installed]
    com.exadel.ui (2.0.3) "Exadel UI Plugin" [Installed]
    com.exadel.verification (7.0.3) "com.exadel.verification" [Installed]
    com.exadel.verification.ui (7.0.3) "Exadel Studio Verification Framework" [Installed]
    com.exadel.vpe (1.0.3) "Vpe Plug-in" [Installed]
    com.exadel.vpe.mozilla (1.0.3) "Visual Page Editor" [Resolved]
    com.exadel.vpe.mozilla.win32 (1.0.3) "Win32 Fragment" [Resolved]
    com.exadel.web (7.0.3) "Web" [Installed]
    com.exadel.web.debug (2.0.3) "Web Debug" [Installed]
    com.exadel.web.debug.ui (2.0.3) "Web Debug UI" [Installed]
    com.exadel.web.tiles (7.0.3) "Web Tiles" [Installed]
    com.exadel.web.tiles.ui (7.0.3) "Exadel Tiles" [Installed]
    com.exadel.web.ui (7.0.3) "Web UI" [Installed]
    com.ibm.etools.emf.event (3.0.0.1) "Event Model" [Resolved]
    com.m7.nitrox (2.1.0) "NitroX" [Active]
    com.m7.nitrox.eclipse3.0 (2.1.0) "NitroX Eclipse 3.0 Fragment" [Resolved]
    com.neomalogic.solex (0.5.2.b) "Solex" [Resolved]
    com.rohanclan.cfml (1.1.17.2) "CFML Plug-in" [Resolved]
    nu.psnet.quickimage (0.2.0) "QuickImage" [Resolved]
    org.apache.ant (1.6.2) "Apache Ant" [Resolved]
    org.apache.axis (1.2.1) "Axis121 Plug-in" [Resolved]
    org.apache.lucene (1.3.0) "Apache Lucene" [Resolved]
    org.apache.wsil4j (1.0.0) "Apache WSIL4J 1.0" [Resolved]
    org.apache.xerces (2.7.0) "Xerces 2.7.0" [Resolved]
    org.eclipse.ant.core (3.1.0) "Ant Build Tool Core" [Resolved]
    org.eclipse.ant.ui (3.1.0) "Ant UI" [Resolved]
    org.eclipse.compare (3.1.0) "Compare Support" [Active]
    org.eclipse.core.boot (3.0.0) "Core Boot" [Resolved]
    org.eclipse.core.expressions (3.1.0) "Expression Language" [Active]
    org.eclipse.core.filebuffers (3.1.0) "File Buffers" [Active]
    org.eclipse.core.resources (3.1.0) "Core Resource Management" [Active]
    org.eclipse.core.resources.win32 (3.0.0) "Core Resource Management Win32 Fragment" [Resolved]
    org.eclipse.core.runtime (3.1.0) "Core Runtime" [Active]
    org.eclipse.core.runtime.compatibility (3.0.0) "Core Runtime Plug-in Compatibility" [Resolved]
    org.eclipse.core.variables (3.0.0) "Core Variables" [Resolved]
    org.eclipse.debug.core (3.1.0) "Debug Core" [Active]
    org.eclipse.debug.ui (3.1.0) "Debug UI" [Active]
    org.eclipse.draw2d (3.1.0) "Draw2d" [Resolved]
    org.eclipse.emf (2.1.0) "Eclipse Modeling Framework (EMF)" [Resolved]
    org.eclipse.emf.ant (2.1.0) "EMF Ant Tasks" [Resolved]
    org.eclipse.emf.codegen (2.1.0) "EMF Template Code Generator" [Resolved]
    org.eclipse.emf.codegen.ecore (2.1.0) "EMF Ecore Code Generation" [Resolved]
    org.eclipse.emf.codegen.ecore.ui (2.1.0) "EMF Ecore Code Generation UI" [Resolved]
    org.eclipse.emf.codegen.ui (2.1.0) "EMF Template Code Generator UI" [Resolved]
    org.eclipse.emf.common (2.1.0) "EMF Common" [Resolved]
    org.eclipse.emf.common.ui (2.1.0) "EMF Common UI" [Resolved]
    org.eclipse.emf.commonj.sdo (2.1.0) "CommonJ SDO" [Resolved]
    org.eclipse.emf.ecore (2.1.0) "EMF Ecore" [Resolved]
    org.eclipse.emf.ecore.change (2.1.0) "EMF Ecore Change Model" [Resolved]
    org.eclipse.emf.ecore.change.edit (2.1.0) "EMF Ecore Change Edit Support" [Resolved]
    org.eclipse.emf.ecore.edit (2.1.0) "EMF Ecore Edit Support" [Resolved]
    org.eclipse.emf.ecore.editor (2.1.0) "Sample Ecore Editor" [Resolved]
    org.eclipse.emf.ecore.sdo (2.1.0) "EMF Service Data Objects (SDO)" [Resolved]
    org.eclipse.emf.ecore.sdo.edit (2.1.0) "EMF Service Data Objects (SDO) Edit Support" [Resolved]
    org.eclipse.emf.ecore.sdo.editor (2.1.0) "EMF Service Data Objects (SDO) Editor" [Resolved]
    org.eclipse.emf.ecore.xmi (2.1.0) "EMF XMI" [Resolved]
    org.eclipse.emf.edit (2.1.0) "EMF Edit" [Resolved]
    org.eclipse.emf.edit.ui (2.1.0) "EMF Edit UI" [Resolved]
    org.eclipse.emf.importer (2.1.0) "EMF Model Import Support" [Resolved]
    org.eclipse.emf.importer.ecore (2.1.0) "EMF Ecore Importer" [Resolved]
    org.eclipse.emf.importer.java (2.1.0) "EMF Annotated Java Importer" [Resolved]
    org.eclipse.emf.importer.rose (2.1.0) "EMF Rose Importer" [Resolved]
    org.eclipse.emf.mapping (2.1.0) "EMF Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2ecore (2.1.0) "Ecore to Ecore Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.1.0) "Ecore to Ecore Mapping Editor" [Resolved]
    org.eclipse.emf.mapping.ecore2xml (2.1.0) "Ecore to XML Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2xml.ui (2.1.0) "Ecore to XML Mapping UI" [Resolved]
    org.eclipse.emf.mapping.ui (2.1.0) "EMF Mapping UI" [Resolved]
    org.eclipse.emf.mapping.xsd2ecore (2.1.0) "XSD to Ecore Mapping" [Resolved]
    org.eclipse.emf.mapping.xsd2ecore.editor (2.1.0) "XSD to Ecore Mapping Editor" [Resolved]
    org.eclipse.gef (3.1.0) "Graphical Editing Framework" [Resolved]
    org.eclipse.help (3.0.0) "Help System Core" [Active]
    org.eclipse.help.appserver (3.0.0) "Help Application Server" [Resolved]
    org.eclipse.help.base (3.0.0) "Help System Base" [Resolved]
    org.eclipse.help.ide (3.0.0) "Help System IDE" [Resolved]
    org.eclipse.help.ui (3.0.0) "Help System UI" [Resolved]
    org.eclipse.help.webapp (3.0.0) "Help System Webapp" [Resolved]
    org.eclipse.jdt (3.1.0) "Eclipse Java Development Tools" [Resolved]
    org.eclipse.jdt.core (3.1.0) "Java Development Tools Core" [Active]
    org.eclipse.jdt.debug (3.1.0) "JDI Debug Model" [Active]
    org.eclipse.jdt.debug.ui (3.1.0) "JDI Debug UI" [Active]
    org.eclipse.jdt.doc.isv (3.1.0) "Eclipse JDT Plug-in Developer Guide" [Resolved]
    org.eclipse.jdt.doc.user (3.1.0) "Eclipse Java Development User Guide" [Resolved]
    org.eclipse.jdt.junit (3.1.0) "Java Development Tools JUnit support" [Resolved]
    org.eclipse.jdt.junit.runtime (3.1.0) "Java Development Tools JUnit runtime support" [Resolved]
    org.eclipse.jdt.launching (3.1.0) "Java Development Tools Launching Support" [Active]
    org.eclipse.jdt.source (3.1.0) "Eclipse Java Development Tools SDK" [Resolved]
    org.eclipse.jdt.ui (3.1.0) "Java Development Tools UI" [Active]
    org.eclipse.jem (1.1.0) "Java EMF Model" [Installed]
    org.eclipse.jem.beaninfo (1.1.0) "Java EMF Model BeanInfo (Introspection) Support" [Installed]
    org.eclipse.jem.proxy (1.1.0) "Java EMF Model Proxy Support" [Installed]
    org.eclipse.jem.ui (1.1.0) "Java EMF Model UI" [Installed]
    org.eclipse.jem.util (1.1.0) "Java EMF Model Utilities" [Installed]
    org.eclipse.jem.workbench (1.1.0) "Java EMF Model Workbench Support" [Installed]
    org.eclipse.jface (3.1.0) "JFace" [Active]
    org.eclipse.jface.text (3.1.0) "JFace Text" [Active]
    org.eclipse.jst (0.7.0) "J2EE Standard Tools" [Resolved]
    org.eclipse.jst.common.annotations.controller (0.7.0) "Annotation Controller Plug-in" [Installed]
    org.eclipse.jst.common.annotations.core (0.7.0) "Annotation Core Plug-in" [Installed]
    org.eclipse.jst.common.annotations.ui (0.7.0) "Ui Plug-in" [Installed]
    org.eclipse.jst.common.frameworks (0.7.0) "Integration Plug-in" [Installed]
    org.eclipse.jst.common.navigator.java (0.7.0) "Navigator Plug-in" [Installed]
    org.eclipse.jst.doc.user (0.7.0) "JST User Doc Plug-in" [Resolved]
    org.eclipse.jst.ejb.ui (0.7.0) "WTP EJB UI Plug-in" [Installed]
    org.eclipse.jst.j2ee (0.7.0) "J2EE Component" [Installed]
    org.eclipse.jst.j2ee.core (0.7.0) "J2EE Core Component" [Installed]
    org.eclipse.jst.j2ee.ejb (0.7.0) "EJB component Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotation.model (0.7.0) "EJB Annotation Model Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotations.emitter (0.7.0) "EJB Emitter Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotations.ui (0.7.0) "EJB Annotations Ui Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotations.xdoclet (0.7.0) "Xdoclet Annotations Plug-in" [Installed]
    org.eclipse.jst.j2ee.jca (0.7.0) "JCA Plug-in" [Installed]
    org.eclipse.jst.j2ee.jca.ui (0.7.0) "WTP JCA UI Plug-in" [Installed]
    org.eclipse.jst.j2ee.navigator.ui (0.7.0) "J2EE Extensions to Common Navigator" [Installed]
    org.eclipse.jst.j2ee.ui (0.7.0) "WTP J2EE UI Plug-in" [Installed]
    org.eclipse.jst.j2ee.web (0.7.0) "Web Plug-in" [Installed]
    org.eclipse.jst.j2ee.webservice (0.7.0) "Web Service Plug-in" [Installed]
    org.eclipse.jst.j2ee.webservices.ui (0.7.0) "WTP Webservice UI Plug-in" [Installed]
    org.eclipse.jst.jsp.core (0.7.0) "Structured Source JSP Model" [Installed]
    org.eclipse.jst.jsp.core (0.7.1) "Structured Source JSP Model" [Installed]
    org.eclipse.jst.jsp.ui (0.7.0) "SSE JSP Source Editor" [Installed]
    org.eclipse.jst.server.core (0.7.0) "Java Server Support" [Resolved]
    org.eclipse.jst.server.generic.core (0.7.0) "Generic Server Plugin" [Resolved]
    org.eclipse.jst.server.generic.serverdefinitions (0.7.0) "Generic server example definitions" [Installed]
    org.eclipse.jst.server.generic.ui (0.7.0) "Generic Server Plugin UI" [Installed]
    org.eclipse.jst.server.geronimo.core (0.7.0) "Geronimo server support" [Installed]
    org.eclipse.jst.server.geronimo.ui (0.7.0) "Geronimo server UI support" [Installed]
    org.eclipse.jst.server.tomcat.core (0.7.0) "Apache Tomcat Support" [Installed]
    org.eclipse.jst.server.tomcat.ui (0.7.0) "Apache Tomcat UI Support" [Installed]
    org.eclipse.jst.server.ui (0.7.0) "Java Server UI Support" [Installed]
    org.eclipse.jst.server.websphere.core (0.7.0) "WebSphere Generic Server Definition Core Plug-in" [Installed]
    org.eclipse.jst.servlet.ui (0.7.0) "WTP Servlet UI Plug-in" [Installed]
    org.eclipse.jst.ws (0.7.0) "Web Services" [Installed]
    org.eclipse.jst.ws.axis.consumption.core (0.7.0) "Web service Axis Consumption Core" [Installed]
    org.eclipse.jst.ws.axis.consumption.ui (0.7.0) "Webservice Axis Consumption UI" [Installed]
    org.eclipse.jst.ws.axis.consumption.ui (0.7.1) "Webservice Axis Consumption UI" [Installed]
    org.eclipse.jst.ws.axis.creation.ui (0.7.0) "Webservice Axis Creation UI" [Installed]
    org.eclipse.jst.ws.consumption (0.7.0) "Web Services Consumption" [Installed]
    org.eclipse.jst.ws.consumption.ui (0.7.0) "Web Services Consumption Graphical User Interface" [Installed]
    org.eclipse.jst.ws.consumption.ui (0.7.1) "Web Services Consumption Graphical User Interface" [Installed]
    org.eclipse.jst.ws.creation.ejb.ui (0.7.0) "Web Services Creation EJB Graphical User Interface" [Installed]
    org.eclipse.jst.ws.creation.ui (0.7.0) "Web Services Creation Graphical User Interface" [Installed]
    org.eclipse.jst.ws.creation.ui (0.7.1) "Web Services Creation Graphical User Interface" [Installed]
    org.eclipse.jst.ws.uddiregistry (0.7.0) "Web Services Universal Description Discovery and Integration Registry" [Installed]
    org.eclipse.jst.ws.ui (0.7.0) "Web Services Graphical User Interface" [Installed]
    org.eclipse.jst.ws.ui (0.7.1) "Web Services Graphical User Interface" [Installed]
    org.eclipse.ltk.core.refactoring (3.1.0) "Refactoring Core" [Active]
    org.eclipse.ltk.ui.refactoring (3.1.0) "Refactoring UI" [Active]
    org.eclipse.osgi (3.1.0) "OSGi System Bundle" [Active]
    org.eclipse.osgi.services (3.0.0) "OSGi Release 3 Services" [Resolved]
    org.eclipse.osgi.util (3.0.0) "OSGi R3 Utility Classes" [Resolved]
    org.eclipse.pde (3.1.0) "Eclipse Plug-in Development Environment" [Resolved]
    org.eclipse.pde.build (3.1.0) "Plug-in Development Environment Build Support" [Resolved]
    org.eclipse.pde.core (3.1.0) "Plug-in Development Core" [Resolved]
    org.eclipse.pde.doc.user (3.1.0) "Eclipse Plug-in Development User Guide" [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) "PDE JUnit Plug-in Test" [Resolved]
    org.eclipse.pde.runtime (3.1.0) "Plug-in Development Environment Runtime" [Resolved]
    org.eclipse.pde.source (3.1.0) "Eclipse Plug-in Development Environment Developer Resources" [Resolved]
    org.eclipse.pde.ui (3.1.0) "Plug-in Development UI" [Resolved]
    org.eclipse.platform (3.1.0) "Eclipse Platform" [Resolved]
    org.eclipse.platform.doc.isv (3.1.0) "Eclipse Platform Plug-in Developer Guide" [Resolved]
    org.eclipse.platform.doc.user (3.1.0) "Eclipse Workbench User Guide" [Resolved]
    org.eclipse.platform.source (3.1.0) "Eclipse Platform Plug-in Developer Resources" [Resolved]
    org.eclipse.platform.source.win32.win32.x86 (3.1.0) "Eclipse Platform Plug-in Developer Resources" [Resolved]
    org.eclipse.sdk (3.1.0) "Eclipse Project SDK" [Resolved]
    org.eclipse.search (3.1.0) "Search Support" [Active]
    org.eclipse.swt (3.1.0) "Standard Widget Toolkit" [Resolved]
    org.eclipse.swt.win32 (3.1.0) "Standard Widget Toolkit for Windows" [Resolved]
    org.eclipse.team.core (3.1.0) "Team Support Core" [Active]
    org.eclipse.team.cvs.core (3.1.0) "CVS Team Provider Core" [Resolved]
    org.eclipse.team.cvs.ssh (3.1.0) "CVS SSH Core" [Resolved]
    org.eclipse.team.cvs.ssh2 (3.1.0) "CVS SSH2" [Resolved]
    org.eclipse.team.cvs.ui (3.1.0) "CVS Team Provider UI" [Resolved]
    org.eclipse.team.ui (3.1.0) "Team Support UI" [Active]
    org.eclipse.text (3.1.0) "Text" [Active]
    org.eclipse.tomcat (4.1.30) "Tomcat Wrapper" [Resolved]
    org.eclipse.ui (3.1.0) "Eclipse UI" [Active]
    org.eclipse.ui.cheatsheets (3.0.0) "Cheat Sheets" [Resolved]
    org.eclipse.ui.console (3.1.0) "Console" [Resolved]
    org.eclipse.ui.editors (3.1.0) "Default Text Editor" [Active]
    org.eclipse.ui.externaltools (3.1.0) "External Tools" [Active]
    org.eclipse.ui.forms (3.0.0) "Eclipse Forms" [Resolved]
    org.eclipse.ui.ide (3.1.0) "Eclipse IDE UI" [Active]
    org.eclipse.ui.intro (3.0.0) "Intro Plugin" [Resolved]
    org.eclipse.ui.presentations.r21 (3.1.0) "R21 Presentation Plug-in" [Resolved]
    org.eclipse.ui.views (3.1.0) "Views" [Active]
    org.eclipse.ui.win32 (3.1.0) "Win32 fragment" [Resolved]
    org.eclipse.ui.workbench (3.1.0) "Workbench" [Active]
    org.eclipse.ui.workbench.compatibility (3.1.0) "Workbench Compatibility" [Resolved]
    org.eclipse.ui.workbench.texteditor (3.1.0) "Text Editor Framework" [Active]
    org.eclipse.update.configurator (3.0.0) "Install/Update Configurator" [Active]
    org.eclipse.update.core (3.0.0) "Install/Update Core" [Active]
    org.eclipse.update.core.win32 (3.0.0) "Install/Update Core for Windows" [Resolved]
    org.eclipse.update.scheduler (3.0.0) "Automatic Updates Scheduler" [Active]
    org.eclipse.update.ui (3.0.0) "Install/Update UI" [Resolved]
    org.eclipse.wst (0.7.0) "Web Standard Tools" [Resolved]
    org.eclipse.wst.command.env (0.7.0) "Environment Command Framework (headless)" [Resolved]
    org.eclipse.wst.command.env.core (0.7.0) "Environment Command Framework (core)" [Resolved]
    org.eclipse.wst.command.env.ui (0.7.0) "Environment Command Framework (GUI)" [Resolved]
    org.eclipse.wst.common.emf (0.7.0) "EMF Utilities" [Installed]
    org.eclipse.wst.common.emfworkbench.integration (0.7.0) "EMF Workbench Edit Plug-in" [Installed]
    org.eclipse.wst.common.frameworks (0.7.0) "org.eclipse.wst.common.frameworks" [Installed]
    org.eclipse.wst.common.frameworks.ui (0.7.0) "WTP UI Plug-in" [Installed]
    org.eclipse.wst.common.modulecore (0.7.0) "Modulecore Plug-in" [Installed]
    org.eclipse.wst.common.navigator.views (0.7.0) "Common Navigator View" [Resolved]
    org.eclipse.wst.common.navigator.workbench (0.7.0) "Navigator Workbench Components" [Installed]
    org.eclipse.wst.common.snippets (0.7.0) "Snippets View" [Resolved]
    org.eclipse.wst.common.ui (0.7.0) "Eclipse Base UI extensions" [Resolved]
    org.eclipse.wst.common.ui.properties (0.7.0) "Common Properties UI" [Resolved]
    org.eclipse.wst.common.uriresolver (0.7.0) "org.eclipse.wst.common.uriresolver" [Resolved]
    org.eclipse.wst.css.core (0.7.0) "Structured Source CSS Model" [Installed]
    org.eclipse.wst.css.ui (0.7.0) "SSE CSS Source Editor" [Installed]
    org.eclipse.wst.doc.user (0.7.0) "Web Standard Tools Help User Doc Plug-in" [Resolved]
    org.eclipse.wst.dtd.core (0.7.0) "Structured Source DTD Core" [Installed]
    org.eclipse.wst.dtd.ui (0.7.0) "SSE DTD Source Editor" [Installed]
    org.eclipse.wst.html.core (0.7.0) "Structured Source HTML Model" [Installed]
    org.eclipse.wst.html.standard.dtds (0.7.0) "Known DTDs" [Installed]
    org.eclipse.wst.html.ui (0.7.0) "HTML UI Source Editor" [Installed]
    org.eclipse.wst.internet.cache (0.7.0) "Cache URI Resolver Plug-in" [Resolved]
    org.eclipse.wst.internet.monitor.core (0.7.0) "Monitor" [Resolved]
    org.eclipse.wst.internet.monitor.ui (0.7.0) "TCP/IP Monitor" [Resolved]
    org.eclipse.wst.internet.proxy (0.7.0) "Internet Proxy Preferences" [Active]
    org.eclipse.wst.javascript.core (0.7.0) "Structured Source JavaScript Model" [Resolved]
    org.eclipse.wst.javascript.ui (0.7.0) "SSE JavaScript Source Editor" [Installed]
    org.eclipse.wst.rdb.connection.ui (0.7.0) "RDB Connection.ui" [Installed]
    org.eclipse.wst.rdb.connection.ui (0.7.1) "RDB Connection.ui" [Installed]
    org.eclipse.wst.rdb.core (0.7.0) "RDB Core" [Resolved]
    org.eclipse.wst.rdb.core.ui (0.7.0) "Core UI plugin" [Installed]
    org.eclipse.wst.rdb.core.ui (0.7.1) "Core UI plugin" [Installed]
    org.eclipse.wst.rdb.data.core (0.7.0) "Data Core Plugin" [Installed]
    org.eclipse.wst.rdb.data.ui (0.7.0) "Data UI Plugin" [Installed]
    org.eclipse.wst.rdb.dbdefinition.db2.iseries (1.0.0) "DB2 UDB iSeries Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.db2.luw (0.7.0) "DB2 UDB Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.db2.zseries (0.7.0) "DB2 UDB Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.derby (0.7.0) "IBM Cloudscape Database Definition" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.informix (0.7.0) "Informix Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.mysql (0.7.0) "DBDefinition Mysql Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.oracle (0.7.0) "Oracle Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.sqlserver (0.7.0) "SQL Server Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.sybase (0.7.0) "Sybase Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.derby (0.7.0) "RDB Derby Plug-in" [Resolved]
    org.eclipse.wst.rdb.derby.ui (0.7.0) "RDB Derby Ui Plug-in" [Installed]
    org.eclipse.wst.rdb.fe.ui (0.7.0) "FE Ui Plug-in" [Installed]
    org.eclipse.wst.rdb.fe.ui.actions (0.7.0) "FE Ui Actions Plug-in" [Installed]
    org.eclipse.wst.rdb.models.dbdefinition (0.7.0) "DBDefinition Model" [Resolved]
    org.eclipse.wst.rdb.models.sql (0.7.0) "SQLModel Plug-in" [Resolved]
    org.eclipse.wst.rdb.models.sql.edit (0.7.0) "SQLModel Edit Plug-in" [Resolved]
    org.eclipse.wst.rdb.mysql (0.7.0) "RDB Mysql Plug-in" [Resolved]
    org.eclipse.wst.rdb.outputview (0.7.0) "Data Output Plug-in" [Installed]
    org.eclipse.wst.rdb.server.extensions (0.7.0) "Server Explorer Extensions Plug-in" [Installed]
    org.eclipse.wst.rdb.server.ui (0.7.0) "Server Explorer plugin" [Installed]
    org.eclipse.wst.rdb.server.ui (0.7.1) "Server Explorer plugin" [Installed]
    org.eclipse.wst.rdb.sqleditor (0.7.0) "SQL Source Editor Plugin" [Installed]
    org.eclipse.wst.rdb.sqlscrapbook (0.7.0) "Sqlscrapbook Plug-in" [Installed]
    org.eclipse.wst.server.core (0.7.0) "Server Core" [Resolved]
    org.eclipse.wst.server.ui (0.7.0) "Server UI" [Installed]
    org.eclipse.wst.sse.core (0.7.0) "Structured Text Model" [Resolved]
    org.eclipse.wst.sse.ui (0.7.0) "Structured Source Editor" [Installed]
    org.eclipse.wst.validation (0.7.0) "Validation Framework" [Installed]
    org.eclipse.wst.validation.ui (0.7.0) "Validation Framework UI" [Installed]
    org.eclipse.wst.web (0.7.0) "Simple Web Plug-in" [Installed]
    org.eclipse.wst.web.ui (0.7.0) "Simple Web UI Plug-in" [Installed]
    org.eclipse.wst.ws (0.7.0) "Web Services" [Resolved]
    org.eclipse.wst.ws.explorer (0.7.0) "Web Services Explorer" [Installed]
    org.eclipse.wst.ws.explorer (0.7.1) "Web Services Explorer" [Resolved]
    org.eclipse.wst.ws.parser (0.7.0) "Web Services Description Parser" [Resolved]
    org.eclipse.wst.ws.ui (0.7.0) "Web Services UI" [Resolved]
    org.eclipse.wst.wsdl (0.7.0) "WSDL Model" [Resolved]
    org.eclipse.wst.wsdl.ui (0.7.0) "WSDL Editor" [Installed]
    org.eclipse.wst.wsdl.ui (0.7.1) "WSDL Editor" [Installed]
    org.eclipse.wst.wsdl.validation (0.7.0) "WSDL Validator" [Installed]
    org.eclipse.wst.wsi (0.7.0) "WSI Conformance Tools" [Installed]
    org.eclipse.wst.wsi.ui (0.7.0) "Soap Monitor" [Installed]
    org.eclipse.wst.xml.core (0.7.0) "Structured Source XML Model" [Installed]
    org.eclipse.wst.xml.core (0.7.1) "Structured Source XML Model" [Installed]
    org.eclipse.wst.xml.ui (0.7.0) "XML UI Plugin" [Installed]
    org.eclipse.wst.xml.ui (0.7.1) "XML UI Plugin" [Installed]
    org.eclipse.wst.xsd.core (0.7.0) "XSD Core Plugin" [Installed]
    org.eclipse.wst.xsd.ui (0.7.0) "XML Schema Editor" [Installed]
    org.eclipse.wst.xsd.ui (0.7.1) "XML Schema Editor" [Installed]
    org.eclipse.xsd (2.1.0) "XML Schema Infoset Model (XSD)" [Resolved]
    org.eclipse.xsd.ecore.importer (2.1.0) "XML Schema Importer for EMF" [Resolved]
    org.eclipse.xsd.edit (2.1.0) "XML Schema Edit Framework" [Resolved]
    org.eclipse.xsd.editor (2.1.0) "XML Schema Editor" [Resolved]
    org.jboss.ide.eclipse.serverdefinitions (0.7.0) "Generic server example definitions" [Installed]
    org.junit (3.8.1) "JUnit Testing Framework" [Resolved]
    org.objectweb.lomboz.common.launcher.ant (3.1.0) "Ant Launcher Plug-in" [Resolved]
    org.objectweb.lomboz.product (1.0.0) "Lomboz Plug-in" [Resolved]
    org.objectweb.lomboz.serverdefinitions (1.0.0) "Lomboz server definitions" [Installed]
    org.objectweb.lomboz.ws.axis (3.1.0) "WTP Axis Plug-in" [Resolved]
    org.objectweb.lomboz.xdoclet.codeassist (1.0.0) "JOnAS XDoclet Codeassist Plug-in" [Installed]
    org.springframework.ide.eclipse (1.2.2) "Spring IDE" [Resolved]
    org.springframework.ide.eclipse.beans.core (1.2.2) "Spring IDE Beans Core" [Active]
    org.springframework.ide.eclipse.beans.ui (1.2.2) "Spring IDE Beans UI" [Active]
    org.springframework.ide.eclipse.beans.ui.doc (1.2.1) "Spring IDE Beans Documentation" [Resolved]
    org.springframework.ide.eclipse.beans.ui.graph (1.2.1) "Spring IDE Beans Graph" [Resolved]
    org.springframework.ide.eclipse.cor

    Hi,
    Please clarify the following:
    * "X: is a network drive, but it's actually a network drive on my machine." - Is "X" a mapped drive to one of your shared folder on network?
    * What is the project directory structure with respect to WEB-INF/web.xml? Are you able to see the three pages (from web & pages folder) in NitroX Editor?
    * Does the modified content appear in "Design view" of index.jsp upon restarting NitroX?
    Ex:
    - modify one of the pages in "web" folder > save the file (alert appears)
    - restart NitroX, does index.jsp display the modified content of included page?
    * If possible please send the test case project which exhibits the behavior to [email protected]
    Thanks,
    M7 Support

Maybe you are looking for

  • Open VI Reference Cant find Control

    Unless... Starting from the beginning, I am running LV2009. I am opening a reference to a functional global VI running on a remote computer to get the value that is in its' front panel indicator. I have two problems. The first is that when I use a st

  • New to Indesign and need help on layout

    Hi there I have a small invitaiton business and have recently started using Indesign (steep learning curve).  I have designed a wedding suite for a bride and it is ready to go off to the printers.  My problem is i have recently changed printers and t

  • BPM Simple Sample Application Error!!!

    hi, i have some problems with the bpm simple sample applications on our local sap nw ce system (7.1 ehp1 sp0)? on the esworkplace i have download the *.sca file and have import this file into my nwds. i following the simple sample documentation an de

  • DVD's originally created on Tiger don't mount on Snow Leopard

    While using Tiger on my old imac G5 I made back up copies of Logic studio 8. My macbook pro 15" wants nothing to do with it. I even tried installing my previous Logic 7 express copied in the same manor. It has to be a compatibility issue. My question

  • HP 6110 All-in-one no longer prints...print jobs sit in queue

    My printer worked fine last week and now I went to print somethign and it just sits in queue.  I tried uninstalling/reinstalling the drivers, running the HP Diagnostic (which says everything seems fine) but nothing prints.   Any ideas on how to get t