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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1998-09-14 Thread Michael D. James
Thanks for your work. Good luck keeping the best language available on the most open platform. Michael

Re: Delete all class files

1998-09-15 Thread Michael D. James
You didn't specify whether you wanted an easy way or a hard way. If you want a hard way, hack the following recursive perl script to only remove *.class. #!/usr/local/bin/perl use English; sub delete_directory_tree { my($dir) = shift; my($path); unless (opendir(DIR, $dir)) {

Re: Compile Java to Native?

1998-09-03 Thread Paul Michael Reilly
dan writes: > Yes, the tool is called TowerJ, from Tower Technology > (http://www.twr.com/). TowerJ-compiled Java is faster than *any* JIT on > *any* platform (as you might expect). Currently, this group has only > ported TowerJ to HP's *nix and Linux (I just checked their homepage, and > f

Make depend for Java

1998-09-08 Thread Paul Michael Reilly
Bernd Kreimeier writes: > > The weird logic in which javac handles or ignores > dependencies (esp. source files more recent than > class files) never ceases to annoy me. Does anybody > have a decent solution to share that creates > dependencies from "import" and makes them work with > JDK?

Re: Delete all class files

1998-09-15 Thread Michael D. James
You almost have it. Using find, it's something like find . -name *.class -exec rm {} ; find substitutes {} with the filename. Directory trees worked much better under VAX/VMS. > X-POP3-Rcpt: james@fattire > Sender: [EMAIL PROTECTED] > Date: Mon, 14 Sep 1998 19:17:17 + > From: Da

Java Web Server

1998-06-04 Thread Michael D. James
upported across many platforms but the system requirements don't list Linux as one of the supported operating systems. If not, does anyone recommend another web server supporting SSL on Linux (such as Stronghold or Raven)? ________

Re: Java Web Server

1998-06-04 Thread Michael D. James
he US only. ______ Michael James DC-area Java jobs: http://eliteresumes.com/ Arlington, VA [EMAIL PROTECTED]

Java and CVS

1998-10-06 Thread Paul Michael Reilly
Travis Shirk writes: > Hello All, > > This post does not have anything to do with Linux, but some of you > may be able to help since you're Unix users. > > --- > > I'm having some problems using CVS with a pretty large Java API. The problem > is pretty basic, I want my CVS

JDK 1.1.6 ( Blackdown.org Port ) Windowing Bug in KDE 1.0

1998-10-06 Thread James Michael Keller
said it might act funny with various window managers. the 1.1.5 port worked fine with it. -- --- === James Michael Keller | [EMAIL PROTECTED] http://www.radix.net/~jmk

More KDE java problems ...

1998-10-06 Thread James Michael Keller
a_dyn back to the actual file. Sounds like an internal path problem. I have lesstif running rather than motif, but that shouldn't be affecting the path java is trying to run should it? -- --- === James Michael Keller | [

Re: JDK 1.1.6 ( Blackdown.org Port ) Windowing Bug in KDE 1.0

1998-10-06 Thread James Michael Keller
e > you need java for others reasons :) > > James Michael Keller wrote: > > > No go, tried it and still futzes out. > > > > That's what I get for upgrading so other things work :) > > > > David Guthrie wrote: > > > > &

Re: Subtle Date misbehaivior

1998-10-06 Thread Michael D. James
Jeez, I wish more of my dates would misbehave, subtly or not.

Re: JDK for 21064?

1998-10-31 Thread Michael A. Smith
t; small amount of space, and host a mirror of your page on my machine. > I have plenty of space and bandwidth. You could set up something with Dynamic DNS. Check out the URLs below for more info. http://www.ddns.org http://www.ml.org /Mike -- Michael A. Smith "The future has already arrived; it's just not evenly distributed yet." - William Gibson

Re: Survey, what tool do you use?

1998-06-18 Thread Michael D. James
of the work locally. ______ Michael James DC-area Java jobs: http://eliteresumes.com/ Arlington, VA [EMAIL PROTECTED]

Re: Survey, what tool do you use?

1998-06-18 Thread Michael D. James
Ooops, forgot to mention JDK 1.1.5 (thanks Steve!), CVS, Apache's httpd, and Apache-Linux mod_jserv. __ Michael James DC-area Java jobs: http://eliteresumes.com/ Arlington, VA [EMAIL PROTECTED]

Re: Maximum Heap Size

1998-12-08 Thread Michael D. James
s found, I understand you can catch subclasses of Error as well as Exception. So as a last resort you could have a watchdog thread that periodically allocates and disposes of a large block of memory, then warns you somehow when it cannot. Michael > Is there any w

Re: DONT SEND ME ANYMORE STUFF!!!!!!!!!!!!!!!!!!!!!!!!!!!

1998-12-09 Thread Michael D. James
Can we put the unsubscribe instructions (or a link to them) at the bottom of every list message? Other lists do that. I think it would cut down the noise.

OFF TOPIC: Java servlet programmer available again

1998-12-17 Thread Michael D. James
Here's a heads up that I'll probably be available to do more contract work in/near Seattle soon, or remotely from Seattle if that's an option. I've been using Java on Linux for about 1.5 years, Ada for about 7 years before that (embedded systems for Boeing 777, Space Station, etc.), and before th

Re: VI

1999-01-13 Thread Michael D. James
> Hello. > > How know the colonn where I'm in VI ? 42. > Thanks Anytime.

Re: Java classes graphically

1998-08-10 Thread Michael D. James
I'm using _The Java Class Libraries Second Edition, Volume 1_ by Patrick Chan and company from Sun. It covers java.io, java.lang, java.math, java.net, java.text and java.util. It is 2000 pages long and full of examples. Volume 2 covers applets and other stuff but I didn't buy it because I'm not

makemake?

1998-08-11 Thread Michael D. James
. Michael

Re: Library?

1999-03-31 Thread Michael K Vance
Pepijn Schmitz wrote: > OK, I realize that this must have been asked a million times, but > nevertheless it't not in the README or the FAQ: where do I find the > libstdc++ library that the JDK 1.2 needs to run on my Red Hat 5.2 > system? Whenever I try to run anything I get: [mvance@localhost m

Re: javac-BUG ???

1999-04-02 Thread Michael K Vance
"Dipl.-Ing. Dr. Mustafa Radi" wrote: For your reference: > 1.) Fonts do not behave as in 1.1.7, and even the batch in the > FAQs does not result to satisfying GUIs This is known. > 2.) The javac compiler seems to be buggy since some of the > projects leads to >>nullpointerexceptions<<

Re: Non mofit AWT.

1999-04-04 Thread Michael K Vance
Jeff Galyan wrote: > It's interesting to me that so many people have found Swing slow, while > my experience has been opposite (I wonder if I have something set up > differently on my system or something...). I do see how it can be slower Build a JFrame, give it a JDesktopPane, and add some JIn

Re: HotSpot?

1999-04-28 Thread Paul Michael Reilly
Oliver Fels writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Well, > > it seems that hotspot is out there - but not yet for linux. > > Is there any chance that the porting team get their hands on the src > > (and do their miracle again)? > > I dont think so. > According

Multiple Lined Tooltips?

1999-05-17 Thread Paul Michael Reilly
Zhichao Hong writes: > Hi, > > I am wondering is that possible to create Mutiple line tooltips. By > default, the swing is only able to display single line tooltips. > > > Any idea is much appreciated. I saw that JLabel and JText support a prefix followed by HTML modifiers in the stri

glibc2.1.2 and jdk1.2

1999-10-21 Thread Michael Moores (@synthsoft)
ndefined reference to `sem_destroy@@GLIBC_2.0' is there a glibc2.1.2 version of the jdk1.2?? help appreciated. thanks, --michael Real Networks (trying to convince folks that server side java is not a bad thing) -- To UNSUBSCR

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

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

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]

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 (

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

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

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

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

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

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

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

<    1   2   3   4   5