Home » Eclipse Projects » DSDP - Target Management » terminal view in an RCP application
terminal view in an RCP application [message #14329] |
Thu, 06 September 2007 17:26  |
Eclipse User |
|
|
|
Hello all,
I was wondering whether there is a tutorial, an example or any specific
documentation on how to add the "terminal view" to an RCP application.
Thank you,
- Saeid
|
|
| |
Re: terminal view in an RCP application [message #17611 is a reply to message #15151] |
Wed, 02 January 2008 05:53   |
Eclipse User |
|
|
|
Originally posted by: enrico.piccinni.gmail.com
Hy,
I'm new to eclipse RCP devloping. I'm trying to develop a RCP
application for monitoring robotics applications as my Ph.D thesis.
I need a terminal in my application and I'd like to use tm-terminal
activated from an action (tool-bar or menu). So far I did:
..) successfully: installed tm-terminal plugin in workbench
..) unseccesfully: try to activate it in my menu application.
Can you help me (i.e code fragmente, tutorial, ecc...) in
>> and drop the plugins you want into your application.
I think I have included all the plugins necessary to display that view
but I got a lot of errors.
Thank you a lot in advance.
enrico
Errors I got:
java.lang.NullPointerException
at
org.eclipse.tm.internal.terminal.view.TerminalView.setupMenu s(TerminalView.java:541)
at
org.eclipse.tm.internal.terminal.view.TerminalView.createPar tControl(TerminalView.java:434)
at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:370)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:227)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:592)
at org.eclipse.ui.internal.Perspective.showView(Perspective.jav a:2077)
at
org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:1018)
at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPag e.java:999)
at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.j ava:3666)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
Martin Oberhuber ha scritto:
> Can you be more specific?
>
> Because the simple answer is,
> download the TM-terminal-2.0.0.1.zip from
> http://download.eclipse.org/dsdp/tm/downloads/
> and drop the plugins you want into your application.
>
> Or what is it that you'd want beyond that?
> Programmatically creating a connection?
> Search bugzilla for that one.
>
> Thanks,
> --
> Martin Oberhuber
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
> Saeid Zoonematkermani wrote:
>> Hello all,
>>
>> I was wondering whether there is a tutorial, an example or any
>> specific documentation on how to add the "terminal view" to an RCP
>> application.
>>
>> Thank you,
>>
>> - Saeid
>>
>>
|
|
|
Re: terminal view in an RCP application [message #17716 is a reply to message #17611] |
Thu, 10 January 2008 07:57  |
Eclipse User |
|
|
|
Hello Enrico,
First of all, what version of the Terminal are you trying? What version
of Eclipse? That's important to know in order to understand the traceback.
When you installed the Terminal into your workbench successfully, you
should be able to use the "Window > Show View > Other > Terminal" menu
to activate it.
Cheers
Martin
Enrico Piccinini wrote:
> Hy,
>
> I'm new to eclipse RCP devloping. I'm trying to develop a RCP
> application for monitoring robotics applications as my Ph.D thesis.
>
> I need a terminal in my application and I'd like to use tm-terminal
> activated from an action (tool-bar or menu). So far I did:
>
> .) successfully: installed tm-terminal plugin in workbench
> .) unseccesfully: try to activate it in my menu application.
>
> Can you help me (i.e code fragmente, tutorial, ecc...) in
>
>>> and drop the plugins you want into your application.
>
> I think I have included all the plugins necessary to display that view
> but I got a lot of errors.
>
> Thank you a lot in advance.
> enrico
>
>
>
> Errors I got:
>
> java.lang.NullPointerException
> at
> org.eclipse.tm.internal.terminal.view.TerminalView.setupMenu s(TerminalView.java:541)
> at
> org.eclipse.tm.internal.terminal.view.TerminalView.createPar tControl(TerminalView.java:434)
> at
> org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:370)
> at org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:227)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:592)
> at org.eclipse.ui.internal.Perspective.showView(Perspective.jav a:2077)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:1018)
> at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPag e.java:999)
> at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.j ava:3666)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
>
>
>
> Martin Oberhuber ha scritto:
>> Can you be more specific?
>>
>> Because the simple answer is,
>> download the TM-terminal-2.0.0.1.zip from
>> http://download.eclipse.org/dsdp/tm/downloads/
>> and drop the plugins you want into your application.
>>
>> Or what is it that you'd want beyond that?
>> Programmatically creating a connection?
>> Search bugzilla for that one.
>>
>> Thanks,
>> --
>> Martin Oberhuber
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>>
>>
>> Saeid Zoonematkermani wrote:
>>> Hello all,
>>>
>>> I was wondering whether there is a tutorial, an example or any
>>> specific documentation on how to add the "terminal view" to an RCP
>>> application.
>>>
>>> Thank you,
>>>
>>> - Saeid
>>>
>>>
|
|
|
Re: terminal view in an RCP application [message #570117 is a reply to message #14329] |
Mon, 10 September 2007 10:12  |
Eclipse User |
|
|
|
Can you be more specific?
Because the simple answer is,
download the TM-terminal-2.0.0.1.zip from
http://download.eclipse.org/dsdp/tm/downloads/
and drop the plugins you want into your application.
Or what is it that you'd want beyond that?
Programmatically creating a connection?
Search bugzilla for that one.
Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Saeid Zoonematkermani wrote:
> Hello all,
>
> I was wondering whether there is a tutorial, an example or any specific
> documentation on how to add the "terminal view" to an RCP application.
>
> Thank you,
>
> - Saeid
>
>
|
|
|
Re: terminal view in an RCP application [message #571686 is a reply to message #15151] |
Wed, 02 January 2008 05:53  |
Eclipse User |
|
|
|
Originally posted by: enrico.piccinni.gmail.com
Hy,
I'm new to eclipse RCP devloping. I'm trying to develop a RCP
application for monitoring robotics applications as my Ph.D thesis.
I need a terminal in my application and I'd like to use tm-terminal
activated from an action (tool-bar or menu). So far I did:
..) successfully: installed tm-terminal plugin in workbench
..) unseccesfully: try to activate it in my menu application.
Can you help me (i.e code fragmente, tutorial, ecc...) in
>> and drop the plugins you want into your application.
I think I have included all the plugins necessary to display that view
but I got a lot of errors.
Thank you a lot in advance.
enrico
Errors I got:
java.lang.NullPointerException
at
org.eclipse.tm.internal.terminal.view.TerminalView.setupMenu s(TerminalView.java:541)
at
org.eclipse.tm.internal.terminal.view.TerminalView.createPar tControl(TerminalView.java:434)
at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:370)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:227)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:592)
at org.eclipse.ui.internal.Perspective.showView(Perspective.jav a:2077)
at
org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:1018)
at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPag e.java:999)
at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.j ava:3666)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
Martin Oberhuber ha scritto:
> Can you be more specific?
>
> Because the simple answer is,
> download the TM-terminal-2.0.0.1.zip from
> http://download.eclipse.org/dsdp/tm/downloads/
> and drop the plugins you want into your application.
>
> Or what is it that you'd want beyond that?
> Programmatically creating a connection?
> Search bugzilla for that one.
>
> Thanks,
> --
> Martin Oberhuber
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
> Saeid Zoonematkermani wrote:
>> Hello all,
>>
>> I was wondering whether there is a tutorial, an example or any
>> specific documentation on how to add the "terminal view" to an RCP
>> application.
>>
>> Thank you,
>>
>> - Saeid
>>
>>
|
|
|
Re: terminal view in an RCP application [message #571934 is a reply to message #17611] |
Thu, 10 January 2008 07:57  |
Eclipse User |
|
|
|
Hello Enrico,
First of all, what version of the Terminal are you trying? What version
of Eclipse? That's important to know in order to understand the traceback.
When you installed the Terminal into your workbench successfully, you
should be able to use the "Window > Show View > Other > Terminal" menu
to activate it.
Cheers
Martin
Enrico Piccinini wrote:
> Hy,
>
> I'm new to eclipse RCP devloping. I'm trying to develop a RCP
> application for monitoring robotics applications as my Ph.D thesis.
>
> I need a terminal in my application and I'd like to use tm-terminal
> activated from an action (tool-bar or menu). So far I did:
>
> .) successfully: installed tm-terminal plugin in workbench
> .) unseccesfully: try to activate it in my menu application.
>
> Can you help me (i.e code fragmente, tutorial, ecc...) in
>
>>> and drop the plugins you want into your application.
>
> I think I have included all the plugins necessary to display that view
> but I got a lot of errors.
>
> Thank you a lot in advance.
> enrico
>
>
>
> Errors I got:
>
> java.lang.NullPointerException
> at
> org.eclipse.tm.internal.terminal.view.TerminalView.setupMenu s(TerminalView.java:541)
> at
> org.eclipse.tm.internal.terminal.view.TerminalView.createPar tControl(TerminalView.java:434)
> at
> org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:370)
> at org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:227)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:592)
> at org.eclipse.ui.internal.Perspective.showView(Perspective.jav a:2077)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:1018)
> at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPag e.java:999)
> at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.j ava:3666)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
>
>
>
> Martin Oberhuber ha scritto:
>> Can you be more specific?
>>
>> Because the simple answer is,
>> download the TM-terminal-2.0.0.1.zip from
>> http://download.eclipse.org/dsdp/tm/downloads/
>> and drop the plugins you want into your application.
>>
>> Or what is it that you'd want beyond that?
>> Programmatically creating a connection?
>> Search bugzilla for that one.
>>
>> Thanks,
>> --
>> Martin Oberhuber
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>>
>>
>> Saeid Zoonematkermani wrote:
>>> Hello all,
>>>
>>> I was wondering whether there is a tutorial, an example or any
>>> specific documentation on how to add the "terminal view" to an RCP
>>> application.
>>>
>>> Thank you,
>>>
>>> - Saeid
>>>
>>>
|
|
|
Goto Forum:
Current Time: Wed Apr 16 01:32:48 EDT 2025
Powered by FUDForum. Page generated in 0.06064 seconds
|