Re: Runtime.traceMethodCalls()

1999-10-19 Thread Antonio Moretti
unsubscribe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: IBM's JDK 1.1.8 on Slack 4.0

1999-10-19 Thread Wim Ceulemans
David Shepherd wrote: > > Anyone know if IBM's new JDK1.1.8 will run on "out-of-the-box" Slackware 4.0? > > TIA > Dave > I have tried Suse 6.2 and it worked out of the box, although docs stated that they only testen Redhat and Caldera distributions. You have to have kernel 2.2.x and glibc 2.1

Re: performance

1999-10-19 Thread Ted Neward
No--don't do that. DON'T convince yourself that you need to avoid using a particular language feature "because of its impact on performance". Use the language feature, profile the app, THEN worry about performance. There are dozens of things you can do to better improve app speed (including

Re: [ANNOUNCE] LaTTe Java Virtual Machine

1999-10-19 Thread Uncle George
It really presumes u know a lot about how the stack is organized, how interrupts/signals are processed, and how u can manipulate pages to become 'executable' with the appropriate linkages and such. It also presumes u know sparc assembler, of which i do not know. Otherwise for the most part, it do

performance

1999-10-19 Thread 陈峰
hi linux java fan  I want to know if the finally will affect the performace of the program I know that if the catch happen the program will affect the performance ,but I don't konw the finally will do what                 Thanks                     yours simple fan

Re: password

1999-10-19 Thread Marc Prager
On Tue, 19 Oct 1999, Rogério Garibalde Miranda wrote: >I need to insert an user and soon later to alter its password in the linux >using the java. I believe the most simple way to add a user is: Process process = Runtime.getRuntime() .exec("/usr/sbin/useradd user"); process.waitFor();

IBM's JDK 1.1.8 on Slack 4.0

1999-10-19 Thread David Shepherd
Anyone know if IBM's new JDK1.1.8 will run on "out-of-the-box" Slackware 4.0? TIA Dave -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RPMs for Blackdown

1999-10-19 Thread Ian Corner
Where is the best place to get RPMs for the latest Blackdown JVMs?   Thanks in advance Ian

Re: Functional difference between JDK 1.1.8 and 1.2

1999-10-19 Thread Nathan Meyers
Jacob Nikom wrote: > > Hi, > > What are the functional differences between JDK 1.1.8 (IBM) > and Blackdown 1.2? Do they have any diferent API? > > I know that Swing for 1.1.8 is not a part of the JDK as for 1.2. > Is Java2D in the 1.1.8? The JDK grew immensely for 1.2 - Java2D is part of that

Re: Several VM ?

1999-10-19 Thread Nathan Meyers
Kontorotsui wrote: > > On 19-Oct-99 Nathan Meyers wrote: > >> But is there a way to see when it is a thread and when it is a process? Or > >> the > >> only way is to notice it has the same resident/shared memory? > > I haven't found a way. The closest thing I've found so far is to compare > > the

Re: Newbie: How do I get dir listings from applets?

1999-10-19 Thread Nathan Meyers
Frank Lümkemann wrote: > > I want to access image files contained in a directory, and I would > like to scan the whole directory. When I use the appletviewer, the > following code gives me a list of the files in the dir, but not with > Netscape. I think the security manager throws an exception, b

Re: Several VM ?

1999-10-19 Thread Kontorotsui
On 19-Oct-99 Nathan Meyers wrote: >> But is there a way to see when it is a thread and when it is a process? Or >> the >> only way is to notice it has the same resident/shared memory? > I haven't found a way. The closest thing I've found so far is to compare > the /proc//maps files, which are ide

Functional difference between JDK 1.1.8 and 1.2

1999-10-19 Thread Jacob Nikom
Hi, What are the functional differences between JDK 1.1.8 (IBM) and Blackdown 1.2? Do they have any diferent API? I know that Swing for 1.1.8 is not a part of the JDK as for 1.2. Is Java2D in the 1.1.8? Thank you, Jacob Nikom

Re: [ANNOUNCE] LaTTe Java Virtual Machine

1999-10-19 Thread Godmar Back
> > I said this on comp.compilers and think it may interest some in this > news group. According to the site, the performance of this VM is > comparable to Sun's hotspot. It's released under a BSDish license. > Anyone with more Java VM programming experience cares to take a look at > it and see h

Re: Why is Linux thread locking so slow?

1999-10-19 Thread Godmar Back
Thanks for your all your answers. I think we got an insightful discussion going. I also think we got almost everything cleared up. Let's hope that some mainstream magazine publishes numbers that show just how Linux is being outperformed at the pthreads level and that that changes the attitud

Re: Newbie: How do I get dir listings from applets?

1999-10-19 Thread Michael Sinz
On Tue, 19 Oct 1999 19:49:28 +, Frank Lümkemann wrote: > > >I want to access image files contained in a directory, and I would like >to scan the whole directory. When I use the appletviewer, the following >code gives me a list of the files in the dir, but not with Netscape. I >think the secur

Newbie: How do I get dir listings from applets?

1999-10-19 Thread Frank Lümkemann
I want to access image files contained in a directory, and I would like to scan the whole directory. When I use the appletviewer, the following code gives me a list of the files in the dir, but not with Netscape. I think the security manager throws an exception, but how can I access a directory f

Re: Sun Documentation

1999-10-19 Thread Fathi . Djebbari
Hi, I recall that Sun documentation etc..., uses a tar which Solaris specific (very long paths are supported). Using GNU tar will either not extract all the stuff or put it in some other directory in the path. I remember that it is documented by Sun in the page where you found the doc. hope it

password

1999-10-19 Thread Rogério Garibalde Miranda
I need to insert an user and soon later to alter its password in the linux using the java. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Sun Documentation

1999-10-19 Thread Daniel P. Zepeda
I believe the download page states to use the zip version on any platform other than Solaris. That is what I did and I've been using it without problems for months. Thus spake GC-Braswell, Peter on Tue, 19 Oct 1999: > This is a really goofy question. Has anybody out there downloaded and > insta

Re: [Fwd: Re: JNI link to disk space]

1999-10-19 Thread Juergen Kreileder
> Peter Pilgrim writes: Peter> On Solaris 2.5.1 I found `/usr/include/statfs.h' Peter> Maybe it exists on linux too. Yes, see 'man 2 statfs'. Peter> struct statfs { Peter> short f_fstyp; //FS type Peter> long f_bsize; // block size Peter> long f_frs

[Fwd: Re: JNI link to disk space]

1999-10-19 Thread Peter Pilgrim
Original Message Subject: Re: JNI link to disk space Date: Tue, 19 Oct 1999 15:11:45 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] wrote: > > > > Peter Pilgrim wrote: > > > > > > I am interesting in getting the disk spac

Re: JNI link to disk space

1999-10-19 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] wrote: > > > > Peter Pilgrim wrote: > > > > > > I am interesting in getting the disk space and partition > > > in a Java program by using JNI. What is the std UNIX API > > > call to do this? I have tried grepping the man pages > > > and got the sou

Sun Documentation

1999-10-19 Thread GC-Braswell, Peter
This is a really goofy question. Has anybody out there downloaded and installed correctly the Sun documentation for Java2? What flavor (Solaris or Win) have you downloaded and what install procedure have you followed? I've tried to download the Solaris variant. I "untar" and things look okay

JDBC newbie question

1999-10-19 Thread Jalaluddin Riaz
hi, I am a newbie to JDBC programming and am having some problems. I am using mysql rdbms and mm.mysql.jdbc-1.2 driver and have jdk1.2preV2 installed. the problem is everytime i try to run a prog. i get class not found exception. the prog is not able to find the driver class files. i have

Re: Several VM ?

1999-10-19 Thread Nathan Meyers
Kontorotsui wrote: > > On 18-Oct-99 Artur Biesiadowski wrote: > > Every thread looks like process to ps. So you get as many entries as there > > are native threads. Fortunately memory is shared, so you > > should count only one resident/shared number. > > But is there a way to see when it is a t

Re: JNI link to disk space

1999-10-19 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Peter Pilgrim wrote: > > > > I am interesting in getting the disk space and partition > > in a Java program by using JNI. What is the std UNIX API > > call to do this? I have tried grepping the man pages > > and got the source to kdf program but it didn't help > > b

Re: Several VM ?

1999-10-19 Thread Kontorotsui
On 18-Oct-99 Artur Biesiadowski wrote: > Every thread looks like process to ps. So you get as many entries as there > are native threads. Fortunately memory is shared, so you > should count only one resident/shared number. But is there a way to see when it is a thread and when it is a process? O

Re: Runtime.traceMethodCalls()

1999-10-19 Thread Antonio Moretti
UNSUBSCRIBE ## # # # ### ### # # # ## ## ## # ## ### ###00