Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » terminal view in an RCP application
terminal view in an RCP application [message #14329] Thu, 06 September 2007 21:26 Go to next message
Saeid Zoonemat Kermani is currently offline Saeid Zoonemat KermaniFriend
Messages: 6
Registered: July 2009
Junior Member
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 #15151 is a reply to message #14329] Mon, 10 September 2007 14:12 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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 #17611 is a reply to message #15151] Wed, 02 January 2008 10:53 Go to previous messageGo to next message
Eclipse UserFriend
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 12:57 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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 14:12 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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 10:53 Go to previous message
Eclipse UserFriend
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 12:57 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
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
>>>
>>>
Previous Topic:"./server.pl" does not exist
Next Topic:TM 2.0.1 Testing Thursday, Sep-13
Goto Forum:
  


Current Time: Tue Mar 19 06:45:36 GMT 2024

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

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

Back to the top