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
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
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
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
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,
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
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
] (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
-
; 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,
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
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
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
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%
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
> 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.
[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
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
> 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
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
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
"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
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
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
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
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
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
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
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
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
29 matches
Mail list logo