Java Linux Primary Contact Request

2007-07-05 Thread Michael Blinn
s out. Cheers, Michael Blinn # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x2adf97da, pid=13883, tid=1100597568 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (Blackdown-1.4.2-03 mixed mode) # Problematic frame: # V [libjvm.so+0x3

Re: PPC 405 illegal instruction

2005-09-01 Thread Michael Rex
IBM is the only one that provides a recent JDK for PPC: have a look at https://www6.software.ibm.com/dl/lxdk/lxdk-p Bye, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Thread question

2004-06-14 Thread Michael Sinz
eads makes the code easier to maintain and the performance easier to scale when you move to multi-processor systems. You need to judge that for yourself. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailt

Re: SocketException!!!

2004-01-09 Thread Michael Sinz
ver has closed the socket. -- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups"mailto:[EMAIL PROTECTED] My place on the web

Re: running eclipse...

2003-06-12 Thread Michael Knezevic
AFAIK eclipse only has to be extracted/unpacked. in the eclipse folder is a file named eclipse which should be executable/made executable. with this file eclipse can be started. --- Kent E <[EMAIL PROTECTED]> schrieb: > Guyz I need ur help regarding eclipse. > > I can't find ways to run it. > I

Re: [ANNOUNCE] Blackdown J2SE 1.4.1-01 for i386 and SPARC

2003-03-08 Thread Michael D. Schleif
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Also sprach Juergen Kreileder (Fri 14 Feb 02003 at 01:04:51AM +0100): > > The Blackdown Java-Linux Team is happy to announce the availability > the Java 2 Standard Edition v1.4.1-01 for Linux on ix86 and SPARC. > > Please choose one of our FTP mirror

Re: linux

2003-02-06 Thread Michael Sinz
s not the only case of slight difference between up-event and down-event handling between various platforms) -- Michael SinzTechnology and Engineering Director/Consultant "Starting Startups" mailto:[EMAIL PROTECTED] My place on the web

Re: linux

2003-02-06 Thread Michael Sinz
es" all of that and provides a very nice, language defined threading model with all of the tools needed to build complex multi-threaded applications that run on any JVM of the same release level. (JDK 1.2 is JDK 1.2 anywhere, for example) -- Michael SinzTechnology and Engin

Linux/PPC Java Source

2003-01-20 Thread Michael Franz
Hi, I am not sure if my previous request made it. I am looking for the PPC source for Java. The Sun version only has intel. Since there are binaries for ppc the source must be somewhere. Any pointers are welcome. Thanks Michael __ Do you

j2sdk1.3 jarsigner and keytool

2002-12-21 Thread Michael Wojciechowski
Hi I am using j2sdk1.3, that I installed with apt-get on my debian testing box. I noticed that both jarsigner and keytool echo passwords that I input when I create a key or sign a jar file. Is this a general problem or something that only happends on debian? -- mvh. Michael Wojciechowski

RE: A bit of a crash!

2002-10-17 Thread Michael Erskine
> -Original Message- > From: Michael Erskine > Sent: 10 October 2002 15:07 > To: [EMAIL PROTECTED] > Subject: RE: A bit of a crash! > > Yes, sorry, that output _was_ from the sun JRE -- the > blackdown JRE crashes with the following both with and > without

RE: A bit of a crash!

2002-10-10 Thread Michael Erskine
the file for further information. # -- >8 -- snip death throes -- >8 - Does this look familiar to anyone? Regards, Michael. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

A bit of a crash!

2002-10-09 Thread Michael Erskine
as hs_err_pid281.log. # Please refer to the file for further information. # --- >8 -- snip -- >8 ---- Regards, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

RE: stripped-down JRE required

2002-10-02 Thread Michael Erskine
W: Sun provide a Windows 1.3 & 1.4 JRE without internationalization too) -- I guess that this has been discontinued. Can anyone point me to a 1.3 JRE for Linux that is more compact (but has swing)? Regards, Michael

stripped-down JRE required

2002-10-01 Thread Michael Erskine
e_threads version. I'm now having trouble with the .so dependencies with libBrokenLocale.so etc. Has anyone any experience in trimming the JRE or making it run on a minimal system? Regards, Michael -- To UNSUBSCRIBE, e

Re: ???

2002-08-20 Thread Michael Knezevic
as far as i know, this list only discusses problems with the jdk from blackdown but not general java developer question. have a look at the forums at www.java.sun.com . i think somewhere on their site is a list of mailing lists (sorry for the bad description). --- "Dutch L. Zempel" <[EMAIL PROTE

learning java

2002-08-19 Thread Michael Karl
>hi, I'm learning java. But when I compiled this code in the console import java.awt.*; public class fenster extends Frame { public static void main (String args[]) { fenster hauptfenster=new fenster(); hauptfenster.reSize (300,300); hauptfenster.setLocation (100,100); haupt

Incremental GC'ing. (-Xincgc && -Xnoincgc)

2002-03-12 Thread Michael St.Ack
The 1.3.1 FCS version of the blackdown jvm seemingly runs incremental gc'ing even if I pass -Xnoincgc. Is this others' experience? Thanks St.Ack My version: Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS) Java HotSpot(TM) Client VM (build Blackdown-1.3.1-FCS, mixed

Re: java, glibc & smallest possible footprint ???

2002-02-03 Thread Michael D. Schleif
g -- please, point it out to me. > One of the text files with the jre lists what can be deleted but > you will find that it doesn't save much space. You can save a bit > more space by stripping the libraries. How to do that? > "Michael D. Schleif" wrote: > > >

Re: java, glibc & smallest possible footprint ???

2002-02-03 Thread Michael D. Schleif
embedded systems will be large. > > Let me know if you specific questions and I will try to answer if I can. > > Otherwise you may want to start asking some questions on the gcj list. > > [EMAIL PROTECTED] > > I > > Michael D. Schleif wrote: > > >O

java, glibc & smallest possible footprint ???

2002-02-03 Thread Michael D. Schleif
OK, first off, I'm clearly the newbie ;> [1] We design and build several lean & mean Linux-based network objects, including firewalls and routers, all of which are currently running glibc 2.0.7 compiled applications. [2] We have a requirement to run a third party application (JAR) on these syst

j2re1.3.1 and mozilla 0.9.2.1-2

2002-01-21 Thread Michael Chang
I have already tried the following things to get the JRE plugin to work: Complete reinstall and uninstall. Delete ~/.mozilla. Restart mozilla, close mozilla, and restart mozilla. Check if plugin is installed and it still isn't. I installed j2re1.3.1 in /usr/local, put /usr/local/j2re1.3.1/bin

j2re1.3.3 with Redhat 7.2 and Moxilla 0.9.2.1

2002-01-20 Thread Michael Chang
I need help. For some strange reason I cannot get the JRE plugin to run on Mozilla, and for that matter any plugin to run for Mozilla in Redhat 7.2. I have followed the instructions to the letter, but nothing. Does anyone have any ideas...? The About-Plus-ins option under help says only th

Debian Packages and IDEs

2001-10-30 Thread Michael G. Ross
I've been using Java on Linux for quite some time now, but have only recently experimented with the many available IDEs. I'm using the excellent Blackdown Debian packages (1.3.1) and have experimented with both Netbeans and (currently) jEdit. On both, I have had considerable difficulty in getting

Blackdown VM control options?

2001-09-07 Thread Michael Thome
How do the solaris VM's -XX options map to those in blackdown's VM (intel 1.3.1, for instance)? The following link has lots of documentation on -XX options to control hotspot... it isn't clear which, if any, are available on linux and what the iterpretation would be if they are: http://ja

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

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: j2sdk as the default JRE for applets in Netscape

2001-07-19 Thread Paul Michael Reilly
Juergen Kreileder writes: > Marko Asplund <[EMAIL PROTECTED]> writes: > > > i've installed the Blackdown j2sdk v1.3.1-FCS on my RedHat v6.2 > > based Linux system. i've also installed the Java Plug-in to Netscape > > v4.75. the Control Panel applet and the demo applets at Sun's Java > > Plu

Re: [ANNOUNCE] J-BUDS release 1.0

2001-06-24 Thread Michael Sinz
hat'd be bad. Note that you can open a port and listen only on 127.0.0.1 (that is, not on all addresses but only on the specific address) Since 127.0.0.1 is localhost it makes it relatively secure (unless you let source-routed packets go to the 127.0.0.1 address, but then you have othe

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

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

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

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

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

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

/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]

Printing

2001-01-20 Thread Michael B. Allen
Hello, I have written an SMB client in 100% Java. This client enables Java applications to access Microsoft Windows "shares" but currently this is limited to file shares whereas the protocol supports accessing shared printers as well. I could easily add support to spool and control print jobs but

Re: application to start automatically at boot

2000-11-15 Thread Dr. Michael Christiansen
In the shell script, you can get the process id of the process last started IN THE BACKGROUND. It is a shell variable. In ksh the variable is $!. The idea is to write this value into a file associated with your application. Something like: java myclass & echo $! > myclass.pid Now the file mycla

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

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: 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: 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: 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-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
;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

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: 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

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
>>>>> "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
>>>>> "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-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: 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

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

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

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] -

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

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

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

Re: heap space and performace (what is going on??)

2000-01-08 Thread Michael E. Moores
r now i am the only person trying this stuff out, the only person who really wants to put time into this. apparently, other attempts w/ commercial implementations in the past have not done as well; so i have alot going against me. At 11:59 AM 1/8/00 -0800, Nathan Meyers wrote: >"Mich

Re: heap space and performace (what is going on??)

2000-01-08 Thread Michael E. Moores
so vexing. At 01:25 AM 1/8/00 -0600, Chris Abbey wrote: >At 07:19 1/6/00 -0800, "Michael E. Moores" <[EMAIL PROTECTED]> wrote: >>you are TOTALLY incorrect in your assumptions >>about where i am using roxen. > >then I whole heartedly appologize for my confusion. &

Re: heap space and performance

2000-01-06 Thread Michael E. Moores
? thanks, --michael At 06:09 PM 1/6/00 +0100, Juergen Kreileder wrote: > >>>>> Michael E Moores writes: > > Michael> that is a valuable (non-political.. hee hee) > Michael> data point ekkehard. > > Michael> so you must be using glibc2.1.2? >

RE: heap space and performance

2000-01-06 Thread Michael E. Moores
one any testing with threading? how about joining on a set of five threads and placing this in the loop? At 11:49 PM 1/5/00 +0100, Ekkehard Kraemer wrote: >Hello Michael, > >MEM>i think the jvm/jdk has a big leak with one or more of the >MEM>classes used. > >I'm running

RE: heap space and performace (what is going on??)

2000-01-06 Thread Michael E. Moores
i'm not sure if i need that kind of performance, but it looks pretty nice and at 1000 bucks a machine it might be effective. i'm still messing around with all the messy glibc stuff; down the road when the term "RC" no longer applies, i would rather say i am doing credit card charges with blackdow

RE: heap space and performance

2000-01-06 Thread Michael E. Moores
thread problems when spawning multiple threads which test socket communication. --michael At 12:16 AM 1/6/00 MEZ, Ekkehard Kraemer wrote: >Hallo Edson Carlos Erickss, > >some results for the Blackdown JDK 1.2.2 RC 3, native threads, sunwjit: > >It does at least 80.000 loops with

Re: heap space and performace (what is going on??)

2000-01-06 Thread Michael E. Moores
, >in which case I'm sick of it. I might be imagining things... > > >At 21:47 1/5/00 -0800, Michael E. Moores wrote: >[...] >>i work in one of the biggest linux shops in the world. >[...] >>millions of hits, download at 50+Mbits/second, do lots of complex dynami

Re: heap space and performace (what is going on??)

2000-01-05 Thread Michael E. Moores
n the web side. (i won't talk about the oracle/sun stuff though!) i will have to take a look at TowerJ. what is the consensus about when the blackdown jdk will be ready for what i need to do? i would rather use it; money not being a major issue. --michael At 06:59 PM 1/5/00 -0800, Nat

RE: heap space and performance

2000-01-05 Thread Michael E. Moores
parision based on report from Michael E. Moores >using the same program (see bellow) and anotating reports about memory >usage (and, of course, stability). Michael reported a crash after 45000 >loops in Linux JDK1.2.2 ("linux 2.2, blackdown 1.2 (glibc 1.2.1)"). > >My comp

RE: heap space and performance

2000-01-05 Thread Michael E. Moores
i just tried it on NT 4.0. i get the same results. my next step is to download the inprise/linux version from sun and see what that does. i bet i have similar trouble. can anyone else verify this problem with the provided code? i would like to see results from the 1.8 jdk.. --michael At 07

RE: heap space and performance

2000-01-05 Thread Michael E. Moores
values, and so on, I'm developing a healt care app, and >I know what about it. But Java (especially JSP and Servlets) is more >stable (I can't guarantee Linux version) than Visual Basic (by example) >and anyone take less errors coding in Java than C. > >[]s > >Edson

RE: heap space and performace (what is going on??)

2000-01-05 Thread Michael E. Moores
Edson (& java-linx), this code below runs out of heap space even faster than my original program. sorry the code probably does not look good after being pasted into this email.. but the basic -->test<-- is to write some code which will 1) actually do something and 2) will run -->FOREVER<-- (well

heap space and performance

2000-01-04 Thread Michael E. Moores
i wonder if someone can provide some insight on the garbage collection and heap size. i wrote a program (below) in a loop and recorded the response times and heap size. when i started it, i was able to run the loop 125 times per second, using 11% CPU. after several minutes, i ran out of memory (

compiling the JDK

2000-01-04 Thread Michael E. Moores
tting much response on this topic. --michael moores tech leader, e-commerce Real Networks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

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: 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

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: Sun and Inprise Java 2 announcement

1999-12-07 Thread Paul Michael Reilly
[EMAIL PROTECTED] (Nelson Minar) writes: > Looking at the output of the Blackdown team in the past six months I > think it's fairly clear why Sun is looking elsewhere. > > I really don't want to be too critical of Blackdown. They've done a > lot of really good work in a very difficult envir

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"

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: 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: 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: [rachel@linuxgrrls.org: 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: 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: 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: 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
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

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: [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

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

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: 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: 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

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: 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

RE: jdk1.2 working with glibc2.1.2

1999-10-31 Thread Michael Moores (@synthsoft)
how so? semaphores are not binary compatible between glibc 2.1.1 and 2.1.2. jdk1.2 is compiled for 2.1.1. redhat 6.1 installs glibc 2.1.2. --michael > -Original Message- > From: nathanm [mailto:nathanm]On Behalf Of Nathan Meyers > Sent: Sunday, October 31, 1999 2:01 PM >

jdk1.2 working with glibc2.1.2

1999-10-31 Thread Michael Moores (@synthsoft)
i just upgraded to redhat6.1 and slackware7.0 which bring glibc up to 2.1.2. does blackdown have a version for the new glibc2.1.2? damn version troubles. if not, then when?? best regards, --michael moores -- To

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: 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: 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: 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

  1   2   3   4   5   >