Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » jspEditor plugin for eclipse from strecl crashes eclipse
jspEditor plugin for eclipse from strecl crashes eclipse [message #82551] Wed, 25 June 2003 20:18 Go to next message
Eclipse UserFriend
Originally posted by: mongoloid001.netscape.net

I like that plugin, but it crashes eclipse all the time. And strecl is not
supporting them anymore, I wonder if anyone got it to work with eclipse. Or
there is a similar plugin out there. I am using Crimson editor right now,
but it sucks for jsp tags.

Thanks!

--

!ENTRY org.eclipse.ui 4 4 Jun 06, 2003 14:55:34.41
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jun 06, 2003 14:55:34.41
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2332)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jun 06, 2003 14:55:34.51
!MESSAGE
*** Stack trace of contained exception ***
!ENTRY org.eclipse.ui 4 0 Jun 06, 2003 14:55:34.51
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.strecl.jsp.internal.ui.editors.e.a(Unknown Source)
at com.strecl.jsp.internal.ui.editors.JspEditor$3.selectionChan ged(Unknown
Source)
at com.strecl.jsp.internal.ui.editors.JspEditor$a.if(Unknown Source)
at com.strecl.jsp.internal.ui.editors.JspEditor$2.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Re: jspEditor plugin for eclipse from strecl crashes eclipse [message #82631 is a reply to message #82551] Wed, 25 June 2003 21:17 Go to previous messageGo to next message
Christian Sell is currently offline Christian SellFriend
Messages: 77
Registered: July 2009
Member
why not take a few minutes an fix it?

Mongo wrote:
> I like that plugin, but it crashes eclipse all the time. And strecl is not
> supporting them anymore, I wonder if anyone got it to work with eclipse. Or
> there is a similar plugin out there. I am using Crimson editor right now,
> but it sucks for jsp tags.
>
> Thanks!
>
Re: jspEditor plugin for eclipse from strecl crashes eclipse [message #82642 is a reply to message #82551] Wed, 25 June 2003 21:20 Go to previous messageGo to next message
Wayne Parrott is currently offline Wayne ParrottFriend
Messages: 84
Registered: July 2009
Member
Give MyEclipse Enterprise Workbench a try. It has a very good JSP/HTML
editor with many new features being released on a monthly basis. Key JSP
features included in the EA2 release are:

- native jsp breakpoints and debugging (very similar to Java breakpoints)
- code completion for jsp, scriplet, custom tags, and html
- auto inclusion of jsp import statements
- JSP validate on save identifies errors before deployment
- rich syntax coloring schemes
- html preview capability (jsp coming in a few days)
- format preferences for soft/hard tabs, indentation levels, upper/lower
case of tags, ...
- wizards for JSP, HTML, servlet creation
....

www.myeclipseide.com

Note MyEclipse feature set is driven by user demand. If you don't find what
you want post it to one of their forums.

Wayne
MyEclipse Team


"Mongo" <mongoloid001@netscape.net> wrote in message
news:bdd02s$r5d$1@rogue.oti.com...
> I like that plugin, but it crashes eclipse all the time. And strecl is not
> supporting them anymore, I wonder if anyone got it to work with eclipse.
Or
> there is a similar plugin out there. I am using Crimson editor right now,
> but it sucks for jsp tags.
>
> Thanks!
>
> --
>
> !ENTRY org.eclipse.ui 4 4 Jun 06, 2003 14:55:34.41
> !MESSAGE Unhandled exception caught in event loop.
> !ENTRY org.eclipse.ui 4 0 Jun 06, 2003 14:55:34.41
> !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
> !STACK 0
> org.eclipse.swt.SWTException: Failed to execute runnable
> (java.lang.NullPointerException)
> at org.eclipse.swt.SWT.error(SWT.java:2332)
> at
>
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:101)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:845)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
> !ENTRY org.eclipse.ui 4 4 Jun 06, 2003 14:55:34.51
> !MESSAGE
> *** Stack trace of contained exception ***
> !ENTRY org.eclipse.ui 4 0 Jun 06, 2003 14:55:34.51
> !MESSAGE java.lang.NullPointerException
> !STACK 0
> java.lang.NullPointerException
> at com.strecl.jsp.internal.ui.editors.e.a(Unknown Source)
> at
com.strecl.jsp.internal.ui.editors.JspEditor$3.selectionChan ged(Unknown
> Source)
> at com.strecl.jsp.internal.ui.editors.JspEditor$a.if(Unknown Source)
> at com.strecl.jsp.internal.ui.editors.JspEditor$2.run(Unknown Source)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
>
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:845)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
>
>
>
Re: jspEditor plugin for eclipse from strecl crashes eclipse [message #84131 is a reply to message #82631] Fri, 27 June 2003 17:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mongoloid001.netscape.net

Because it's supposed to be a tool. I wanna use 'tools' to fix 'other
things'. Don't wanna spend time on fixing 'tools'. 'Other things' are more
important than the 'tools'. If one tool doesn't work, I use another tool.
That was the purpose of my question.


"Christian Sell" <cse@dynabean.de> wrote in message
news:bdd3ho$um5$1@rogue.oti.com...
> why not take a few minutes an fix it?
>
> Mongo wrote:
> > I like that plugin, but it crashes eclipse all the time. And strecl is
not
> > supporting them anymore, I wonder if anyone got it to work with eclipse.
Or
> > there is a similar plugin out there. I am using Crimson editor right
now,
> > but it sucks for jsp tags.
> >
> > Thanks!
> >
>
Re: jspEditor plugin for eclipse from strecl crashes eclipse [message #84144 is a reply to message #82642] Fri, 27 June 2003 17:38 Go to previous message
Eclipse UserFriend
Originally posted by: mongoloid001.netscape.net

Thanks! I will give it a try.


"Wayne Parrott" <wayne@genuitec.com> wrote in message
news:bdd3ul$v41$1@rogue.oti.com...
> Give MyEclipse Enterprise Workbench a try. It has a very good JSP/HTML
> editor with many new features being released on a monthly basis. Key JSP
> features included in the EA2 release are:
>
> - native jsp breakpoints and debugging (very similar to Java breakpoints)
> - code completion for jsp, scriplet, custom tags, and html
> - auto inclusion of jsp import statements
> - JSP validate on save identifies errors before deployment
> - rich syntax coloring schemes
> - html preview capability (jsp coming in a few days)
> - format preferences for soft/hard tabs, indentation levels, upper/lower
> case of tags, ...
> - wizards for JSP, HTML, servlet creation
> ...
>
> www.myeclipseide.com
>
> Note MyEclipse feature set is driven by user demand. If you don't find
what
> you want post it to one of their forums.
>
> Wayne
> MyEclipse Team
>
>
> "Mongo" <mongoloid001@netscape.net> wrote in message
> news:bdd02s$r5d$1@rogue.oti.com...
> > I like that plugin, but it crashes eclipse all the time. And strecl is
not
> > supporting them anymore, I wonder if anyone got it to work with eclipse.
> Or
> > there is a similar plugin out there. I am using Crimson editor right
now,
> > but it sucks for jsp tags.
> >
> > Thanks!
> >
> > --
> >
> > !ENTRY org.eclipse.ui 4 4 Jun 06, 2003 14:55:34.41
> > !MESSAGE Unhandled exception caught in event loop.
> > !ENTRY org.eclipse.ui 4 0 Jun 06, 2003 14:55:34.41
> > !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
> > !STACK 0
> > org.eclipse.swt.SWTException: Failed to execute runnable
> > (java.lang.NullPointerException)
> > at org.eclipse.swt.SWT.error(SWT.java:2332)
> > at
> >
>
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:101)
> > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
> > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
> > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> > at
> >
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> > a:845)
> > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> > )
> > at
> >
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> > .java:25)
> > at java.lang.reflect.Method.invoke(Method.java:324)
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
> > at org.eclipse.core.launcher.Main.run(Main.java:747)
> > at org.eclipse.core.launcher.Main.main(Main.java:583)
> > !ENTRY org.eclipse.ui 4 4 Jun 06, 2003 14:55:34.51
> > !MESSAGE
> > *** Stack trace of contained exception ***
> > !ENTRY org.eclipse.ui 4 0 Jun 06, 2003 14:55:34.51
> > !MESSAGE java.lang.NullPointerException
> > !STACK 0
> > java.lang.NullPointerException
> > at com.strecl.jsp.internal.ui.editors.e.a(Unknown Source)
> > at
> com.strecl.jsp.internal.ui.editors.JspEditor$3.selectionChan ged(Unknown
> > Source)
> > at com.strecl.jsp.internal.ui.editors.JspEditor$a.if(Unknown Source)
> > at com.strecl.jsp.internal.ui.editors.JspEditor$2.run(Unknown Source)
> > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> > at
> >
>
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
> > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
> > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
> > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> > at
> >
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> > a:845)
> > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> > )
> > at
> >
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> > .java:25)
> > at java.lang.reflect.Method.invoke(Method.java:324)
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
> > at org.eclipse.core.launcher.Main.run(Main.java:747)
> > at org.eclipse.core.launcher.Main.main(Main.java:583)
> >
> >
> >
>
>
Previous Topic:Problem Exporting Jar file - classpath?
Next Topic:CVS crashes Eclipse 2.1 under Linux
Goto Forum:
  


Current Time: Sat Oct 19 19:40:13 GMT 2024

Powered by FUDForum. Page generated in 0.16279 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top