Hmmm.. New to the game

1999-02-26 Thread Michael
I need to install the JRE on a server for one specific application.. read the docs, but a little confused.. (Sorry for such a basic question, but the archives weren't responding) Of the 3 distros.. I tried first the jre, and then the jdk.. (Still haven't figured out what the rt is..) Using the 1

java segfaults on Hello.java

2001-07-23 Thread Michael .
Using the example greetings.Hello class as in http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javac.html, I compiled successfully but got the following execution: -- $ java greetings.Hello World Universe Everyone Hello World Hello Universe Hel

Re: java segfaults on Hello.java

2001-07-25 Thread Michael .
This error, incidentally, comes about half the time, running the command line repeatedly. Adding "-Xrs" reduces the occurrence to about 1 out of 10 times (and gives a different PC value, no surprise). Running from jdb, the error doesn't occur at all. Leads me to suspect a bug in java's shutdown c

Windowing System

1998-09-02 Thread Michael Emmel
I've written a complete Windowing System in Java . The top layer is the Swing. It contains a hardware driver a bootstrap awt driver, And a driver using XTC a all java XLIB. It is available at http://www.fdc.co.uk/jos/src/graphics.tar.gz I hope some members of this group are intrested. I'm currentl

Re: JAVA PROJECT! CODER WANTED!!

1998-09-03 Thread Michael Rohleder
Nelson Minar writes: > >> What, are you kidding? > >HE'S COMPLETELY NUTS > > Maybe a refugee from the Freedows project :-) Can please stop this stupid thread... -- +#if defined(__alpha__) && defined(CONFIG_PCI) + /* +* The meaning of life, the universe, and everything. Plus +

JDK1.1.6v4a socket problem

1998-09-08 Thread Michael Thome
n (v4a) strace - not too difficult to miss something, though... Cheers, -mik -- Michael Thome ([EMAIL PROTECTED])

Re: Expanding arrays

1998-09-08 Thread Michael Sinz
the array of the right type and size. For example: java.util.Vector v=new java.util.Vector(); /// add all sorts of String object to the vector String[] result=new String[v.size()]; v.copyInto(result); Michael Sinz -- Director of Research & Developm

Re: ddd, gdb, jdb and java: debuging on linux

1998-09-09 Thread Michael Sinz
he Alphaworks web site at http://www.alphaworks.ibm.com/formula (I have modified the source to have line numbers in the listing window. Check out the diffs I posted to the JIKES DEBUGGER discussion list) And, yes, it shows variables and objects and threads and... Michael Sinz -- Director of Resea

Re: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Michael Sinz
n this issue. Thanks in advance. I wish I could help you more but on my machine your address does not work but address on the net, such as 204.146.18.33 do work. (That should return something like www.ibm.com if I remember correctly...) Michael Sinz -- Director of Research & Developmen

RE: Java on Linux... bug in InetAddress ??? please help!

1998-09-10 Thread Michael Sinz
On Thu, 10 Sep 1998 14:44:50 -0700, Masuda, Bond wrote: >Hello Michael, > >Thank you for replying so quickly.. > >The particular address in my message was a bogus address.. I was >assuming that would be clear when I mentioned the whatever.home.edu. In >anycase, yes, my DNS

Thread dump?

1998-09-11 Thread Michael Thome
I seem to have forgotten the incantation to get the VM to print a "full thread dump" on demand - I had thought it was C-\, but it just core dumps. I'm currently using the glibc 116v3a. Thanks, -mik -- Michael Thome ([EMAIL PROTECTED])

Re: Well done

1998-09-12 Thread Michael Sinz
On Sat, 12 Sep 1998 16:00:34 -0700, James Howe wrote: >P.S. Thanks alot guys !! I am sure the whole team would like to say "You are welcome." Michael Sinz -- Director of Research & Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My

Re: To read from a port

1998-09-13 Thread Michael Sinz
.net package, and specifically the java.net.Socket and java.net.DatagramSocket 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 /dev/cua? or /dev/ttyS?

1998-09-13 Thread Michael Sinz
her than within Unix worlds 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
ekest link in a server-side Java program, compiling to native code does not mean that it will be more reliable, just 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 & Dev

Re: Problem with getting JDK's to work

1998-09-16 Thread Michael Sinz
install. (So I guess and hope that is what your 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

Re: Swing under Linux

1998-05-20 Thread Michael Wong
http://www.partnersoft.com -- -- PortfolioHCI, Inc., your information and Internet solution provider Michael Wong [EMAIL PROTECTED] Tel: (301)438-1444 Fax: (301)438-1444 For technical discussion, visit: http://www.portfoliohci.com --

Re: Swing under Linux

1998-05-20 Thread Michael Wong
n and Internet solution provider Michael Wong [EMAIL PROTECTED] Tel: (301)438-1444 Fax: (301)438-1444 For technical discussion, visit: http://www.portfoliohci.com --

Re: Possible bug in Linux JDK 1.1.6 v1 libc5 x86

1998-06-18 Thread Michael Plump
errors like this when trying to run ICQ. And this guy has the same problem: http://www.blackdown.org/cgi-bin/incoming?id=17;user=guest ---- Michael Plump | Snorks make me smile, okay? eh | [EMAIL PROTECTED] "Frankly, I don

Re: Possible bug in Linux JDK 1.1.6 v1 libc5 x86

1998-06-19 Thread Michael Plump
9...) so you think that is the problem? -------- Michael Plump | Snorks make me smile, okay? eh | [EMAIL PROTECTED] "Frankly, I don't know where such independent monkey ringers come from." --Joe Dietz

Re: Possible bug in Linux JDK 1.1.6 v1 libc5 x86

1998-06-19 Thread Michael Plump
ame...) ---- Michael Plump | Snorks make me smile, okay? eh | [EMAIL PROTECTED] "Frankly, I don't know where such independent monkey ringers come from." --Joe Dietz

Re: Possible bug in Linux JDK 1.1.6 v1 libc5 x86

1998-06-19 Thread Michael Plump
ne file I forgot to link to the old version. Once I _fully_ downgraded to 1.9.6, it worked fine. Thanks :-) ---- Michael Plump | Snorks make me smile, okay? eh | [EMAIL PROTECTED] "Frankly, I don't know where such

Re: help me

1998-06-21 Thread Michael Plump
I did)... if you wan more specific instructions, just ask... -------- Michael Plump | Snorks make me smile, okay? eh | [EMAIL PROTECTED] "Frankly, I don't know where such independent monkey ringers come from." --Joe Dietz

Re: JDK 1.1.5/1.1.6 glibc dump

1998-06-26 Thread Michael Plump
running it with 1.9.6? -------- Michael Plump | Snorks make me smile, okay? eh | [EMAIL PROTECTED] "Frankly, I don't know where such independent monkey ringers come from." --Joe Dietz

Re: another Linux JDK?

1998-07-10 Thread Michael Rohleder
Tom Sedge writes: > I don't think they are ready with their JDK yet - couldn't find that on > the site. I also could not find any pricing information about turboj... -- A diplomat is man who always remembers a woman's birthday but never her age. -- Robert Frost

Re: JDK 116

1998-07-14 Thread Michael Ash
THE site for the JDK port to Linux project is: www.blackdown.org All of the necessary software and installation instructions are there. You may need to upgrade glibc--I did, which can be done via sunsite.unc.edu or from some Linux vendors, e.g., www.redhat.com Michael Ash

Loosing Windows

1998-07-16 Thread Michael Rohleder
Doug Welzel writes: > I've been running the Java version of ICQ and AOL's Instant Messenger on a > Linux system with JDK 1.1.6 and both programs have been "loosing windows". > For example, when you go to send someone a message in ICQ, the window > flashes up on the screen and then disappears.

Re: GUI debugger for Java-Linux?

1998-08-03 Thread Michael Rohleder
James Cassidy writes: > I've used ddd, it works with java (use ddd --jdb to start). Didn't > use it a lot, so I can't attest to how well it works. It does have > quite a following for it's use in other languages. Check out: > > http://mumm.ibr.cs.tu-bs.de/softech/ddd/ It does not run

Re: Out of memory - Garbage collector

1998-08-26 Thread Michael Sinz
ior happens under the JDK from Sun on Windows too. Try, for example, to use the -mx32m which states that the JVM can use up to 32 meg of memory. Also, the Sun implementation of the GC does not currently compact memory (even though it has indirect pointers) This is not a big issue, but in tight space

re: packages

1998-08-26 Thread Michael Sinz
way you would always have a true listing of what you have imported and from where. (The "*" just is a problem.) Personally, I never use that. I have an editor that makes life easier and I can type rather quickly, so I have fully qualified names on all classes that are outside of the pac

re: packages

1998-08-26 Thread Michael Sinz
class name, how can you know where it came from: SomeClass 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&

Re: [Fwd: re. Jit for linux]

1998-05-29 Thread Michael Rohleder
Rani Pinchuk writes: > What about TYA? (It is still alive right?) - you can find its URL in > Java Tools for Linux page of blackdown: > http://www.blackdown.org/java-linux/javatools.html And it works great for me! -- Working on SCO is like traveling back in time.

java-linux-announce ?

1998-06-01 Thread Michael Bell
Hi, Is there a [EMAIL PROTECTED] mailing list ? -- Regards, Mick. Michael J. Bell, Consultant Mail: [EMAIL PROTECTED] Adavanced Technology Division Web: www.cmgplc.com CMG PLC Tel: +44 (0) 171

can't execute java or other utils

1998-06-04 Thread Michael Compton
e explicitly specified the file (i.e. "./java"). I always get "command not found". Am I doing something obviously wrong? Thanks in advance for any help you might be able to provide. Thanks much, Michael Compton [EMAIL PROTECTED]

Thanks for all the work.

1998-09-17 Thread Michael Hamilton
Being able to use Linux and the JDK at home has made a real difference on recent projects. Michael

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

1998-09-17 Thread Michael Sinz
good file server in larger networks - it handles user connections rather well...) I hope they get a chance 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 -- Dir

Re: Problem spawning process with "several words"

1998-09-16 Thread Michael Sinz
ot; >4/ filename. I think you have the quotes in the wrong 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 par

Re: Help of Setting up java for Linux

1998-09-17 Thread Michael Sinz
, there is lots of power there, but there is no excuse 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

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

1998-09-17 Thread Michael Sinz
and the core JVM, both of which are very much the same 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
major lib's and what other 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] -

Re: RXTX, SerialImp.c

1998-09-21 Thread Michael Sinz
ms did not have threads. The Java model is to have threads be very easy and accessable and, if used in that form, can simplify the cases of many clients. Operating systems with no real thread limit have shown how this can be a major benefit in simplifying and optimizing such code. Michael Sinz

Re: CLASSPATH problem

1998-09-21 Thread Michael Sinz
s RPM. We really should put up a major line/paragraph 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
class name when trying to run the class you will be fine. The java command needs the full class name since ther is no "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 spe

Re: JDK & native threads

1998-09-23 Thread Michael Sinz
group (the shell would get confused) but this has been addressed in Solaris (and is not an issue in Linux) Plus, with native threads this is (or should not be) an issue. Also native threads still have issues with blocking calls and monitor locks. 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 & native threads

1998-09-23 Thread Michael Sinz
appers or because the blocking call is not part of the green threads wrapper) 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 P

Re: JDK & native threads

1998-09-23 Thread Michael Sinz
he one to report this and that Kevin was the one who did most of the work to address this. 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: Need help with initial Java setup

1998-09-27 Thread Michael Sinz
. I just wish it was not abused so many times for things that really did not need to have special settings. 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
make the code that much harder to understand and maintain. A JVM could, for 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

Re: JDK 1.2

1998-09-30 Thread Michael Sinz
e JDK 1.2 source and have no idea as to how much work it would be to do the port. We hope to get the code as soon as possible but from what Sun has said about the 1.2 changes, it could be a lot of work (and thus time) to do the Linux port. (We hope it will not be too much, but...) Michael Sinz -- Di

Re: Write Once Run Anywhere?

1998-10-01 Thread Michael Bell
tc Us too, > 50,000 lines of 100% Java. Windows NT/95 is a bit more reliable than other platforms as the JVM is from Javasoft (except of course for the Date handling screw up in the various 1.1.x versions) -- Regards, Mick. ~~~~~~~~ Mich

Re: Write Once Run Anywhere?

1998-10-01 Thread Michael Thome
t use a floppy/ZipDisk, I'll pre-zip my class tree. good luck, -mik -- Michael Thome ([EMAIL PROTECTED])

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

1998-10-01 Thread Michael Sinz
// This should 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
fusion. It is not that it, in and of itself, is bad. With so many different 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 w

Re: slightly off-topic

1998-10-03 Thread Michael Sinz
hat its type is or you can ask if it is an instance of a specific class without the overhead of a try/catch of an exception while 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.

Re: Java-Linux networking problem < Connection refused >

1998-10-05 Thread Michael Sinz
of a strange setup - check that you can "ping localhost" meaning that your system knows that as a name. (Normally one should have that setup but I have run into people who either deleted that definiton from their hosts file or never put it in...) Michael Sinz -- Director of Research & De

Re: Does Java apps has to have .class extension?

1998-10-05 Thread Michael Sinz
look for it as Bar.class. (Well, the default class loader will do that and if it is already loaded, it will not need to look again) Michael Sinz -- Director of Research & Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web ---> http://ww

Re: Java and CVS

1998-10-06 Thread Michael Thome
27;ve written a custom system builder (in java, of course) that handles our compile. Cheers, -mik -- Michael Thome ([EMAIL PROTECTED])

JDK 1.1.7 source released yet?

1998-10-07 Thread Michael Thome
Any of you noncom licensees been able to get their 117 distribution yet? Sun keeps pointing me at files on their server that don't exist. thanks, -mik -- Michael Thome ([EMAIL PROTECTED])

Re: DatagramSocket option in jdk1.1.6v4

1998-10-07 Thread Michael Sinz
have this problem though. Watch 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 t

Re: Java app without X installed

1998-10-07 Thread Michael Sinz
can look at is to use the non-AWT/X version automatically whenever the DISPLAY variable 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 Resea

shared lib error

1998-10-10 Thread Michael Rohleder
I am getting a shared lib error when running jedit with v5: /usr/local/java/lib/i586/green_threads/libnet.so: undefined symbol: java_net_PlainSocketImpl_socketCreate (libnet.so) Where should java_net_PlainSocketImpl_socketCreate be defined? -- C makes it easy for you to shoot yourself in the f

Java Awt/Swing is fatally flawed

1998-10-11 Thread Michael Emmel
Hello I've been working for a while on and all java Windowing system. My current version is written on top of the Swing toolkit. Which is practically all Java. Well it turns out even Swing is flawed. The problem with Swing is the attempt to reuse Graphics context and not being thread safe. P

Re: javac dies silently

1998-10-11 Thread Michael Sinz
r something in CLASSPATH that points to an old JDK install, 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]

Re: Java Awt/Swing is fatally flawed

1998-10-11 Thread Michael Emmel
Dan Kegel wrote: > Michael Emmel wrote: > > Hello I've been working for a while on and all java Windowing system. > > My current version is written on top of the Swing toolkit. Which is > > practically all Java. > > Well it turns out even Swing is flawed. >

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 PR

Re: Swing and Threads

1998-10-11 Thread Michael Emmel
Gerald Gutierrez wrote: > > > Well that illustrates my point. A developer should not have to do that. > > > The Swing team should provide the queue interface it should not have to be > > > cobbled together by every developer that wants to write a complex graphics > > > program. > > > I never had

rmid with JDK1.1.6

1998-10-12 Thread Michael Kranz
Hello, I didn't find the RMI-Server rmid within JDK1.1.6. How can I implement RMI on a Server under Linux? Any documentation abou this? Thank you and best regards Michael - Gesellschaft fuer Informatik e.V

Re: RH5.1 configuration problem for running with Java???

1998-10-12 Thread Michael Sinz
libc5 libraries so that you can run the libc5 binaries. However, if your JNI code needs to interact with the green threads based function wrappers you may end up having problems. It is something I have yet to ever try. (I tend to try to stay in 100% Java whenever possible) Michael Sinz

Ooops, we have a small LIBC5 problem...

1998-10-12 Thread Michael Sinz
sGreaterOrEqual "$libdlVers" 1.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
Oh, and try this without CLASSPATH set. (I noticed that you had CLASSPATH set. 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:[EM

Re: small patch

1998-10-13 Thread Michael Sinz
bash version 2.01.1(1) this change seems to be a problem. We are going to have to do something different since there seems to be a conflict of behavior here. 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: Threads / CLASSPATH?

1998-10-14 Thread Michael Sinz
reading support. Windows NT has reasonable threading support but not very good 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

Linux JIT?

1998-10-08 Thread Michael Rohleder
Jason Dillon writes: > Is there any other JIT compiler for Linux other than TYA? I have been using > TYA for a while. I have found that it does not really help for swing > applications, rather it hinders. I was using NetBeans with TYA and it was > quite slow to react to ui events. It was a

RE: help!!!

1998-10-11 Thread Michael Sinz
you do a "which javac" you should see that it is running the jdk116/bin/javac If that is not what it is running your path may be incorrect or you may have some other javac in the path that you will want to remove Michael Sinz -- Director of Research & Development, NextBu

Re: javac dies silently

1998-10-12 Thread Michael Sinz
On Sun, 11 Oct 1998 17:36:08 -0400, strider wrote: >On Sun, 11 Oct 1998 09:50:15 -0400, "Michael Sinz" <[EMAIL PROTECTED]> wrote: >> >> It should just work. Make sure (since you are RedHat 5.0) not to have >> Kaffe installed from the default Kaffe archiv

Re: rmid with JDK1.1.6

1998-10-14 Thread Michael Kranz
ot;. So what you did "to solaris" I want to do "to linux". >1.2 was going to have RMI over IIOP (CORBA), >but I don't think that's going to make it in now... Yes, looking in the official JDK1.2Beta4 documentation there are entries fo

Re: rmid with JDK1.1.6

1998-10-14 Thread Michael Thome
>>>>> "Michael" == Michael Kranz <[EMAIL PROTECTED]> writes: >> Kontorotsui wrote: >>> Probably because RMI is implemented in Java 1.2. I am waiting for RMI > too, >>> right now I'm forced to work on a Solaris workstation...at least i

Re: Sun's ORB & Java-Linux

1998-10-14 Thread Michael Thome
;d also be great if the ORB is actually stable. > Suggestions for alternative ORBs perhaps ? There were a number of pre-release versions of JavaIDL for 1.1.x versions - I occasionally use one that came off a sun developers CD, but you can probably find an archived copy somewhere. cheers, -mik -- Michael Thome ([EMAIL PROTECTED])

Re: mpEDIT+Threads/CLASSPATH?

1998-10-14 Thread Michael Sinz
On Wed, 14 Oct 1998 15:41:02 +0100, Danny Ayers wrote: >Thanks (Ernst & Michael) for the replies - I should have included the >following in my query : > >mpEDIT is a text editor, very like wordpad, for java, free with source >from : > >http://members.tripod.com/~mpTO

Re: rmid with JDK1.1.6

1998-10-15 Thread Michael Kranz
"rmid"? > >My linux box has the same java facilities as the solaris box. >I'm fairly certain you can talk either way. > >There's no "rmid" in the solaris 1.1.6. >My solaris stuff only uses rmiregistry... Best regards Michael -

Re: rmid with JDK1.1.6

1998-10-15 Thread Michael Sinz
On Thu, 15 Oct 1998 10:15:03 +0100, Michael Kranz wrote: >Hi, > >believe it or not: I really mean rmid; look at > >http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/rmid.html > >The same is true with Windows. So my question was, is there rmid in >JDK1.1.6, especi

Re: setup question

1998-10-15 Thread Michael Sinz
I build the glibc libraries on RedHat 5.0 (albeit updated to current releases of the kernel and other 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 outpu

Re: rmid with JDK1.1.6

1998-10-15 Thread Michael Sinz
/rmi/index.html http://java.sun.com/products/jdk/1.1/docs/tooldocs/solaris/index.html 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: Working Button mnemonics under Linux Java?

1998-10-15 Thread Michael Sinz
own use. Many of the alt key strokes a friends machine do window operations or scrolling operations or desktop operations. >-Jim Burmeister, Metro Link Incorporated <[EMAIL PROTECTED]> Thanks for your answer Jim - There are so many places where the configuration in unix systems can "confuse" users. 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: RPM JDK installation on RedHat 5.1

1998-10-15 Thread Michael Sinz
were to compile the JDK you would need either Motif 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 & Develo

Re: lifeless javac with RedHat 5.0 JDK1.1.6v5

1998-10-15 Thread Michael Sinz
nk they > should be explained clearly in README.linux. I looked at the v5 version > of this file, and no new information on this subject was added since v4a, > when I fought with the problem. Since you most resently fought with the problem, what is the best answer here? (Other th

Re: glibc question

1998-10-16 Thread Michael Sinz
and the latest srpm 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 -- Directo

Re: Zero sized display panes from recompiled jdk

1998-10-16 Thread Michael Sinz
l This is one 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.co

Re: Zero sized display panes from recompiled jdk

1998-10-16 Thread Michael Sinz
l This is one 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.co

Re: libawt.so purgatory

1998-10-18 Thread Michael Sinz
as server-side applications/servlets. This reduces the size of the memory used and does not require that X be installed on the system. 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 about installing

1998-10-18 Thread Michael Sinz
t through "tar -xf". Otherwise you could download the .tar.gz version of the file. It is the exact same tar file only with gzip compression. This normally is very easy to extract since tar tends to know how to deal with this if you use "tar -zxf" (the -z tells it to use

Re: Sending objects down a stream problem

1998-10-18 Thread Michael Sinz
was sent already and does not send it again. You can either send new objects or close and open new streams for each one. 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

core dumping on execution

1998-06-16 Thread Michael Plump
.0 => libncurses.so.3.0.0 libe2p.so.2 => libe2p.so.2.3 libext2fs.so.2 => libext2fs.so.2.3 libss.so.2 => libss.so.2.0 libuuid.so.1 => libuuid.so.1.1 libcom_err.so.2 => libcom_err.so.2.0 libc.so.4 => libc.so.4.7.6 libm.so.4 => libm.so.4.6.27 libcurses.so.0 => libcurses.so.0.1.2 Michael Plump | Snorks make me smile, okay? eh | [EMAIL PROTECTED] "Frankly, I don't know where such independent monkey ringers come from." --Joe Dietz

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

Re: FW: Slackware and static versus ELF

1998-10-19 Thread Michael Sinz
e Java wrapper scripts will run a version of the JVM 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 over

Re: Java Plugin doesn't work

1998-10-20 Thread Michael Sinz
hy you are trying the plug-in in 4.06? I have seen things about problems starting in 4.05 with the plug-in due 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. Mic

Re: CheckVersions Error...

1998-10-22 Thread Michael Sinz
s" 1.9.9 ) then # supplied libraries are not needed return 1 which is 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

Re: apache, jserv, blackdown's vm, memory leak?

1998-10-22 Thread Michael Sinz
y 2 or 3 seconds during rush hour. (And it has lots of threads but I wrote my own thread pool class since this was started back when there was a bug in the Sun code that leaked a bit of memory for every thread you created.) Michael Sinz -- Director of Research & Development, NextBus Inc

Re: Interprocess Communication with a Java Application

1998-10-23 Thread Michael Sinz
sier) to work over the network to systems of different platforms even. I do this a lot with normal sockets and RMI and serialization. (All three in one program even, but usuaully just sockets since that works almost everywhere) Michael Sinz -- Director of Research & Development, NextBus Inc. m

Re: Problem compiling with the JDK

1998-10-23 Thread Michael Sinz
essage tends to 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 /bin/javac and not to /usr/bin/javac Michael Sinz -- Director of Research & Develo

  1   2   3   4   5   >