ldd _error_ message (vs. normal indication of library not found)

2000-08-25 Thread Daniel Barclay
> /usr/X11R6/lib/libX11.so.6 (0x40016000) libdl.so.2 => /lib/libdl.so.2 (0x400b8000) libc.so.6 => /lib/libc.so.6 (0x400bc000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000) Thanks, Daniel -- Daniel Barclay [EMAIL PROTECTED] (Hmm. A little worrisome: ht

Re: Java 2 profiler with Linux 2.0 kernel: any luck?

1999-11-26 Thread Daniel Barclay
> From: Barnet Wagman <[EMAIL PROTECTED]> > Has anyone successfully used the java 2 profiler (under Linux kernel > 2.0)? > When I run something like > > java -green -Xrunhprof:file=x.prof,cpu=times -ms32m -mx96m > ... > > I keep getting 'Segmentation fault's. Some combinations o

Re: A Java parser

1999-11-20 Thread Daniel Barclay
> From: Kontorotsui <[EMAIL PROTECTED]> > > > Suppose I want to do a tool that parses the java code and modifies it. > > What do you advice me to use? Are there java parsers for Linux? > If the answer is negative, what can I use? Perl (*groan*)? Someone has a tool called iDoc (I think) that

Re: Java Platform Debugger Architecture (JPDA)

1999-10-28 Thread Daniel Barclay
> From: Nathan Meyers <[EMAIL PROTECTED]> > > ... JDWP (Java Debug Wire Protocol) > > And it's JDWP that's missing. It has a native component that's not a > part of the JDK and hasn't been ported to Linux. Sun is silent on the > availability question, and some great tools like JBuilder can't

Re: [Q] CLASSPATH, JAR searching, etc

1999-09-21 Thread Daniel Barclay
> From: dave madden <[EMAIL PROTECTED]> > > Hi. I'm fairly new to Java, but stumbling along quite nicely, thank > you; but I'm confused about how the VM finds stuff mentioned in > CLASSPATH. Is there an "everything you wanted to know" FAQ, the kind > of thing that when you get done reading it

Re: [Q] CLASSPATH, JAR searching, etc

1999-09-21 Thread Daniel Barclay
> From: dave madden <[EMAIL PROTECTED]> > > Hi. I'm fairly new to Java, but stumbling along quite nicely, thank > you; but I'm confused about how the VM finds stuff mentioned in > CLASSPATH. Is there an "everything you wanted to know" FAQ, the kind > of thing that when you get done reading it

Re: Niiiccee...

1999-09-09 Thread Daniel Barclay
> From: Jacob Nikom <[EMAIL PROTECTED]> > ... > I am sure it is something great, but I the response I got was: > tr: no match > > Riyad Kalla wrote: ... > > echo njdsptpgu tvdlt | tr [b-z] [a-y] It should have quotes around the [b-z] and [a-y] parts. Daniel ---

Re: Gosling says he wants to support Java on Linux

1999-09-09 Thread Daniel Barclay
> From: "jools enticknap" <[EMAIL PROTECTED]> > Or perhaps it's just down to the fact that the JVM was originally coded > on Solaris. Although Solaris and Linux are fairly common on a number of > fronts, they differ on a great many too. Didn't Sun rewrite or reorganize something recent

Re: Answers (RE: Sometimes easy things are hard/impossible in Java)

1999-09-09 Thread Daniel Barclay
> From: Kontorotsui <[EMAIL PROTECTED]> > About the 3 rows of buttons, 2 rows with 3 buttons, the last row with 2 > buttons, I probably failed to explain exactly what was the problem. > > I am well aware (even too much :) ) of the GridBagLayout, which I used > everywhere. But, if I'm not mi

Re: java + X11 memory leak

1999-08-29 Thread Daniel Barclay
> From: Chris Abbey <[EMAIL PROTECTED]> > ... > But is that [X server] memory allocated out of the chunk of VM reserved as the HEAP? > I doubt it... I don't think it even blongs to the same process does it? Right. It might be on a completely different machine. Daniel

Re: Why won't java 1.2 load an external swing package

1999-08-29 Thread Daniel Barclay
> From: Ondrej Popp <[EMAIL PROTECTED]> > I tried adding .jar files before rt.jar in the CLASSPATH > in the hope that the java runtime would use those instead of the > integrated ones. However this does not seem to work at all. Does anyone > know why? JDK 1.2 uses multiple class paths. See "

Re: Illegal Access

1999-08-29 Thread Daniel Barclay
> Does anyone konw what that means? > > THe trace is... > > java.lang.IllegalAccessError: PlayerWindow > at NewPlayer.init(NewPlayer.java:29) > at sun.applet.AppletPanel.run(Compiled Code) > at java.lang.Thread.run(Thread.java:466) That's the run-time version of compile-time

Re: [OT] jikes [was headed OT: Re: Working with many .java files]

1999-08-02 Thread Daniel Barclay
> From: Moses DeJong <[EMAIL PROTECTED]> > In Java the path > name of the file defined what package it should be inside of. NO! It's the package clause _inside_ the source file that defines which package the class belongs to. Whether the source file is in a directory hierarchy match

Re: Text Editor

1999-07-18 Thread Daniel Barclay
> I there anyone out there who knows how I could go about implementing atext > editor using maybe the TextArea which writes from right to left and deletes > backwards(the right key). > > Do I define a cursor, and play around with that? Or do I use the getRows and > getColumns methods/ Use

Re: Slow loading on AMD Elan 486

1999-05-25 Thread Daniel Barclay
> From: [EMAIL PROTECTED] >... > > Yes. And top shows that during the loading process X is taking on the order > of 80% of processor time, java most of the rest. This is perhaps strange > because during this period no visible painting related to the applet is > happening. I saw that problem too