Re: localhost ip

2000-11-16 Thread Nathan Meyers
[EMAIL PROTECTED] wrote: > dear all >how can i get the localhost ip in java . InetAddress.getLocalHost() Nathan > >thanks > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Troub

Re: localhost ip

2000-11-16 Thread Jacky_Pan
not loopback ip,but ethernet ip thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: UML designer...

2000-11-16 Thread Greg Lewis
Erick wrote: > Is ther a UML desinger like visio for Linux, so we can avoid doing all those > calcs and plans on the paper? Well, while not specifically for Linux, you could try Dia, which is now part of the Gnome project. It also has a design goal of being like Visio. http://www.lysator.liu.s

localhost ip

2000-11-16 Thread Jacky_Pan
dear all how can i get the localhost ip in java . thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: UML designer...

2000-11-16 Thread Joi Ellis
On Fri, 17 Nov 2000, Erick wrote: > > > Is ther a UML desinger like visio for Linux, so we can avoid doing all those > calcs and plans on the paper? > Together/J has a linux version. I haven't used it, though. -- Joi EllisSoftware Engineer Aravox Technologies

UML designer...

2000-11-16 Thread Erick
Is ther a UML desinger like visio for Linux, so we can avoid doing all those calcs and plans on the paper? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECT

Re: Graph drawing tool in Java for Linux

2000-11-16 Thread Jacob Nikom
Robbie Baldock wrote: > Quoting Jacob Nikom <[EMAIL PROTECTED]>: > > > I am looking for graphical program in Java which can draw directed > > graph > > Isn't that a JTree? > > Robbie > > This message was sent by Easymail - http://www.easynet.co.uk/ > >

Re: java developer feedback

2000-11-16 Thread Calvin Austin
Hi I've been at comdex this week so I'm just catching up on email, I hope we can resolve redhats distribution issue soon. The fonts problem on linux will improve with the availability of truetype rendering in Xfree, but we should also continue to work on the fonts supplied with java regards cal

javaps: Java Linux process show (ps)

2000-11-16 Thread Alexander V. Konstantinou
If you're running Java applications on a Linux machine and would like to see more detailed process information, you may download a small bourne shell script I've written for that purpose. More information at the URL: http://www.cs.columbia.edu/~akonstan/javaps Alexander V. Konstantinou

Re: Graph drawing tool in Java for Linux

2000-11-16 Thread Jesus M. Salvo Jr.
With your example below, your are limiting your graphs to trees. For example, how are you going to draw the edge from "root" to "subdirectory1"? Anyway, there's nothing linux-specific about this. Jacob Nikom wrote: > > Hi, > > I am looking for graphical program in Java which can draw directed

Re: Graph drawing tool in Java for Linux

2000-11-16 Thread Robbie Baldock
Quoting Jacob Nikom <[EMAIL PROTECTED]>: > I am looking for graphical program in Java which can draw directed > graph Isn't that a JTree? Robbie This message was sent by Easymail - http://www.easynet.co.uk/ -- To UNSUBSC

Graph drawing tool in Java for Linux

2000-11-16 Thread Jacob Nikom
Hi, I am looking for graphical program in Java which can draw directed graph (or other graph-like structures) as a typical MS directory pattern: + root | +--+ directory1 || | + directory2 || || || || || |+ subdirectory1 .