Re: Linux Desktop based on JDK 1.2

1999-06-29 Thread Michael Holst
Wont this be painfully slow?? - Michael > Cliff Baeseman wrote: > > I do not know if anyone is interested in this yet but here goes. > >I am not happy with the GNOME or the KDE desktops so I have started > building a desktop on top of a minimal RH 6.0 > installation.

Re: Platform dependence of Java2 source ...

1999-06-30 Thread Michael Sinz
on't get any messages from the list itself. Will do. Like I said in the past on this list, the devil is in the details. Getting the rough cut running was some work. However, you all should know that the last 5% of a project takes 90+% of the effort. Polishing and making stable are rat

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Michael Holst
I've given the project some thought and it seems not so far fetched, if you look at Novell 5 they sport a Java desktop for administration. If speed is a factor we may need to get source to the JDK, but that's not hard. The project is quite interesting, I'd like to be in cont

Re: JIT

1999-07-01 Thread Michael Sinz
no source available - most likely due to some Sun-internal licensing of technology from a 3rd party and thus they are not able to release the source. Michael Sinz -- Director of Research & Development, NextBus Inc. mailto:[EMAIL PROTECTED] - http://www.nextbus.com My place on the web

Problems with JDK1.2 pre2 on RH6.0

1999-07-03 Thread Michael Bohlander
I installed JDK 1.2 pre2 on RH6.0 and I'm having a few problems getting Swing working. Everything else seems to work ok, and I fixed the font problem, but any Swing app causes an Exception like, "Can't load javax.swing.plaf.metal.MetalLookAndFeel" .. Any ideas? Thanks

Re: How to read from output streams

1999-07-04 Thread Michael Sinz
des may go away (will go away on all 16-bit compiled console programs and any "family" programs and some 32-bit programs with a 16-bit header) You need to check what program you are trying to run and make sure it really is a 32-bit console app. If it is not you will have far too ma

favorite code beautifiers?

1999-07-06 Thread Michael Thome
long as such features are configurable). Thanks, -mik -- Michael Thome ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Swing Priority

1999-07-21 Thread Michael Emmel
BAZLEY Sebastian wrote: > In case anyone is interested, there is a useful description of such issues > in the O'Reilly book "Java Threads", chapter 6 "Java Thread Scheduling", > which discusses some popular scheduling implementations. > > A couple of suggestions (not tested): > > If you don't wan

Re: NoClassDefFoundError... argh!

1999-07-21 Thread Michael Emmel
Dustin Lang wrote: > Hi, > > An ammendment to my original post: > > The ClassNotFoundException is successfully caught and execution continues > (same as it would if a really nonexistant class name was given in the > config file), but immediately after it comes the error everyone loves, > Umm I f

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-22 Thread Michael Emmel
Nathan Meyers wrote: > Rob Clark wrote: > > > > For what it is worth, I see the same problem under xfree86 at 16bpp, > > so I am not sure that it is an Xvnc problem. > > > > What is involved in adding support for new color depths? I would like > > to drop support for older versions of JDK for an

Re: Working with many .java files jikes Compiler

1999-07-30 Thread Michael Emmel
> > We use make to great advantage. Our system has ~1000 java files and > make reduces compile time dramatically. ( We use jikes, too, so that > helps. ) Using production rules, make will only compile a java file > when the timestamp on the .java file is later than the timestamp on the > .cla

Dead lock in Graphics setFont

1999-08-06 Thread Michael Emmel
Hi I'm dead locking in Graphics on a call to setFont It enters g.setFont and never ruturns theu funny thing is it succeeds many times and this is the only thread in the setFont call ?? I synchronized on the graphics but no luck. java version "1.1.7B" Good call 0 SET FONT CALLED java.awt.Font[f

RPMS and Native threads on RH 6.0

1999-08-06 Thread Michael Holst
Swing, etc.? Thanks, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Dead lock in Graphics setFont

1999-08-07 Thread Michael Emmel
Michael Emmel wrote: Well I figured it out. Swing was handing out the same native graphics context twice. It look like theres a race condition in Swing Graphics wich allows it to hand out the same native graphics context twice in a threaded enviroment The pain is it results in deadlocks when

Re: [Off-topic] Drag-n-drop applet?

1999-08-12 Thread Michael Christiansen
Netscape's IFC (Internet Foundation Classes) support D&D. This is AKO pre-swing library, and lacks the support enjoyed by the swing / bean market. Mike Robb Shecter wrote: > Hi, > > IBM has a set of Java Beans that enable drag and drop for Java 1.1. I'm > checking it out right now to see if i

Re: Food for thought...

1999-08-16 Thread Michael Emmel
Mike Christiansen wrote: > Riyad Kalla wrote: > > > These are good points.. and I think the reason Sun doesn't support Linux so readily > > is simply because it would be shooting its self right in the Solaris-Foot. If it > > provides a high performance, solaris quality Java implementation... they

Re: Food for thought...

1999-08-17 Thread Michael Emmel
Jacob Nikom wrote: > I have feeling that for Sun Java is more important than Solaris. > IMHO they are targeting quickly growing embedded market to sell > more of their hardware. This market is good place for Java and > Linux, not Solaris. > > A lot of embedded and "real-time" software developers

Re: Food for thought...

1999-08-18 Thread Michael Emmel
SHUDO Kazuyuki wrote: > Michael Emmel <[EMAIL PROTECTED]> wrote: > > > By splitting the JVM from the class libraries via a portable interface we gain >a lot ! > > I think if development was split between multiple JVM's and a open robust class >library &g

Re: how to catch stdout

1999-08-24 Thread Michael Christiansen
If you are running the C program within the Java app, you start the C app with the class Runtime. This creates a Proces, and you have acces to the C app's stdin / out as ioStreams. Capture this and send to your text component, whatever... Mike David Chen wrote: > Hi all, > > I have a general Ja

Re: Background processes?

1999-08-27 Thread Michael Emmel
> > > > Dustin Lang wrote: > > > > > > Hi, > > > > > > Can anyone tell me if there is a way to Runtime.exec() a process that > > > lives longer than the Java process that spawns it? C example deleted And simple way is to call on Unix nohup procname & Works in all shell that I know of. NT I d

Popup Trigger

1999-09-01 Thread Michael Emmel
What is the popup mouse event trigger under Linux I tried a few combos nothing would set the popup flag ??? Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

test please ignore

1999-09-07 Thread Michael Holst
test Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Sometimes easy things are hard/impossible in Java

1999-09-09 Thread Michael Christiansen
I think the solution to your layout is to use GridBagLayout. If I understand your description, you will need a 10 column / 3 row layout. The first two rows occupy columns 1&2, 5&6, 9&10. Row 3 buttons occupy columns 2-4, 7-9. However, the multi-panel layout is not at all unreasonable. All this ass

Thread scheduling problem in Linux jdk-1.1.7B

1999-09-12 Thread Michael Buro
is due to a scheduler bug. NB.: The original applet is working under Netscape-4.6 Java. Comments - and especially workarounds - are very welcome. -- Michael Buro [EMAIL PROTECTED] NEC Research Institute 4 Independence Way, Tel: +1 (609) 951-2703 Princeton NJ 08540 USA Fax: +1 (

Re: swing and syntax question

1999-09-25 Thread Michael Emmel
berry wrote: > Hi, > > I was wondering if anyone knows what this following > code means? > > public Rectangle getBounds() { > return JFrame.this.getBounds(); > } That sort of code is used in inner classes. One of the swing programmers seems to make a habit of it. If you have a lot of in

Re: swing and syntax question

1999-09-27 Thread Michael Emmel
berry wrote: > > > Another question: > > > > > > With Swing classes, at what point is native code actually > > > called to do drwing . If you could tell me, I am wondering what classes > it > > > happens in and what is specifically happening. In 1.1 it would be > > > the peer classes. > > > > I

Re: Java and Enlightenment

1999-09-29 Thread Michael Emmel
Peter Graves wrote: > The authors of the Enlightenment window manager have some > interesting comments today about Java: > > http://www.enlightenment.org/news.html > > Their basic point is that "Java under X (AWT) is Broken"; they > don't mention which Java implementation they're referring to

Re: Java and Enlightenment

1999-09-30 Thread Michael Emmel
Ron Yorston wrote: > Michael Emmel wrote: > > >Peter Graves wrote: > > > >> The authors of the Enlightenment window manager have some > >> interesting comments today about Java: > >> > >> http://www.enlightenment.org/news.html > >&g

JPDA for linux?

1999-10-01 Thread Michael Thome
ogram?). Any hints or soothing words (like the blackdown team will include it in the next release) would be most appreciated. thanks, -mik -- Michael Thome ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROT

WebRun

1999-10-07 Thread Michael Sinz
this publicly as others may find it useful. note - this is all done in a *single* class that acts as a URL aware class loader that includes basic authentication support - the goal was to have this be as simple as possible. -- Michael Sinz Technology and Engineering Director/Consultant

Re: "no awt in shared library path"

1999-10-07 Thread Michael Sinz
ry the Xvfb server and have that set for the JServ session with DISPLAY set to point at it - mostlikely something like DISPLAY=:2.0 or whatever display number you start you Xvfb running as.) -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups"

Re: Java and Linux

1999-10-13 Thread Michael Sinz
"/" vs "\" differences and the fact that Windows systems have this really annoying drive letter thing. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED]

Re: Const in java

1999-10-13 Thread Michael Emmel
[EMAIL PROTECTED] wrote: > On Wed, 13 Oct 1999, Robert Simmons wrote: > > > Since everything in java is passed by reference this becomes even more of an issue. > > Therefore can I do the following to achieve the desired safety ? > > Well, everything is not passed by reference in Java. I believe

Re: Const in java

1999-10-14 Thread Michael Sinz
points to may change. In C/C++, if you want both the point to be constant and what it points to be constant you need a const pointer to a const char - aka "const char * const x" -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups"

Re: Const in java

1999-10-15 Thread Michael Emmel
> > > Such is the problem there are times where I dont want the user to be able > to alter a returned object's state. > Thats easy just add a lock variable that take the ( Caller) as a prameter to set. Or its not public. Check that on each method invoction which effects state. I'm not sure of

Re: java_g

1999-10-16 Thread Michael Sinz
or should it >actually run correctly? The debug version of the JDK is specifically to help debug programs. This also means that you need to have any RMI code built for debugging. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" m

Re: Several VM ?

1999-10-18 Thread Michael Sinz
be its own "process" in "ps" or "top" This also means that the total number of threads in all running programs can never be more than the process table limit in your machine (which is defined at kernel compile time) -- Michael Sinz Technology and Engineering Dire

Re: Why is Linux thread locking so slow?

1999-10-18 Thread Michael Sinz
tion, not just >> on those that contend for the mutex. > >Is this really true? >Why would an implementation that uses test-and-set at user-level >and that would fall back on the kernel lock/unlock construct not be >applicable in this case as well as in the signal-based im

Re: Linux JVMs

1999-10-18 Thread Michael Sinz
nd documentation and tutorials) -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web ---> http://www.users.fast.net/~michael_sinz ---

Re: Linux JVMs

1999-10-18 Thread Michael Emmel
som ranting near the end but do not compile shipping code with jikes. Also do not make IBM slow jikes down for shipping code : ) Michael Sinz wrote: > On Tue, 19 Oct 1999 00:03:18 +0200, Ian Corner wrote: > > >You mentioned in a previous email the ibmjdk, is that Jikes? If

Re: Newbie: How do I get dir listings from applets?

1999-10-19 Thread Michael Sinz
Now, you can scan the directory on your server via HTTP (or other protocols your server may support) but you can only get back to your own server this way (or at least you should only be able to get back to your own server - that is part of the security) -- Michael Sinz Technology and Engineerin

Re: Question about file names

1999-10-20 Thread Michael Sinz
t the same as creating the file) but that may not provide the final check for you. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web ---> http://www.users.fast.net/~michael_sinz ---

Re: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
ve did you install? Also, did you double-check that all files installed cleanly? (No errors, etc) and that the directory you did this in supports soft-links? -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups"

Re: Re[2]: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
what the bin/java command is actually a soft-link to) will automatically find itself and then set up the library load paths to include the JDK. If this does not happen it may be due to the settings you have in JAVA_HOME or that something got installed incorrectly on your system. -- Michael

Re: Question about porting a VM

1999-10-26 Thread Michael Sinz
native threads and, some may claim, not 100% in green either... -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web ---> http://www.users.fast.net/~michael_sinz

Re: Getting jdk1.2 to run

1999-10-28 Thread Michael Sinz
ch as winzip - would fail to make the soft-links since Windows does not have such things) -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the w

Re: classpath

1999-10-29 Thread Michael Sinz
TH environment variable the java wrapper script will correctly add on the JDK system classes to the class path. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web --

Re: classpath

1999-10-29 Thread Michael Sinz
iest to just use swingall.jar -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web ---> http://www.users.fast.net/~michael_sinz -

Re: Explicit type casting.

1999-11-03 Thread Michael Sinz
the first assignment is valid) In this case the a references an object that can be "cast" to a object reference of class B and thus at run time it will work. If you later do: a=new A(); b=(B) a; This would fail since a now contains an object that can no

Question on non-standard (-Xfoo) options

1999-11-10 Thread Michael Thome
erence from the other ports with little actual benefit. 2. -Xrs is described as "reduc[ing] the use of operating system signals." Does this have any effect under Linux? Can anyone comment on what it actually does (or is supposed to do)? thanks much, -mik -- Michae

Re: Where is the mistake ? Bug ?

1999-11-12 Thread Michael Sinz
erence that you never created an object for and then you try to do a method on the non-object which is why you get the null pointer exception. Try changing the ad=null to: java.util.Vector ad = new java.util.Vector(); -- Michael Sinz Technology and Engineering Director/Consulta

Re: Newbie Question - Please Help

1999-11-15 Thread Michael Sinz
le. You need to make sure that all of the files are readable/etc by the account you are running the Java applications in. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROT

Re: Setting default encoding for String (byte[])

1999-11-16 Thread Michael Sinz
You most likely do not have that same environment running in the apache server process or the servlet engine under apache (depending on how you configured it and which servlet engine you used) You should check that the correct environment (espcially locale and timezone) settings exist in the web server

Re: Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread Michael Sinz
g package naming. Remember, Swing was an add-on in JDK 1.1.x Download the Swing 1.1.1 (which is the current GA version) and add its swingall.jar to your classpath. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL

SEGVs under 1.2prev2

1999-01-16 Thread Michael Thome
at is really going on. Are core dumps, etc of interest to anyone in the porting team at this point? While the dumps are easy to pass along, the java code which elicits this behavior is too large and complex to usefully turn into a test case. thanks, -mik -- Michael Thome ([EMAIL PROT

Re: [Partially OT] A Java parser - part 2

1999-01-16 Thread Michael Emmel
Kontorotsui wrote: > Hello, > first of all many thanks to all the people who kindly answered. > > I've collected many different advices on Java parsers, so maybe it is wiser to > explain my purpose. > I noticed that java performance decreases dramatically as more and more classes > and ob

Re: Chooser

1999-01-16 Thread Michael Sinz
aviors and installed features. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web ---> http://www.users.fast.net/~michael_sinz -

Re: [Partially OT] A Java parser - part 2

1999-01-17 Thread Michael Emmel
Andreas Rueckert wrote: > Hi! > > On Thu, 18 Nov 1999 Paul Mclachlan wrote: > > > > >Having said that, if I wanted to do something like this, I would use > >JavaCC, or, specifically, the "jjtree" tool in JavaCC. jjtree will > >automatically parse the file into an OO structure ready for mani

Re: [Partially OT] A Java parser - part 2

1999-11-21 Thread Michael Emmel
Vincent Risi wrote: > Andreas Rueckert wrote: > > > Hi! > > > > On Thu, 18 Nov 1999 Paul Mclachlan wrote: > > > > The next problem occured when I wanted 2 parsers to use the same base classes > > for the AST. Never managed to do that, and I couldn't patch JavaCC, since there > > were no sources a

memory allocation under SMP

1999-11-24 Thread Michael Thome
one thread? -mik (disclaimer - I know nothing about Hoard beyond what's on their web page, and even less about standard VM malloc use.) -- Michael Thome ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: Assistance please...

1999-11-26 Thread Michael Sinz
pts will blindly use your settings which means that if you get them wrong (or you change JVMs bot not all of the settings) that you will cause things to fail. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECT

Re: Java, threads, and RedHat 6.1, JNI_CreateVM coredump.

1999-11-26 Thread Michael Sinz
ou will still have glibc 2.0 along with glibc 2.1 and thus 117_v1a will work. Also, 117_v3, while compatible with glibc 2.1 was linked against glibc 2.0 and thus if you have both on your system it will use glibc 2.0. This could be your problem when using JNI. -- Michael Sinz Technology a

Re: Assistance please...

1999-11-26 Thread Michael Sinz
dows tool - the best thing to do is to redo the operation under Linux with the tar tool that comes with Linux. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PR

Re: NEW JDK RELEASE!

1999-11-27 Thread Michael Sinz
hat broke it and we did not notice it until after the release of RC1) There is no need to try RC1 if you RC2 - they are otherwise the same. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the w

Re: [[email protected]: Re: NEW JDK RELEASE!]

1999-11-27 Thread Michael Sinz
. (things like minor differences in the way certain routines work which have major impacts on the JVM...) -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web ---> http://www.users.fast.net/~mic

Re: Error in loading shared libraries

1999-11-29 Thread Michael Sinz
e addressed this by doing things a bit differently and thus should work in glibc 2.0 and glibc 2.1 -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the

Re: Running a Java Service (ie no gui)

1999-11-29 Thread Michael Sinz
GUI) I don't know where that component would be useful. Anyway, if you really need to create such an object you will need some form of X environment, even if it is a simple frame buffer (such as Xvfb) -- Michael Sinz Technology and Engineering Director/Con

Re: Fun with serialization

1999-11-30 Thread Michael Sinz
ther Java compilers (such as Jikes) that produce different version IDs from what JavaC does. (This is a tricky problem - again it should not be an issue as you should you the same exact class file and not depend on recompiling) -- Michael Sinz Technology and Engineering Director/Consultant &

Re: rc3 swing problem with 24bit color depth

1999-12-07 Thread Michael Sinz
nfo when running on the Xwin32 display? (This is a simple console application) Please send the output of the command as that will help identify the type of display environment X thinks you have. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups"

Good job on 1.2.2RC*, comments

1999-12-10 Thread Michael Thome
ectual dishonesty to claim authorship of someone else's works, even if you own rights of distribution. That said, it appears that Sun has done a pretty reasonable job at assigning due credit in their recent PRs. -mik -- Michae

Re: another possibility wrt the press-release.

1999-12-10 Thread Michael Thome
clues to rub together - not only about techical details and development politics, but also about what is really important. I wouldn't be surprised if Sun's and Inprise's PR people genuinely thought that the Blackdown group consisted entirely of Sun employees and paid ghostwrite

Re: java without x-libs

1999-12-15 Thread Michael Sinz
1.1.7v3 you need to set the NS_JAVA environment variable. As of JDK 1.1.7v3, the JDK will also support noticing that you do not have the DISPLAY environment set and thus will use the NS_JAVA setting. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups"

Re: SV: java without x-libs

1999-12-16 Thread Michael Sinz
.1.8 is very stable and is what I use on server applications. (Swing and all of the user interface things are not used there) I would say that by the time you upgrade there should be a stable final release of the Java2 platform for Linux. Until then, JDK 1.1.7/1.1.8 are your best bet. -- Mich

Segmentation fault problem

2000-01-19 Thread Michael Maloney
} catch (InterruptedException ie) {} } } } --- Michael Maloney Ilex Engineering, Inc. Tel: 410.241.5248 Email: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROT

Sun JDK for Linux vs. Blackdown

2000-01-20 Thread Michael Maloney
reported by 'ps'. It also seems to run significantly faster. I also notice that the 'ps' command only shows one process for every Java program running. The blackdown showed several. How do they do this? Does the Sun JDK use green threads by default? -- Michael Maloney Ilex

Re: Threads

2000-01-20 Thread Michael Maloney
> A. Scott White > Director, Information Systems > Healthcare Solutions Group > Affiliated Computer Services, Inc. > [EMAIL PROTECTED] > == > > -- > To U

SocketException on connect

2000-01-24 Thread Michael Maloney
ously a no-no. Why isn't it generating InterruptedIOException, or just plain InterruptedException? Any help is greatly appreciated. -- Michael Maloney Ilex Engineering, Inc. Tel: 410.241.5248 Email: [EMAIL PROTECTED] -

occasional SEGVs in 122rc4

2000-02-07 Thread Michael Thome
ead. Clearly, something other than deep recursion can result in a SOE. The question is, what? I've assumed that Lots of live threads can do it. Also, I cannot find out what the java stack size limit is or how to change it (yes, I already know how to set the *native* stack limits). Thanks m

JBuilder 3.0 Key

2000-03-20 Thread Michael Holst
Can anyone spare a JB 3.0, I can't seem to be able to access the Borland page that's supposed to give me one, although I'm a registered user. Greetings, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Re: shared objects problem

2000-06-05 Thread Michael Sinz
On Mon, 5 Jun 2000 18:47:54 -0700, Ashis Rout wrote: >Michael, > >I am having a problem with jvm. > >if i run my app. with jvm( native Threads ) then each time i spawn a thread >a new jvm starts. >but with green threads this does not happen. why? Are you sure that a new JVM

Re: JavaOne - no green threads for Linux

2000-06-09 Thread Michael Thome
27;t come across anyone who really understands the need and is in the position of doing something about it *and* is up to the task (I know I'm not). Several times I've heard that the mozilla libs have a possible implementation, but I don't know enough about 'em to tell if this is true.

Re: JavaOne - no green threads for Linux

2000-06-12 Thread Michael Thome
>>>>> "Matt" == Matt Welsh <[EMAIL PROTECTED]> writes: > Michael Thome <[EMAIL PROTECTED]> writes: >> I think the best answer is to do the second tier threading in userspace >> (best would be in glibc). > While on the surface this l

Re: JavaOne - no green threads for Linux

2000-06-12 Thread Michael Thome
>>>>> "Stefaan" == Stefaan A Eeckels <[EMAIL PROTECTED]> writes: > On 09-Jun-2000 Michael Thome wrote: >> I think the best answer is to do the second tier threading in userspace >> (best would be in glibc). The kernel folks have some good points &

Re: JavaOne - no green threads for Linux

2000-06-12 Thread Michael Thome
rd hand is the issue that java-runtime-space schedulers cannot timeslice - green and native threads can make progress where a written-in-java scheduler depends on good behavior of the code being scheduled. This is only *not* an issue when the scheduled bit

Re: JavaOne - no green threads for Linux

2000-06-12 Thread Michael Thome
>>>>> "Matt" == Matt Welsh <[EMAIL PROTECTED]> writes: > Michael Thome <[EMAIL PROTECTED]> writes: >> >> Agreed - beginners *do* tend to use too many threads, > This has nothing to do with "beginners"! Sorry - I didn&#x

Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
almost identical behavior. The "Sun" 1.3 beta with hotspot actually doesn't throw these exceptions - it silently hangs instead. BTW - I'm using a 2-cpu intel machine w/ various late-2.3-series kernels and glibc 2.1.3. Should I just give up on SMP+Java for the foreseeable futur

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
;m mostly using Blackdown 1.2.2RC4 with javacomp (though jit doesn't >> seem to matter). IBM JDK1.3 beta exhibits almost identical behavior. >> The "Sun" 1.3 beta with hotspot actually doesn't throw these >> except

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
>>>>> "Scott" == Scott Murray <[EMAIL PROTECTED]> writes: > Michael Thome wrote: >> >> >>>>> "Calvin" == Calvin Austin <[EMAIL PROTECTED]> writes: >> >> > Submit it as a bug and/or send us the short ex

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
;> Scott >> If you don't see it in under 30 seconds, you are probably not having the same problem I'm having. -- Michael Thome ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Anyone using blackdown jdk on SMP linux?

2000-06-26 Thread Michael Thome
>>>>> "Scott" == Scott Murray <[EMAIL PROTECTED]> writes: > Scott Murray wrote: >> >> Michael Thome wrote: >> > >> > >>>>> "Scott" == Scott Murray <[EMAIL PROTECTED]> writes: >> >

Re: Who is right?

2000-09-08 Thread Michael Thome
g d = new String(b); String e = d.intern(); (a==b) // required to be true! (a!=c) // required to be true. (c!=d) // required to be true. (a==e) // required to be true. and, of course, they are all .equals(). See JLS (2nd ed), pp 27. cheers, -mik -- Michael Thome ([EM

Re: Sun JDK 1.3.0 RC

2000-09-09 Thread Michael Christiansen
ank you. > -- > Jonathan Doughty The MITRE Corporation [EMAIL PROTECTED] > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROT

Re: Sun JDK 1.3.0 RC

2000-09-10 Thread Steve Michael
Hmm.. lets think about this... Invest tons of money developing a new programming language. Spend even more on refining the language. Spend a lot more assuring that the likes of Microsoft won't "poison" it. Then when Java is finally showing the fruits of the labor and most major companies feel

/dev/random with SecureRandom?

2001-02-20 Thread Michael Thome
kdown already does this? Cheers, -mik -- Michael Thome ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Typing International Text

2001-03-21 Thread Michael Grinder
up properly on the X11 side because I've been able to type Greek characters in an xterm, but when I start up a java program and switch to the Greek keymap, it substitutes the upper half of Latin-1 rather than Greek characters. Is this possible, or am I banging my head against a brick wall

jdk1.3 support for sparc/linux

2001-03-21 Thread Michael . Chan
is there currently a release plan or schedule for a jdk1.3 port? I'm willing to offer my time and hardware resources to help with this project... mike snotty e/c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

servlet and graphics

2001-03-22 Thread Michael Remme
Can anybody help me? Best, Michael ==== Michael Remme BrainT@GS GmbH Neuhofstr. 48 D-41061 Mönchengladbach Tel. 02161-243 136 Mobile: 0173 - 535 21 37 -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

AW: servlet and graphics

2001-03-27 Thread Michael Remme
I just wanted to thank all for the replies to my problem. Actually i tested the hint of Weiqi Gao to use the PJA-package and it seems to work very good. Thanks again, Michael > Michael Remme wrote: > > > > i am running a servlet on a suse 7.0 -server, > > running with blac

Problem with nvidia driver 1.0 in linux (redhat 7.1) (fwd)

2001-05-19 Thread Michael Walton
-- Forwarded message -- Date: Sun, 20 May 2001 01:01:55 -0400 (EDT) From: Michael Walton <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Problem with nvidia driver 1.0 in linux (redhat 7.1) Hi, I am new to this list (i don't know where i can read archives eith

Re: possible library bug (fwd)

2001-05-21 Thread Michael Walton
I e-mailed nvidia with the bug report and i was told to do an "ltrace". Does anyone on these mailing lists know how I go about that? The suggestion (by nvidia) is that the java VM isn't allocating big enough strings. -- Forwarded message -- Date: Mon, 21 May 2001 10:58:00 -0700

<    1   2   3   4   5   >