Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Multiple Consoles
Multiple Consoles [message #3879] Thu, 24 April 2003 15:19 Go to next message
Eclipse UserFriend
Originally posted by: lxie.emageon.com

Hi, All,
How can I run more than 1 Java applications without losing any previous
consoles?
Currently, if I have one running and start another, I loose the first
console.

In JBuilder, I can run many with all consoles visible.

Thanx.

Liang
Re: Multiple Consoles [message #4088 is a reply to message #3879] Thu, 24 April 2003 15:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tom.eicher.gmx.ch.nodomain

You can use the icon in the console's toolbar to switch processes.
-t

"Liang Xie" <lxie@emageon.com> wrote in message
news:b88v9d$73f$1@rogue.oti.com...
> Hi, All,
> How can I run more than 1 Java applications without losing any previous
> consoles?
> Currently, if I have one running and start another, I loose the first
> console.
>
> In JBuilder, I can run many with all consoles visible.
>
> Thanx.
>
> Liang
>
>
Re: Multiple Consoles [message #4143 is a reply to message #3879] Thu, 24 April 2003 15:30 Go to previous messageGo to next message
Wayne Parrott is currently offline Wayne ParrottFriend
Messages: 84
Registered: July 2009
Member
This is possible in Eclipse 2.1. Start 2+ programs that output to the
console. From the console menubar select the program who's output you wish
to view by choosing the drop-down icon that looks like a server+running_guy.
From this drop-down menu you will see a list of running processes to choose
from.

Good luck.

Wayne

"Liang Xie" <lxie@emageon.com> wrote in message
news:b88v9d$73f$1@rogue.oti.com...
> Hi, All,
> How can I run more than 1 Java applications without losing any previous
> consoles?
> Currently, if I have one running and start another, I loose the first
> console.
>
> In JBuilder, I can run many with all consoles visible.
>
> Thanx.
>
> Liang
>
>
Console window request.. [message #6419 is a reply to message #3879] Sat, 26 April 2003 06:09 Go to previous messageGo to next message
Kevin Duffey is currently offline Kevin DuffeyFriend
Messages: 304
Registered: July 2009
Senior Member
Maybe I have missed it, but when I run an ant script, the console window
displays the output. If any errors show up, I have to look at the error, the
class, the line number, etc. Is it possible to make it clickable on a per
line basis, so that I can jump right into the source at the position of the
error for each error?

Thanks.
Re: Console window request.. [message #6456 is a reply to message #6419] Sat, 26 April 2003 14:13 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
This is implemented in 2.1 for the Javac task from Ant for various
compilers.
Error output from Javac is handled exactly as you requested. Moving the
mouse over the classname should enable an hyperlink.
See the JavacLineTracker provided in the external tools plugin and the
requested using the org.eclipse.debug.ui.consoleLineTrackers extension
point.

For other tasks you will need to request / contribute to see the work done.

What error output are you describing?

Darins

"Kevin" <supreme_java_guru_1@yahoo.com> wrote in message
news:b8d7v9$8oa$1@rogue.oti.com...
> Maybe I have missed it, but when I run an ant script, the console window
> displays the output. If any errors show up, I have to look at the error,
the
> class, the line number, etc. Is it possible to make it clickable on a per
> line basis, so that I can jump right into the source at the position of
the
> error for each error?
>
> Thanks.
>
>
Previous Topic:Exception breakpoints
Next Topic:[NEWBIE] How to determine the line-number of a code-fragment?
Goto Forum:
  


Current Time: Wed Jul 24 15:36:39 GMT 2024

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

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

Back to the top