Re: Reading /dev/cua? or /dev/ttyS?

1998-09-13 Thread Michael Sinz
s and even then stty has some strange behaviors) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: java-linux, reliabilety

1998-09-15 Thread Michael Sinz
that the types of problems and the way they manifest themselves may change (and the ease and manner in which they are tracked down.) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net

Re: Problem with getting JDK's to work

1998-09-16 Thread Michael Sinz
problem is.) BTW - Maybe we should add to the FAQ a stronger statement about the Kaffe RPMs from RedHat? Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

re: packages

1998-08-26 Thread Michael Sinz
item=new SomeClass(a,x,t); With import statements that have "*", where in the world did this come from? And don't ask me to name my class "UtilTextFoobar" when it is already in the "ORG.sinz.util.text" package... Michael Sinz -- Director of Research Developme

Re: OS/2 JVM three times faster than others!?

1998-09-17 Thread Michael Sinz
to run the V4 port of the JDK since the socket fix has a *major* impact on any programs that tend to wait on a socket. (Which generally is done a lot in client/server code) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My

Re: Problem spawning process with several words

1998-09-16 Thread Michael Sinz
g spot. On the command line you need to type: ci "-mblah blah blah" foo.c Doing ci -m"blah blah blah" foo.c does not work since the " is in the middle of an argument word. (Standard shell parsing, which is what happens when you use the exec() method. Michael

Re: Help of Setting up java for Linux

1998-09-17 Thread Michael Sinz
for the Java startup to not always add on the location of the system classes. If someone is replacing them, not search would get that far but most users do need them so having to put them into the classpath has become a major pain and hassle for the users of Java. Michael Sinz -- Director

Re: OS/2 JVM three times faster than others!?

1998-09-17 Thread Michael Sinz
since x86 code generation is the same on either platform. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: javac problem

1998-09-17 Thread Michael Sinz
applications will the above impact ? Make sure you delete them from inside the JDK directory tree and not the public versions! See the Blackdown FAQ for details. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web

Re: CLASSPATH problem

1998-09-21 Thread Michael Sinz
in the install document about the problems with RedHat and the kaffe RPM. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Swing: Can't find class ClassName

1998-09-22 Thread Michael Sinz
uot;import" for the class name used to run from the command line - import is only a compile-time typing shortcut and not a run-time item. Classes that are not in a specific package are in the "outer" package - as in nothing to prefix the name. Michael Sinz -- Director of Research

Re: JDK native threads

1998-09-23 Thread Michael Sinz
) Then you will block. (Ok, so on older versions, reads from STDIN/STDOUT/STDERR were a problem but this has been addressed) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: fast multiple object creation ... can it be done!

1998-09-28 Thread Michael Sinz
or example, notice that you are reusing certain objects and implement the pools "automatically" for you and thus provide the benefit for all java code without adding complexity to the Java code. (Just to the JVM, but that is ok since it is somewhat reused :-) Michael Sinz -- Director of R

Re: java.lang.reflect.Method invoke bug?

1998-10-01 Thread Michael Sinz
really never happen. context.Error(e.toString()); } } } Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Trouble JDK 1.1.6 + HOTJAVA

1998-10-02 Thread Michael Sinz
people doing so many different linux systems and so many different ways they install things, it is easier to just make a blanket statement that *generally* is true and assume that those who are more advanced users can work though the stuff. Michael Sinz -- Director of Research Development, NextBus

Re: slightly off-topic

1998-10-03 Thread Michael Sinz
trying to typecast the object. In most cases one actually knows that all the elements in a vector are strings/etc so normally the cast is all that is needed or wanted. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com

Re: DatagramSocket option in jdk1.1.6v4

1998-10-07 Thread Michael Sinz
for jdk1.1.6v5 - it should be up on the web sites very soon. This is a known problem that was introduced in v4a (sorry) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net

Re: Java app without X installed

1998-10-07 Thread Michael Sinz
is not set. You could still set the NS_JAVA to always use that, but at least it would be less confusing/more automatic for the cases where X is not running, let alone installed. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My

Re: javac dies silently

1998-10-11 Thread Michael Sinz
, this can cause things not to run. However, given that you are getting a silent failure it sounds more like a Kaffe install collision. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net

Re: Fw: javac dies silently

1998-10-11 Thread Michael Sinz
On Sun, 11 Oct 1998 13:08:26 -0400, Nathan Buggia wrote: How do you de-install Kaffe? Where is it located? Remove the RPM - you can use GLINT (the GUI) to remove packages that are installed. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED

Ooops, we have a small LIBC5 problem...

1998-10-12 Thread Michael Sinz
9.9 } then # supplied libraries are not needed return 1 -----8----8-8- Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: JAVA Error

1998-10-13 Thread Michael Sinz
If you really need CLASSPATH set, make sure you have "." in the CLASSPATH in addition to the other directories - just in case) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: small patch

1998-10-13 Thread Michael Sinz
{ isGreaterOrEqual "$libcVers" 1.5.44 +isGreaterOrEqual "$libdlVers" 1.9.9 } then # supplied libraries are not needed return 1 Well, in bash version 2.01.1(1) this change seems to be a problem. We are going to have to do something different since

Re: Threads / CLASSPATH?

1998-10-14 Thread Michael Sinz
performance. The Linux kernel threading support is rather high in overhead and there are complications with respect to the way the GC works. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: setup question

1998-10-15 Thread Michael Sinz
ther security/bug fixes) What happens if you just type "java -version" or "javac" The first should give you the version of the java system you are running and the second should output the compiler options. If this does not happen, try doing "which java" or "

Re: RPM JDK installation on RedHat 5.1

1998-10-15 Thread Michael Sinz
or LessTif. Currently we have run into a number of strange behaviors in LessTif that prevent the JDK from running 100% correctly with AWT code. The MetroLink Motif does not have these problems. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http

Re: lifeless javac with RedHat 5.0 JDK1.1.6v5

1998-10-15 Thread Michael Sinz
Since you most resently fought with the problem, what is the best answer here? (Other than to fix the wording to recommend to update to a known working version of glibc. 2.0.7-19 seems to be a good one) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] --

Re: glibc question

1998-10-16 Thread Michael Sinz
from redhat is version 2.0.7-13. I need the source files for debugging. Anyone know of a convenient way to get the right source installed without making everything get messed up? Well, if you are RPM enabled, just install the SRPM. Michael Sinz -- Director of Research Development, NextBus Inc

Re: Zero sized display panes from recompiled jdk

1998-10-16 Thread Michael Sinz
of the LessTif problems that I know of. From the last LessTif build I did it still was a problem. It works correctly in every Motif build (1.2, 2.0, and 2.1) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web

Re: Zero sized display panes from recompiled jdk

1998-10-16 Thread Michael Sinz
of the LessTif problems that I know of. From the last LessTif build I did it still was a problem. It works correctly in every Motif build (1.2, 2.0, and 2.1) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web

Re: Zero sized display panes from recompiled jdk

1998-10-19 Thread Michael Sinz
On Mon, 19 Oct 1998 10:37:43 -0600, John Campbell wrote: Michael Sinz wrote John Campbell wrote: Im getting very small display panes which cannot be resized from my recompiled jdk1.1.6v5. This is one of the LessTif problems that I know of. From the last LessTif build I did it still

Re: FW: Slackware and static versus ELF

1998-10-19 Thread Michael Sinz
M that does not need X and, in fact, can not use X. This is specifically made so that server-side Java applications/servlets can be run without the overhead that the larger JVM-with-X support code has. (Only a memory overhead issue, but memory is overhead :-) This works fine for all console and network based

Re: Java Plugin doesn't work

1998-10-20 Thread Michael Sinz
to some changes in the browser. Also, starting in 4.06, Netscape has finally main-lined the JDK 1.1.x Java into their browsers and thus there generally is no need for the plugin. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com

Re: CheckVersions Error...

1998-10-22 Thread Michael Sinz
the difference in checkVersions that support both BASH 1.x and BASH 2.x syntax. (Sorry about the problem but my only LIBC5 system has BASH 2.x...) This should be in the v5a version of the JDK 1.1.6 JDK. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] --

Re: Problem compiling with the JDK

1998-10-23 Thread Michael Sinz
o mean that you have kaffe installed from the old RedHat RPM. It makes a javac shell script in /usr/bin that tries to use kaffe as the JVM. Try checking that "which javac" points to your jdk_dir/bin/javac and not to /usr/bin/javac Michael Sinz -- Director of Research Development, NextBu

Re: StrongARM port

1998-10-28 Thread Michael Sinz
, no one has such a machine making it a bit hard to do the port :-) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: newbie question

1998-10-29 Thread Michael Sinz
libXpm.so.4: cannot open shared object file: No such file or directory You need to update your XFree86 version. The Motif libraries we used to build the JDK now require the newer XFree86 releases. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http

Re: Which version of linux on which is JDK compiled?

1998-10-31 Thread Michael Sinz
arguments or only one argument, with the macro SA_SIGINFO. The macro SA_SIGINFO is defined by including signal.h on linux 2.1.X, but isn't defined on 2.0.X. On x86 we use the production kernels since most users will be using such kernels. Other platforms may use other kernels. Michael Sinz

Re: libjdk probs

1998-11-04 Thread Michael Sinz
) and the 1.1.7 release adds a major feature for glibc systems - a native threads package! (not supported in libc5) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net

Re: Low level disk access

1998-11-11 Thread Michael Sinz
, going directly to the hard drive just seems a bit, well, funny. I do not know of any libraries for Java that provide low-level disk access. Using JNI (Native Methods) you could write those routes in another language (C is the easiest) and then use them from Java. Michael Sinz -- Director

Re: Getting jre to run...

1998-11-11 Thread Michael Sinz
ou think it is. which jre should return the file .../jre117_v1a/bin/jre Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: classes.zip

1998-11-12 Thread Michael Sinz
the list w/ goofy questions. Yes it is included in the JDK/etc. If you have tar -zxf the file the current version would be in: .../jdk117_v1a/lib/classes.zip Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place

Re: Reusable threads?

1998-11-13 Thread Michael Sinz
. It knows when it has no threads in use. It also dynamically expands as peak loading increases. The trick is that you need a "front-end" class to the thread class and then a class that manages the set of threads. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL

Re: jar

1998-11-17 Thread Michael Sinz
l tell jar to read stdin for the jar file itself - such as: cat jarfile.jar | jar -t Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: My Audio Problem was a permission issue: can't setuid .java_wrapper

1998-11-18 Thread Michael Sinz
getting access to it - having all Java programs running as root would be...) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: jdk_1.1.7-v1a missing headerfiles

1998-11-19 Thread Michael Sinz
-v1a-glibc-x86.tar.gz along with the native threads package. The native threads package is just an "add-on" to the "traditional" JDK. (No need to download the same thing more than once...) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTE

Re: Netscape/CLASSPATH question

1998-11-24 Thread Michael Sinz
people have problems with this in a reasonably technical group like Linux. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

RE: CLASSPATH confusion

1998-11-25 Thread Michael Sinz
as where classes.zip is for the JVM since it generally does not make sense to use Java without it) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

RE: CLASSPATH confusion

1998-11-25 Thread Michael Sinz
s for JDK 1.2 - I just hope that the solution does not have yet another case of "almost" there. (The 1.1 JDK almost had it except that the -classpath option does not append the required classes.zip file and thus if you use that you need to find classes.zip and put that into the -classpath

Re: jdk117_v1a glibc x86, where are the classes?

1998-12-29 Thread Michael Sinz
more details as to the differences, see the Sun readme files. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: subscribe

1999-01-04 Thread Michael Sinz
and it cleans out any of the variables that should not be there and then runs the correct version of the netscape binary. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: What are four different packages for ?

1999-01-05 Thread Michael Sinz
. If you ship a Java product you can *not* ship the JDK with it. You *can* ship the JRE or RT (and I18N) with it. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Is this a JVM bug? Why is my local variable not initialized?

1999-01-06 Thread Michael Sinz
--- $ java -version java version "1.1.6" $ java DerivedClass d = 0 Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Reading from the Keyboard

1999-01-19 Thread Michael Sinz
will echo back the line with "-- " pre-pended to it. It exits at EOF or a thrown exception :-) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: CLASSPATH problems.

1999-01-21 Thread Michael Sinz
i must do? Since you have CLASSPATH set, you may wish to put "." in you CLASSPATH so that things in the 'pwd' are also loaded. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http:

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread Michael Sinz
there is no easy way to do this in the default Unix JDK is beyond me, but that is how it works. I too noticed that doing graphics manipulation code requires an X Server so it is hard to use Java for such things on a console-only system. Maybe someone knows a workaround to this (or a nice trick?) Michael

Re: BUG REPORT

1999-01-22 Thread Michael Sinz
and/or limitations of the OS if the class name has characters that are "outside" the scope of the OS. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Minimum configuration for JRE use?

1999-01-31 Thread Michael Sinz
that the machine is slower. (A 486DX4/100 is much slower that a P-II/266 no matter what you do :-) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Cornfused about JDE, RT and Native installation

1999-01-31 Thread Michael Sinz
all of the international language support files. The RT is the "Run Time" which is the Java Runtime which has the basic set of files but none of the internationalization files. The RT + i18n == JRE(i18n is available separately) The JRE + tools == JDK (tools not available separately)

Re: Strange Class.forName() problem

1999-02-01 Thread Michael Sinz
t of code where if the class is not found you prepend the package name (or names) that you want and try again. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Offering help on 1.2.

1999-02-01 Thread Michael Sinz
) there are different licensing rules that we are under at the moment. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: jre 1.1.5

1999-02-03 Thread Michael Sinz
but if you depended on a bug in the JRE then you would have a problem.) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: jre

1999-02-06 Thread Michael Sinz
.so.6' This library means you need to update your X server a bit. It is a library from the X server that Motif uses to print. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: jre

1999-02-06 Thread Michael Sinz
.so.6' This library means you need to update your X server a bit. It is a library from the X server that Motif uses to print. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: java-plugin for linux/netscape 4.5

1999-02-16 Thread Michael Sinz
that is a bit better than TYA in their JVM. (Even the Linux Netscape does on x86 - just like on Windows x86 systems.) Sun did much of the original activator work and it is not part of the JDK 1.1 source license we had. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL

Re: Wierd results using binfmt_misc

1999-02-19 Thread Michael Sinz
e it tends to reduce your chances of really getting messed up or having some unwanted access into your system. It also helps identify things like access rights issues in your directories and files since non-root users actually are held to them. Michael Sinz -- Director of Research Development,

Re: java shell script

1999-02-19 Thread Michael Sinz
are known limitations and some other problems with it. You may have bumped into one or two of these. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: java shell script

1999-02-19 Thread Michael Sinz
On Fri, 19 Feb 1999 17:29:55 -0500, [EMAIL PROTECTED] wrote: No, I'm seeing the same problem with both green and native threads... Hmmm... I run Java from shell scripts all the time. Which shell are you using? Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL

Re: receive a file

1999-02-19 Thread Michael Sinz
from the web interface. Normally not. A signed applet that the user lets the browser drop the security for can do so but only then. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http

Re: Wierd results using binfmt_misc

1999-02-20 Thread Michael Sinz
UMASK. I normally run 007 for company work and 002 for "fun" stuff. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: problem with Installation

1999-03-01 Thread Michael Sinz
need to remember to clean up any cruft otherwise other confusion will occure. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Question

1999-03-02 Thread Michael Sinz
port will work just fine. You should use the libc5 version since RedHat 4.x is libc5 based. (RedHat 5.x is glibc - aka libc6) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net

Re: how to remotely launch java (nt, linux) ? (off-topic...)

1999-03-07 Thread Michael Sinz
.." with correct paths and settings for the starting directory and it will work. I have run some of our servers (for NextBus) on NT that way about a year ago to show it could be done - but I tend to want more remote admin than NT provides so I tend to stay with UNIX systems.) Michael Sinz -- Direct

Re: Dynamically modifying CLASSPATH

1999-03-08 Thread Michael Sinz
believe you need to make a simple class loader to add your own path elements at run time from within Java. It is not a difficult thing to do. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http

Re: null layout?

1999-03-08 Thread Michael Sinz
st a guess... But that is what sets up the peer...) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~mi

Re: JDK1.2 release

1999-03-10 Thread Michael Sinz
is still going, etc. I would highly recommend it. Check http://rufus.w3.org/linux/RPM/lftp.html for an RPM... Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: Java 1.1 applets in Netscape Navigator

1999-03-16 Thread Michael Sinz
to thing "both ways") Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz -- To UNSUBSCR

Re: a few issues with jdk1.2 pre release

1999-03-18 Thread Michael Sinz
The other problems will need to be looked at. The pre-release was really a pre-beta - There are bound to be many issues that need to be cleaned up (including install/etc) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com

Re: multi JVM's mem usage in linux?

1999-03-22 Thread Michael Sinz
not shared automatically. However, there is hack to the VM system called MergeMem that addresses this type of shared data too. I, personally, do not use it but I have seen it work. The web site is: http://das.ist.org/mergemem/ Michael Sinz -- Director of Research Development, NextBus Inc. mai

Re: multi JVM's mem usage in linux?

1999-03-23 Thread Michael Sinz
JDK memory usage: http://www.complang.tuwien.ac.at/ulrich/mergemem/ Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~mi

Re: JDK 1.1.8 ??

1999-03-25 Thread Michael Sinz
people were jumping on the JDK 1.2 sources the moment Sun did an actual release. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: JDK1.2

1999-03-27 Thread Michael Sinz
will not affect most people as far as Java is concerned unless you are trying to pass the JCK tests, some of which test the multicast socket support in Java (and thus found some bugs in Linux) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http

Re: Crazy-huge JDK 1.2 memory usage reported by top/ps

1999-03-27 Thread Michael Sinz
a JIT too) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz -- To UNSUBSCRIBE, email

Re: Crazy-huge JDK 1.2 memory usage reported by top/ps

1999-03-27 Thread Michael Sinz
On Sat, 27 Mar 1999 08:42:15 -0500, Michael Sinz wrote: From: Bryce McKinlay Hi, I have a weird problem with JDK 1.2 - 'ps' and 'top' report massive amounts of memory being used by the jdk whenever I run *anything* in java: [bryce@p2-bryce bryce]$ ps aux | grep java Top reports

Re: Scrolling frame in Applet.

1999-03-27 Thread Michael Sinz
works in JDK 1.0.2 and in applets. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: hotjava/jdk1.2?

1999-03-30 Thread Michael Sinz
ty manager. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz -- To UNSUBSCRIBE, email

Re: Recompilation only when needed

1999-04-06 Thread Michael Sinz
to compile more than you thought due to some inlining. Jikes does this a bit better (and it is sooo much faster that you may not even notice if it were recompiling all files) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com

Re: Open Group port/Invocation dumps core

1998-08-23 Thread Michael Sinz
uot; level as the Sun JDK (That is, JDK 1.1 / 1.1.6) The beta 1.2 (or early access) is not yet available for Linux. (But then it is not ready for production use yet either) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.co

Re: Packages

1998-08-26 Thread Michael Sinz
and did not follow our coding standards. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: can't find class file java/lang/Thread

1998-08-26 Thread Michael Sinz
is your CLASSPATH environment variable set to? Best to first try *not* having it set to *anything* (CSH - unsetenv CLASSPATH) In most cases, CLASSPATH should not be needed. (It sounds like CLASSPATH points at the classes.zip file but not the current directory - aka ".") Michael Sinz -- Di

Re: What's up with this?

1998-08-28 Thread Michael Sinz
ks like both classes are in no package (as in the outside package) and thus within the same package as eachother. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Re: I: Jdk 1.1.6 and Java Web Server Trial 1.1

1998-08-31 Thread Michael Sinz
Da: Damiano [EMAIL PROTECTED] Oggetto: Jdk 1.1.6 and Java Web Server Trial 1.1 Data: Monday, August 31, 1998 12:35 PM With the followinf config: RedHat 5.0, glibc 2.0.7-13, jdk 1.1.6 v2 (of course for glibc) Installed under /jdk1.1.6 javac works, all jdk seems to perform ok, then I add

Re: Thread pooling..

1998-08-31 Thread Michael Sinz
on the same systems, under Linux, I got 0.12 MS savings, using my test, but then systems do differ) (BTW - PII/266/128meg/etc...) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~michael_sinz

Java and testing

1999-04-09 Thread Michael Sinz
as many not-to-spec operations as possible. This would address most of the "test everywhere" problems since you would only need to test in the "strict" environment. I wonder if such a tool is available or if such a tool would be worth money :-) Michael Sinz -- Director of

Re: -classpath bug

1999-04-14 Thread Michael Sinz
ironment variable to make sure it works. Now, in the JRE, the "-cp" does not need the core java classes... Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web ---

Re: Line numbers vs Compiled Code in stack traces

1999-04-19 Thread Michael Sinz
that you are running a JIT of some sort. Run without it and you will get the line numbers. It is also possible to build java byte code without line number information in it. Usually this is done with "-O" in things like jikes and javac. Michael Sinz -- Director of Research Developme

Re: Status updates [Was: Re: ...]

1999-04-21 Thread Michael Sinz
t have had the pre-release done as quickly as it was without their support. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~mi

Re: package importing conventions

1999-05-03 Thread Michael Sinz
to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~mi

Re: RedHat 6.0 and Blackdown Java 1.1.7v1a

1999-05-03 Thread Michael Sinz
, Juergen has done the work already and I am just getting some time to test it. (We have all been rather busy with other work...) Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net

Re: Socket bug?

1999-05-04 Thread Michael Sinz
sh to look at the getHostAddress() method which will return a string of just the address. See the java.net.InetAddress JavaDOCs for details. Michael Sinz -- Director of Research Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --- http://www.users.fast.net/~mi

  1   2   >