> /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
> 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
> 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
> 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
> 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
> 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
> 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
---
> 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
> 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
> 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
> 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 "
> 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
> 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
> 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
> 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
15 matches
Mail list logo