Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » output from lauched program___please
output from lauched program___please [message #135256] Fri, 16 January 2004 07:41 Go to next message
Eclipse UserFriend
Originally posted by: tttya.yahoo.com

i try to write compile and running plugin for Java program.
after i've build and launch example program from my runnig plugin, it's
output doesn't appear on console window. is there any instruction to show
output? i'd rather not sure if my plugin must provide specific command to
mange with this or not. But i'm sure that my program can run because it
had written the new file. or have i wrong coded the launching part?

please and thanks
ya
Re: output from lauched program___please [message #135360 is a reply to message #135256] Fri, 16 January 2004 14:21 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
Output to System.out will appear in the console view. By default the console
window will open when there is output. However, ensure you have not changed
the default preference settings in the "Run/Debug > Console" preferences.

Darin

"ya" <tttya@yahoo.com> wrote in message news:bu84ig$s79$1@eclipse.org...
> i try to write compile and running plugin for Java program.
> after i've build and launch example program from my runnig plugin, it's
> output doesn't appear on console window. is there any instruction to show
> output? i'd rather not sure if my plugin must provide specific command to
> mange with this or not. But i'm sure that my program can run because it
> had written the new file. or have i wrong coded the launching part?
>
> please and thanks
> ya
>
>
Previous Topic:How to use existing Java source
Next Topic:Launching configuration for debugging with source lookup that works ?
Goto Forum:
  


Current Time: Thu Jul 25 18:30:21 GMT 2024

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

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

Back to the top