Re: Where can I download netscape source code?

1998-10-24 Thread Michael Doherty
Try http://www.mozilla.org/ Chi-Ming Yang wrote: > > Hi there, > Where can I download netscape source code? > > Thanks > > - > Free e-mail group hosting at http://www.eGroups.com/

Re: StrongARM port

1998-10-28 Thread Michael Sinz
at the moment, 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: HP wrong, Linux right... right?

1998-10-28 Thread Michael Sinz
eing able to close a resource from another thread without there being some Monitor (mutex in Java) on that resource to keep only one thread doing things with it at once. I would personally feel that such code, while it may work in some cases/systems, is not code I would assume would work everywhere

Re: newbie question

1998-10-29 Thread Michael Sinz
t;shared libraries >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

Re: problem running java under Linux

1998-10-29 Thread Michael Sinz
e LIBC5 version works while glibc will not be reliable. 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: StrongARM port

1998-10-30 Thread Michael Sinz
products are all on Linux. In fact, they announced that it is now RedHat 5.1 (it used to be a cross-compiled version of RedHat 4.2) Michael Sinz -- Director of Research & Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web --->

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

1998-10-31 Thread Michael Sinz
dler with three 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 u

Re: JDK for 21064?

1998-10-31 Thread Michael Sinz
I find this difficult to understand. I don't know what to do. I still hope to find some time to finish the Alpha work but CVS is much more important and will make the work that much easier to manage. (Lots of little changes in prototypes and return types) Michael Sinz -- D

Re: JNI trouble with JNI_CreateJavaVM

1998-11-01 Thread Michael Sinz
to do task switching while a call to a blocking I/O function is made. Native threads do not have that problem (but may have others :-() 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: lib&jdk probs

1998-11-04 Thread Michael Sinz
just the readme needs to be updated) 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

Re: JDK for 21064?

1998-11-04 Thread Michael Emmel
Uncle George wrote: > u have my permission to post all those emails on this list. i'd like to see them >myself. I > think the previous offer was " who would u like to support ( with regard to the linux > porting project takeover ) u or the guy from javaworld ( i think ), i beleive my ans >was >

A Scenerio

1998-11-04 Thread Michael Emmel
5 years from now you walk up to a street corner and a guy in a dirty coat approaches you. He say hey man I've got all the sources for JDK 1.2 for sell. How much would you give him How much is 1.02 worth today... Mike

JDK 1.1.7 for x86 Linux

1998-11-06 Thread Michael Sinz
have the files. All of them should have them soon. 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 SDK

1998-11-06 Thread Michael Sinz
This lets Java run without the AWT addons. If you have the wrong mix of libc/glibc (as in libc5 system and a glibc version of the JDK) you need to get the "other" 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

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

1998-11-07 Thread Michael Sinz
On Sun, 01 Nov 1998 18:26:43 +0900, SHUDOH Kazuyuki wrote: >[EMAIL PROTECTED]("Michael Sinz") wrote: > >> >What platform on which does binary distribution of JDK >> >for linux compiled? Which version of linux kernel? > >> On x86 we use the productio

Re: Low level disk access

1998-11-11 Thread Michael Sinz
are controlling this from Java, 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. Mic

Re: Getting jre to run...

1998-11-11 Thread Michael Sinz
.) You may wish to check that the jre command is the one you 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
ance for cluttering 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] - ht

Re: Retrieving a fully qualified hostname under NT

1998-11-13 Thread Michael Sinz
s and then as it for the host name. However, you are correct, the machine would need to be in DNS to support this. Note that if you are not DNS named, a fully qualified name will have little meaning. Michael Sinz -- Director of Research & Development, NextBus Inc. mailto:[EMAIL PROTECTED] --

Re: Deprecated `Thread.stop()' in forthcoming JDK 1.2. Why?

1998-11-13 Thread Michael Sinz
nly way) I too like the feature but it is easy enough to have your own notification. A harsh stop may not be able to control what is happening at the moment or it would have to only check at certain points within the operations. Michael Sinz -- Director of Research & Development, NextBus Inc.

Reusable threads?

1998-11-13 Thread Michael Thome
t it. If not (bummer), I guess I must introduce explicit end state detection (My problem is, of course, rather more complex than the example given here, but the issues are similar). Thanks, - Michael Thome [EMAIL PROTECTED]

Re: Reusable threads?

1998-11-13 Thread Michael Sinz
On Fri, 13 Nov 1998 11:20:36 -0500 (EST), Michael Thome wrote: >Now that we have the option of native threads, I'd like to start using >thread resource pools. But, the Java semantics and/or the >implementation appears to make it problematic with regard to >applications wit

Re: jar

1998-11-17 Thread Michael Sinz
jar Doing just "jar -t" will 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: Retract stupid question about linux-java - a permission issue

1998-11-17 Thread Michael Beattie
java_wrapper invokes a library, and the library has to > have the > permission?? Or that 's' doesn't really mean what I think it means?? > > Much Thanks, > I guess until I figure it I'll live 'dangerously' with /dev/audio at chmod 666. My /dev/audio is 660:

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

1998-11-18 Thread Michael Sinz
d worry about something 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
need to use jdk_1.1.7-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. mai

Re: Deprecated `Thread.stop()' in forthcoming JDK 1.2. Why?

1998-11-23 Thread Michael Sinz
thread systems. The core OS may not support the needed mechanisms to cleanly stop a thread at various points (such as during a blocked I/O) 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

why cant my netscape execute JDK-1.1.* - progs ?

1998-11-23 Thread Michael Brunsteiner
.* the appletviewer that is included in the JDK-package works with both versions ... netscape on the other hand claims to do that as well ... however :-( what could be wrong ? thanx for any hints mic _ Michael Brunsteiner <[EMAIL PROTEC

Re: Deprecated `Thread.stop()' in forthcoming JDK 1.2. Why?

1998-11-23 Thread Michael Sinz
stems really do not like using the NMI (non-maskable interrupt) since it tends to make it impossible to know for sure that the system will be reliable then. 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/Netscape question

1998-11-24 Thread Michael Sinz
page source is available, by definition of how the browser 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

Where is the java-linux list

1998-06-19 Thread Michael Richardson
xt2fs.so.2 => libext2fs.so.2.3 ld-linux.so.2 => ld-2.0.5.so libss.so.2 => libss.so.2.0 libcom_err.so.2 => libcom_err.so.2.0 libproc.so.1.2 => libproc.so.1.2 libdl.so.1 => libdl.so.1.9.5 libtermcap.so.2 => libtermcap.so.2.0.8 libncp.so.1 => libncp.so.1.0 ld-linux.so.1 => ld-linux.so.1.9.5 :!mcr!:| Solidum Systems Corporation, http://www.solidum.com Michael Richardson |For a better connected world,where data flows faster Personal: http://www.sandelman.ottawa.on.ca/People/Michael_Richardson/Bio.html">[EMAIL PROTECTED]. PGP key available. Corporate: mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED].

Re: Netscape/CLASSPATH question

1998-11-24 Thread Michael Sinz
the like) Just look at how many times 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
ot need to define things that are required definitions for the system to operate. (Such 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
lasses.zip file and thus if you use that you need to find classes.zip and put that into the -classpath option and... It is just a mess.) 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: FUCKING MAIL LIST

1998-11-28 Thread Michael Doherty
Gee, why don't you tell us how you really feel? Persil wrote: > > REMOVE ME FROM THIS FUCKING MAIL LIST OR TELL ME HOW TO REMOVE MY SELF > FROM THIS PIECE OF SHIT LIST! MOTHERFUCKERS

Re: java dead?

1998-11-30 Thread Michael Thome
partially due to the misleading claims that Win95 was a 32-bit OS. Cheers, -mik -- Michael Thome ([EMAIL PROTECTED])

Re: what tools do you use for programming

1998-12-10 Thread Michael Doherty
. Now I'm ready to try it again. And OK, I admit it, I'm not ready to be completely weaned from NT until I'm comfortable with Linux. Also is there a xemacs for Linux? I always like to duplicate somehow the development environment I use at work. TIA for any suggestions. Michael

Java 1.2

1998-12-11 Thread Michael Privat
Hi, I realise you probably get this question ten thousand times a day, but is there a Java v1.2 porting project ? Is there any approximation about when it would be available ? Thanks a lot, Michael Privat --- Michael Privat Massachusetts

Re: Java threading

1998-12-18 Thread Michael Thome
e had a burst of thread creation that completely choked the windows native thread system. Haven't looked at the 1.1.7a diffs yet - anyone working on something like this for Linux? cheers, -mik -- Michael Thome ([EMAIL PROTECTED])

Re: JDK-1.1.7.1a Installation: missing libXm.so.2

1998-12-21 Thread Michael Sinz
N_JAVA=true) version, then it will need that library. You should be able to install the JDK just fine and run it in its normal configuration. (Note that if the RPM does not include the statically linked JDK you may wish to grab the tar archive which does include the fully release.) Michael Sinz --

JDE & (emacs or xemacss)?

1998-12-24 Thread Michael Doherty
Choices, choices, so many choices! Anybody got any preferences on emacs or xemacs for java? TIA, Michael Doherty

Re: (no subject)

1998-12-24 Thread Michael Doherty
Michael Doherty wrote: > > Choices, choices, so many choices! Anybody got any preferences on > emacs or xemacs for java? > > TIA, > > Michael Doherty Thanks for the replies. I d/l jde and installed it. I'll try it first with emacs because that came with the install

Re: jdk117_v1a glibc x86, where are the classes?

1998-12-29 Thread Michael Sinz
RE plus all of the code needed to develop java programs in addition to running them. For 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: diffs for i386/non-comm 1.2 sources.

1998-12-31 Thread Michael Emmel
This is funny when I worked on the 1.02 JDK port to NextStep I wrote a driver that allowed you to do DPS calles from Java. I felt it was th "way to go" Looks like Sun is moving in that direction. I suspect this is for Graphics2D support. The driver is Mach based so not that useful. But if Sun is

Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Michael Doherty
ome professor that said that literacy for high school students should include basic linux. Great idea! I'd add some basic java literacy, also. OK, here's a research topic for some grad student: can linux/java training raise national IQ? Well, that's all for now. Best wishes to everyone for the new year Michael

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

1999-01-01 Thread Michael Doherty
Richard Jones wrote: > > Michael Doherty wrote: > > Anyway, the thing with linux is that it seems to run java code faster > > than NT. NetBeans on the NT side (200MHz K6 w/128MB ram) is almost > [...] > > I'm surprised. NetBeans crawls with the Blackdown > L

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

1999-01-01 Thread Michael Doherty
Works great! Thanks Rich. I'm frankly kinda amazed. Jikes seems about an order of magnitude faster than the jdk117_v1a compiler. Not sure how that's possible but goota hand it to the guy(s) at IBM who wrote it. Regards, Michael Richard Jones wrote: > > Micha

Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Michael Sinz
ch of the point of shared libraries is to reduce download time and disk space and in-memory space and ease of fixing problems in the library. However, it also means that you have problems with library versions and incompatibilities. Yuck. Michael Sinz -- Director of Research & Development,

Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread Michael Rohleder
Brett W. McCoy writes: > > I would like to run jikes on my RH 5.0 linux box, but jikes wants > > libstdc++-2.8, while the current rpm contains libstdc++-2.7 and ...-2.9, > > but not 2.8. :( > > Grab it at > > >ftp://ftp.tux.org/pub/distributions/redhat/redhat-5.2/i386/RedHat/RPMS/libstd

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

1999-01-04 Thread Michael Thome
>>>>> "Nathan" == Nathan Meyers <[EMAIL PROTECTED]> writes: > Michael Doherty wrote: >> >> Works great! Thanks Rich. I'm frankly kinda amazed. Jikes seems about >> an order of magnitude faster than the jdk117_v1a compiler. Not sure how &

Re: subscribe

1999-01-04 Thread Michael Sinz
CLASSPATH would not have been so poorly implemented) 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

Java city

1998-06-25 Thread Michael James
What is the best place to reside if you want to program in Java for a living? Please respond privately and I'll post a summary.

Re: What are four different packages for ?

1999-01-05 Thread Michael Sinz
ernationalization JDK == Developer kit + Run Time + Internationalization. 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]

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

1999-01-06 Thread Michael Sinz
{ >System.out.println ("d = " + d); > } > > public static void main (String[] args) > { >DerivedClass derivedClass = new DerivedClass (); > } >} >- > >$ 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: Sorry: Ignore that last post (Is this a JVM bug? Why is my localvariable not initialized?)

1999-01-08 Thread Michael Thome
is that you are doing a sufficiently complex thing as to expose some of the (as always, somewhat arbitrary) language design choices. As this level, any of the choices would result in someone's mental model being violated. Java threading is in an even worse position - the syntax was made so trivial as to fool people into thinking that writing threaded code is easy. Cheers, -mik -- Michael Thome ([EMAIL PROTECTED])

[email protected]

1999-01-18 Thread Michael Schubart
WindowsLookAndFeel.java 5 Update swingall.jar and windows.jar Of course this will only let you use the Windows PLAF on your own Linux machine. And don't ask me about the legal implications. Good luck, Michael +------

Re: [email protected]

1999-01-18 Thread Michael Sinz
pe of Linux rather than, say, i386 (386), i486 (486), i586 (Pentium), or i686 (PII/PPro) 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
ale correct work and for each line of input, 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

JavaHelp on Linux

1999-01-19 Thread Michael Doherty
Anybody know if the JavaHelp beta1.0 works on Linux? http://developer.java.sun.com/developer/earlyAccess/javahelp/index.html TIA Michael

Re: port information

1999-01-20 Thread Michael Sinz
in such an environment. Most good unix implementations should do rather well. Now, the Linux port had to do lots of work to get Native threads to work in the Linux threading model. And the Green threads also took some work due to some library routine issues. (and the lack of poll() in the kern

Re: CLASSPATH problems.

1999-01-21 Thread Michael Sinz
;pwd'. can >anyone shed some light on what 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] ---

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread Michael Sinz
knows a workaround to this (or a nice trick?) 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: BUG REPORT

1999-01-22 Thread Michael Sinz
e OS 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
l/etc) it is slower by the factor 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: need help on installing Java Studio1.0 in Linux

1999-01-31 Thread Michael Doherty
P. T. Kornman wrote: > > Has anyone out there been able to get Sun's Java Studio 1.0 to run on > Linux? I went thru the procedure as described on the Blackdown pages and > I get the error message > > Can't find class sun.jws.Main > > I do have my own (legally purchased)

Swing 1.1.1b1 does not compile under Linux

1999-01-31 Thread Michael Emmel
Hi I need to add patches to Swing to fix show stopper bugs but the new 1.1.1b1 does not compile under linux using jdk1.1.7 Jikes also fails. Anyone have any luck. The problem seems to be in BasicTableUI.java The private inner class access seems to fail. Under both Jikes and javac. Anyway Jikes

Re: Cornfused about JDE, RT and Native installation

1999-01-31 Thread Michael Sinz
ls, some demos, etc. The JRE is the "Java Runtime Environment" which is the full Java Environment including 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

Re: Strange Class.forName() problem

1999-02-01 Thread Michael Sinz
does not have an "import" statement since that is only a compiler trick so that you do not have to type the full name. You may wish to put in a bit 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
licly available when we have a port done. All of the 1.1.x diffs had been posted. As to 1.2 (Java 2) 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
(they claim all 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
27;t load library >'libXp.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

Re: jre

1999-02-06 Thread Michael Sinz
27;t load library >'libXp.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

Re: subscribe

1999-02-10 Thread Michael James
Um, if you're talking about Scribble.java from _Java in a Nutshell_ I think you're supposed to draw "Hello World" (plus a flower) yourself after you start the Applet. On Wed, 10 Feb 1999, Gu Jian wrote: > Hi, everyone, > > I installed JDK117_v1a for linux(Red Hat 5.2, intel) yesterday,

Startup problems

1998-07-07 Thread Michael Ash
I am having some trouble with jdk-1.1.6 for linux. I installed the tar files and put the bin/ directory on my path. But: $ javac HelloWorldApp.java Segmentation fault (core dumped) I run RedHat 5.0, and I am using the glibc version of jdk. Also, I assume it's important to compile the kernel

RE: Startup problems

1998-07-08 Thread Michael Ash
This posting is a thank you note and compiles the responses. I had this problem: > >| $ javac HelloWorldApp.java > >| Segmentation fault (core dumped) > >| > >| I run RedHat 5.0, and I am using the glibc version of jdk. Also, I assume > >| it's important to compile the kernel for Java binaries?

OJI jdk/mozilla integration

1998-07-10 Thread Michael Rohleder
Has somebody done some working on that? -- Time sharing: The use of many people by the computer.

Re: Porting JDK1.1.7 to Linux

1999-02-11 Thread Michael Sinz
are not corrupt and would not show you anything useful. Could it be that you have an older version of patch? 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 & glibc 2.0.1xx

1999-02-11 Thread Michael Sinz
e problem is not that simple - there is the use of a few symbols that are not longer available. (But then the whole ld wrapper stuff never was something that I understood as to why Sun changed it.) Michael Sinz -- Director of Research & Development, NextBus Inc. mailto:[EMAIL PROTECTED

Re: java-plugin for linux/netscape 4.5

1999-02-16 Thread Michael Sinz
as Java 1.1 built in and they have a JIT 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 Resear

Re: jdk 1.1.7.1a / tya 1.2v3 performance?

1999-02-17 Thread Michael Thome
/ 1000)); > System.out.println("iterations/second: " + rate); > } > } > When I run this on my PPro 200 Redhat 5.1 box, I see the following: > CLASSPATH="testmain:$CLASSPATH" java test.testmain > TYA 1.2v3 (for J117 / Linux

Re: Wierd results using binfmt_misc

1999-02-19 Thread Michael Sinz
bsolutely required (as in, when doing admin work). This is a good habit to be in since 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-ro

Re: java shell script

1999-02-19 Thread Michael Sinz
elatively well but there 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. m

Re: receive a file

1999-02-19 Thread Michael Sinz
end the file to me 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 o

Re: hey

1999-02-19 Thread Michael Doherty
[EMAIL PROTECTED] wrote: > > Hey, > > Just wanted to drop you a note. There is a computer > show this weekend at the Radisson Hotel in Overland > Park. If you are still looking for those parts, its > a good place to find them. I think the hours are > 10 to 3 on Sunday, but you might want to g

Re: Wierd results using binfmt_misc

1999-02-20 Thread Michael Sinz
to run. The status of class files is based on your 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: HotSpot (was Re: Linux jdk 1.,2 Jit )

1999-02-25 Thread Michael Emmel
re research goals. Hopefully I'm mistaken. If there is any interest at Sun in my Windowing system its called Shark Windows It freely available via CVS at www.gjt.org cvs directory java/org/gjt/shark. Thanks for your time. Michael Emmel Oliver Fels wrote: > > Sorry but that who

Re: problem with Installation

1999-03-01 Thread Michael Sinz
ease is installed you would 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.

Re: Question

1999-03-02 Thread Michael Sinz
later. The JDK 1.1.7v1 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 o

Re: A Java VM that uses svgalib?

1999-03-03 Thread Michael Emmel
I've already done it : ) I've written a java windowing system called shark windows. The AWT peers are implemented on top of the Swing. I have a driver written on top of a Java device dirver for the Cirrus Logic 5430 it's currently not functional I haven't upgred its api. One on top of a XLIB r

JDK 1.2

1999-03-04 Thread Michael Emmel
Last ! Where is JDK 1.2 Just I joke I wanted the honor of posting the last of the WHERE JDK 1.2 messages : ) No rush I'll be on vaction this weekend : ) Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: terrible fonts in linux-jdk1.2

1999-03-05 Thread Michael Nielsen
you findt i on ?? mvh mike. -- #include ------- (Ingeniør) Michael Nielsen BE(Hons) work email: [EMAIL PROTECTED] telf: +45 9828 4611 x 26 Private email : [EMAIL PROTECTED] fax : +45 9828 4565 ---

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

1999-03-07 Thread Michael Sinz
l is called "srvany.exe" and it takes as options the thing to run. Make that "java.exe classname options ..." 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 coul

Re: anyone using JDK1.2(beta)

1999-03-08 Thread Michael Nielsen
e idltojava compiler, which is only available for windows and solaris, and hasn't been updated for months :-<. mvh mike. -- #include --- (Ingeniør) Michael Nielsen BE(Hons) work

Re: jdk 1.2 and kernel 2.2.x?

1999-03-08 Thread Michael Nielsen
#include --- (Ingeniør) Michael Nielsen BE(Hons) work email: [EMAIL PROTECTED] telf: +45 9828 4611 x 26 Private email : [EMAIL PROTECTED] fax : +45 9828 4565 --- At ar

Re: idltojava and Java Plug-in

1999-03-08 Thread Michael Nielsen
tter than that old clunky idltojava which is probably dead. unfortunately it is not better, and is actually (if possible) more clunky than the old idltojava, which we are still using. mvh mike. -- #include ---

Re: Dynamically modifying CLASSPATH

1999-03-08 Thread Michael Sinz
of code work? I 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

Re: null layout?

1999-03-08 Thread Michael Sinz
is label show up on the window. Where is the addNotify()? (Just 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 pl

Download of jdk 1.2

1999-03-10 Thread Michael Jürgens
.1pl2, 29-Aug-97 of bzip2 in a libc environment. The MD5 checksum of the file is e752161e10ff78e50bbc46e43dddc4b2 Is this correct? Greetings, Michael Jürgens Mit vielen Grüßen i.A. Michael Jürgens FACTUM Projektentwicklung und Management GmbH --- Phone: (49) 2 31 / 97 51 29 - 0 Fax:

<    1   2   3   4   5   >