On Mon, 20 Nov 2000, Joseph Shraibman wrote:
> Nathan Meyers wrote:
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > dear all
> > >how can i get the localhost ip in java .
> >
> > InetAddress.getLocalHost()
You need to ask your host what its IP is by using its name.
I haven't had to do this
Nathan Meyers wrote:
>
> [EMAIL PROTECTED] wrote:
>
> > dear all
> >how can i get the localhost ip in java .
>
> InetAddress.getLocalHost()
>
But that would sometimes just give me 127.0.0.1. I never figured out
what made it work on some runs but not on others. I thought it might be
t
If you want to see the contents type
tar tvf jdk.tar
-Original Message-
From: Lambert, Stephen : CO IR [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 10:04 AM
To: [EMAIL PROTECTED]
Subject: Tar
What tar command lists out the contents of jdk.tar without extracting or
compres
Thanks to all who replied...
It turns out it's not the tar command I'm having problem with. The jdk.tar
file is corrupted along with a few other files.
The FSCH didn't recover completely from a crash:(
So, once I investigate how to scan the hard drive for integrity,
then I will re-install.
Than
try
tar --help ;)
actually try using
tar tf jdk.tar
or if it is gzipped,
tar tfz jdk.tar.gz
- Original Message -
From: Lambert, Stephen : CO IR <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 11:33 PM
Subject: Tar
| What tar command lists out the conte
On Mon, 20 Nov 2000, Lambert, Stephen : CO IR wrote:
> What tar command lists out the contents of jdk.tar without extracting or
> compressing the tar file?
> Thanks.
If it's really a tar file, then
tar tf jdk.tar
If it's a jar file, then
jar tf jdk.jar
--
Joi EllisSo
Scott Murray wrote:
>
> On Sun, 19 Nov 2000, Volker wrote:
>
> > Hi,
> >
> > does HotSpot only support "native threads" but not "green ones"?
>
> Yes, that seems to be the case with all of the the existing HotSpot VMs.
>
Sun made a decision a while back that it wasn't going to be the jvm's
jo
What tar command lists out the contents of jdk.tar without extracting or
compressing the tar file?
Thanks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Well that was the question .FOr rendering is it possible not to have X.
For ex what Kaffe has. Using VESAFB. This is possible with pureJava JMF
but it is too slow as expected and the newer version of JMF like 2.x dont
work. So was wondering if this Linux JMF works.
Ganesh
On 19 Nov 2000, Juerge