Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Classpath/Console/System.out
Classpath/Console/System.out [message #201034] Tue, 24 February 2004 14:41 Go to next message
Eclipse UserFriend
1. How can I see Classpath in Console which is used to invoke the
Application.
2. How can I tell the System.err not show up in console but in a Seperate
error file. Also, can I specify the Console output to appear in a Seperate
Persistent file.

Thanks.
Re: Classpath/Console/System.out [message #201049 is a reply to message #201034] Tue, 24 February 2004 15:03 Go to previous messageGo to next message
Eclipse UserFriend
> 1. How can I see Classpath in Console which is used to invoke the
> Application.

You cannot see it in the Console.
You can see it by using the context menu for the Debug Target or Process.
Select Properties. The process information shows the classpath etc.

> 2. How can I tell the System.err not show up in console but in a Seperate
> error file. Also, can I specify the Console output to appear in a Seperate
> Persistent file.
>

You cannot.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=23064

Darins
Re: Classpath/Console/System.out [message #201081 is a reply to message #201049] Tue, 24 February 2004 15:39 Go to previous messageGo to next message
Eclipse UserFriend
Darin Swanson wrote:

> > 1. How can I see Classpath in Console which is used to invoke the
> > Application.

> You cannot see it in the Console.
> You can see it by using the context menu for the Debug Target or Process.
> Select Properties. The process information shows the classpath etc.

> > 2. How can I tell the System.err not show up in console but in a Seperate
> > error file. Also, can I specify the Console output to appear in a Seperate
> > Persistent file.
> >

> You cannot.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=23064

> Darins

Thanks. Do you have any idea by when will they get this fixed?
Re: Classpath/Console/System.out [message #201095 is a reply to message #201081] Tue, 24 February 2004 15:56 Go to previous messageGo to next message
Eclipse UserFriend
"rohitsoftware" <rohitsoftware@yahoo.com> wrote in message
news:c1gcq8$9ms$1@eclipse.org...
> Darin Swanson wrote:
>
> > > 1. How can I see Classpath in Console which is used to invoke the
> > > Application.
>
> > You cannot see it in the Console.
> > You can see it by using the context menu for the Debug Target or
Process.
> > Select Properties. The process information shows the classpath etc.
>
> > > 2. How can I tell the System.err not show up in console but in a
Seperate
> > > error file. Also, can I specify the Console output to appear in a
Seperate
> > > Persistent file.
> > >
>
> > You cannot.
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=23064
>
> > Darins
>
> Thanks. Do you have any idea by when will they get this fixed?
>

Currently slated to be available for 3.0. You can add your vote / patch that
may increase the priority of that particular bug.

Darins
Re: Classpath/Console/System.out [message #202146 is a reply to message #201095] Thu, 26 February 2004 06:34 Go to previous message
Eclipse UserFriend
Originally posted by: wai-lun.cheng.mythales-is.com

You can see the classpath using this code :

System.out.println("CLASSPATH = " + System.getProperty("java.class.path"));


Darin Swanson wrote:

> "rohitsoftware" <rohitsoftware@yahoo.com> wrote in message
> news:c1gcq8$9ms$1@eclipse.org...
> > Darin Swanson wrote:
> >
> > > > 1. How can I see Classpath in Console which is used to invoke the
> > > > Application.
> >
> > > You cannot see it in the Console.
> > > You can see it by using the context menu for the Debug Target or
> Process.
> > > Select Properties. The process information shows the classpath etc.
> >
> > > > 2. How can I tell the System.err not show up in console but in a
> Seperate
> > > > error file. Also, can I specify the Console output to appear in a
> Seperate
> > > > Persistent file.
> > > >
> >
> > > You cannot.
> > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=23064
> >
> > > Darins
> >
> > Thanks. Do you have any idea by when will they get this fixed?
> >

> Currently slated to be available for 3.0. You can add your vote / patch that
> may increase the priority of that particular bug.

> Darins
Previous Topic:current path in classpath
Next Topic:show a file in a different directory
Goto Forum:
  


Current Time: Fri May 09 16:35:27 EDT 2025

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

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

Back to the top