Mozilla and the .plugin141.trace log file

2002-11-26 Thread Chris Kakris
Whether I use the Sun or the Blackdown JVM with Mozilla I am seeing many of these messages: OJIPlugin acq Spontaneous pipe=10 Trying to enter spont monitor: 0 OJIPlugin release for:Thread[Thread-8,4,http://server:8080/xml/-threadGroup] OJIPlugin releasePipe - exiting spont monitor Current t

Re: Linux Java IDEs

2001-06-27 Thread Chris Kakris
hout using one of those bloated IDEs. Oops did I say that? -- Chris Kakris http://www.dynamic.net.au/christos/ ZDS Services Pty Ltd 414 Gilbert Road, Preston, Victoria 3072, Australia -- To UNSUBSCRIBE, email to [EMAIL

Re: problems with java

2000-09-07 Thread Chris Kakris
gt; $ Exception in thread "main" java.lang.NoClassDefFoundError: hello/class Make sure "." is in your CLASSPATH and use the command /usr/local/jdk1.2.2/bin/java hello to run it (don't append the .class) -- Chris Kakris ht

Re: TCP performance issues

2000-03-29 Thread Chris Kakris
t; > Any ideas on how to debug this would be greatly appreciated! Here are some links I've bookmarked that may help. I haven't done anything like this myself so I can't provide any practical advice. Good luck. http://www.volano.com/linux.html http://www-4.ibm.com/s

Re: Terrible native thread performance

2000-01-20 Thread Chris Kakris
etc. Have you tried the "reduce refresh" option? Try you application with different window managers and see if it makes any difference. -- Chris Kakris http://www.dynamic.net.au/christos/ ZDS Services Pty Ltd 414 Gilbert Road,

Ken Arnold's posting to the jini-users mailing list

1999-12-09 Thread Chris Kakris
we have the most control. > > Ken > > P.S. Note that this nothing to do with SCSL -- it is a matter of > credit given. GPL doesn't require credit to be given either. Credit > for help is a social custom we all should follow, especially companie

Re: Thread in the Linux's JVM

1999-11-22 Thread Chris Kakris
ock: owner "SIGQUIT handler" (0x80c0a08) 1 entry Dynamic loading lock: Monitor registry: owner "SIGQUIT handler" (0x80c0a08) 1 entry You can also achieve the same thing by sending a QUIT signal to the appropriate process/threads. -- Chris Ka

Re: Thread in the Linux's JVM

1999-11-22 Thread Chris Kakris
] (control backslash) will cause your application to dump a full stack trace of all your threads. Very handy for debugging. -- Chris Kakris http://www.dynamic.net.au/christos/ ZDS Services Pty Ltd 414 Gilbert Road, Preston, Victoria 3072, Australia -

Re: package problem

1999-09-11 Thread Chris Kakris
; compiles OK, as does >javac Bar.java > putting Foo.class and Bar.class in the foobar directory, but >java Foo > complains: >Can't find class Foo You need to specify the _complete_ name: ie, java foobar.Foo Chris Kakris "Ask not what Linux can do for you,

Re: Food for thought...

1999-08-16 Thread Chris Kakris
nough people/businesses/institutes to donate some money to fund this exercise. How much money would it take and how many donations would be necessary? Chris Kakris "Ask not what Linux can do for you, but what you can do for Linux." Dynamic Solutions Pty Ltd http://www.dynam

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

1999-07-31 Thread Chris Kakris
you suggesting that I could do something like this: find . -name \*.java -print | xargs jikes ++ Chris Kakris "Ask not what Linux can do for you, but what you can do for Linux." Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos 414 Gilbert Road [EMAIL PROT

Re: -Xrunhprof:cpu=times

1999-06-12 Thread Chris Kakris
Chris Kakris wrote: > > It seems that the -Xrunhprof:cpu=times option doesn't > work with Linux_JDK_1.2_pre-release-v1 (I haven't downloaded v2 > yet). I get the following output: It also happens with pre-release-v2. Chris (kill -9 Microsoft) Kakris Dynamic Solut

-Xrunhprof:cpu=times

1999-06-11 Thread Chris Kakris
It seems that the -Xrunhprof:cpu=times option doesn't work with Linux_JDK_1.2_pre-release-v1 (I haven't downloaded v2 yet). I get the following output: CPU TIME (ms) BEGIN (total = 0) Sat Jun 12 13:27:55 1999 rank self accum count trace method 1 NaN% NaN% 0 1 2 NaN%

Re: Using Syslog from Java

1999-04-05 Thread Chris Kakris
Cynthia Jeness wrote: > > Actually, what I would like to be able to do (if possible) is to contact > "syslogd" directly from Java using UDP. I want to avoid native code since > we need to have this work across all the platforms which support syslogd. > So does anyone know if it is possible to co

Re: Unidentified subject!

1999-03-10 Thread Chris Kakris
> Pavel Kessler wrote: > > The java virtual machine requires libstdc++. which > IS NOT PART OF MY LINUX DISTRIBUTION ( SuSe 6.0) ! This is a known problem. Check the mailing list archives at: http://www.mail-archive.com/java-linux@java.blackdown.org and in particular: http://www.

Re: unpacking JDK1.2

1999-03-09 Thread Chris Kakris
[EMAIL PROTECTED] wrote: > > I noticed that the download I have of the JDK1.2 is 36M and the all of the new > ones are 24M and 12M, plus they are in a bz2 format. > How does one go about unpacking this format? > I have RedHat5.2 and when I try to unpack bzip20rmp all I get is > Howev

Java2

1999-03-08 Thread Chris Kakris
I'd like to say thanks and well done to the porting team. Keep up the great work guys. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos 414 Gilbert Road [EMAIL PROTECTED] Preston, Victoria 3072 61 3 94718224 - voice Australia 61 3

Re: Is there a good java Linux debugger?

1999-01-23 Thread Chris Kakris
> Is a java debugger the same thing as a java editor. I'm looking for a > Java Editor (preferable with Colours) to use in Linux. Currently I use > Kawa in Win 32, and I am looking for something similar to this for > Linux. I use vim with colour syntax highlighting. Chris Dynamic Solutions P

Re: Is there a good java Linux debugger?

1999-01-21 Thread Chris Kakris
Andre Paradis wrote: > > Could you suggest a couple a good java debuggers under > > linux (free ones are prefered, but any suggestion welcomed) I use the jikes debugger. Works fine. Go to the IBM alphaworks web site and grab a copy: http://www.alphaWorks.ibm.com/formula/JikesDebugger C

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Chris Kakris
Michael Doherty wrote: > > browsing the web and getting mail. Still haven't gotten Makefile to > work, but I get some ideas for that when I get back to work Monday. > (Any sample Makefiles for java would be appreciated - TIA) Hi Michael I've included four sample files that I tend to use over and

Re: RMI binding bug

1998-11-19 Thread Chris Kakris
"Douglas T. Brown" wrote: > > 1) The correct syntax for the first argument string for rebind is: > "rmi://host/name", whereas I had only "//host/name". > > 2) More interesting is that localhost does not work. Thus, > "rmi//127.0.0.1/HelloServer" does not work, nor does > "rmi//localhost/Hello

Re: Date, TimeZone, Calendar, GregorianCalendar, SimpleTimeZone

1998-09-17 Thread Chris Kakris
On Thu, 17 Sep 1998, Bruce J. Carter wrote: > Any help would be greatly appreciated. This is how I set things for the time zone here in Melbourne Australia. Hope this helps. import java.util.Calendar; import java.util.TimeZone; import java.text.SimpleDateFormat; public class DateTimeThin

Re: Searching RPM for JDK 1.1.6 libc5

1998-09-02 Thread Chris Kakris
On Wed, 2 Sep 1998, Dan Kegel wrote: > The trick is to go to the redhat search *page*, then > use the ftp site search for jdk. One thing it finds is > > >ftp://ftp.redhat.com/pub/contrib/grouped/libc5/i386/Development/Languages/Java/jdk-1.1.5-8.i386.rpm > > I find it easy enough to just use

Re: JSDK

1998-09-01 Thread Chris Kakris
On Tue, 1 Sep 1998, Travis Thornhill wrote: > Is there a version of JSDK for linux? The jserv package comes with the jsdk classes, http://java.apache.org unzip -t jserv0.9.11/servclasses.zip shows that javax.servlet.* and sun.servlet.* packages are included. Chris Dynamic Solutions Pty Ltd

Re: JDK on Redhat 5.1

1998-09-01 Thread Chris Kakris
On Tue, 1 Sep 1998, Zhichao Hong wrote: > Sure, it can. I just took off 5.0 and installed 5.1. I downloaded jdk and > isntalled it. It ran smoothly. You need to hide the binaries in /usr/bin > by yourself and set up the correct classpath and path (i.e., hide > /usr/bin/javac, /usr/bin/javadoc

Re: JDBC-ODBC Bridge

1998-08-28 Thread Chris Kakris
On Fri, 28 Aug 1998 [EMAIL PROTECTED] wrote: > Does anyone know of a JDBC-ODBC Bridge for Linux? I'm running Red Hat > 4.something Linux, kernel version 2.0.27. Well I'm currently using postgresql and there's a driver here... http://rufus.w3.org/linux/RPM/postgresql-jdbc.html I previo

x509 certificates and mod_jserv anyone?

1998-08-25 Thread Chris Kakris
Is there a way I can get access to the client's x509 certificate from a servlet? I'm using the latest mod_jserv and apache. Any pointers appreciated. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au 414 Gilbert Road [EMAIL PROTECTED] Preston, Victoria 3072

RE: apache + mod_jserv for Linux 2.0.27 ?!

1998-08-17 Thread Chris Kakris
On Mon, 17 Aug 1998, Ted Guild wrote: > Patrick, > > That mod was written/rewritten last around the time of Apache version > 1.2.6. I tried compiling it with 1.3 and was running into troubles > re-#defined something I found in a FAQ on Apache's site and was still not > going well. Have been m

Re: install JDK without AWT ? [ no x11 ]

1998-08-13 Thread Chris Kakris
On Thu, 13 Aug 1998, Patrick Dockhorn wrote: > hi, > > I am trying to get JDK, i.e. servlets up and running on my linux > machine. From what I understand, this requires X11, as the AWT package > that comes with the JDK obviously requires this library. If your servlets don't reference any of t