Is this list still active?

1998-12-30 Thread John Collins
Or did I get dropped by mistake? The last message I have is from 11/25. Thanks. John Collins [EMAIL PROTECTED]

Re: Java Shell

1999-01-03 Thread John Summerfield
illating performance from a 486. One of the unresolved penalties of java is its overhead. Interpretation costs about an order of magnitude more CPU than native code. For developed code you could explore the field of java-to-native compilers: there are several around. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: How do I set the CLASSPATH variable ?

1999-01-05 Thread John Summerfield
c/profile.d/java I have a list of directories, zips & jars to add. Other systems, other shells do it differently. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

finalizer()

1999-01-05 Thread John Summerfield
. [summer@possum summer]$ java -fullversion java full version "Linux_JDK_1.1.7_v1a_green_threads" I'm running RedHat Linux 5.0, kernel 2.0.36: [summer@possum summer]$ uname -a Linux possum.os2.ami.com.au 2.0.36 #4 Wed Dec 30 20:13:06 WST 1998 i686 unknown -- Cheers John Summerfi

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

1999-01-05 Thread John Summerfield
asing their JVM for > Linux ... I'm really looking forward to that. I don't know about JVM: I saw a mention of the x86 JIT here. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: finalizer()

1999-01-05 Thread John Summerfield
statements to do that (two versions that I found). > > Catalin CLIMOV. > > John Summerfield wrote: > > > I have this code: > > public class F > >{ > > protected void finalize() throws Throwable > > { > > System.out.

Re: finalizer()

1999-01-06 Thread John Summerfield
On Tue, 5 Jan 1999, Daniel W. Dulitz x108 wrote: > John Summerfield writes: > > Someone mentioned offline (please, all, keep discussion ON the list) that > > it's possible to force garbage collection. My code has the necessary > > statements to do that (two versions

RE: Jdk1.2 status ???

1999-01-06 Thread John Summerfield
s and read mail offline. Please? -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: finalize() again

1999-01-06 Thread John Summerfield
what is happening in the > > submitter's case; it works in JDK 1.1.5 out of sheer luck. The only way to > > guarantee that you've dropped all references to an object is to ensure that > > all threads that have ever referenced the object have terminated." In my case, I ha

Re: (long) finalizer() - potential bug

1999-01-07 Thread John Summerfield
On Wed, 6 Jan 1999, Chris Abbey wrote: > John (& all), > Sorry I didn't jump into this thread earlier, but the s:n on this list > has pushed it down my reading priority list ... way down. Thanks Chris: I'm glad you stepped in. I've changed mine to match yours (

Re: STOP asking about Java 1.2 / 2

1999-01-09 Thread John Summerfield
is absolutely normal behaviour for people to ask for information. You should not assume everyone is up to your skills, or that everyone knows of the existance (or location) of the FAQ. Neither should you assume that it's convenient for everyone to retrieve the FAQ: I for one read most info offl

Re: suggestion for list (was: Re: STOP asking about Java 1.2 / 2)

1999-01-10 Thread John Summerfield
On Sat, 9 Jan 1999, Chris Abbey wrote: > The recent on-list exchange between John Summerfield and Kontorotsui has > brought a background thought of mine to the foreground, so I'd like to share > it with the list and see what the general opinion is. > > I suggest that the cur

Re: [ATTENTION]: Mailing List Changes

1999-01-12 Thread John Summerfield
ur IAP. The best thing from your pint of view is that the improvement will be immediate: it can be achieved today (yesterday my time). -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

RE: [ATTENTION]: Mailing List Changes

1999-01-13 Thread John Summerfield
27;s just a perll script for feeding email to news. To send your replies, make the newsgroup a moderated one and feed them into another script via sendmail. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

O'Reilly's Linux Conference: A Call for Papers

1999-01-13 Thread John Dockery
Please help us spread the word about the O'Reilly Linux Conference and our call for papers. Thank you, John Dockery ** Attention: Linux users, developers, programmers, engineers, administrators Mark your calendar for O'Reilly's L

testing - two days with no mail

1999-01-15 Thread John Summerfield
Just wondering if the list's broken. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Java Blend (and stuff)

1999-01-21 Thread John Baker
stions for JavaBlend, or any other good suggestions on how to replace our current development base, please feel free to mail me;-) Ta, John Baker, Java Development Engineer.

Re: jikes and java.lang

1999-01-21 Thread John Summerfield
va classes such as java.lang.System, java.lang.Thread, java.lang.Integer. It's in classes.zip. Check that you have CLASSPATH and the other JDK environment variables set. Reread the jikes docs. Go visit the jikes forum & ask there: the author watches it and doubtless is better able to hel

Re: Is there a good java Linux debugger?

1999-01-21 Thread John Summerfield
On Thu, 21 Jan 1999, Andre Paradis wrote: > Hi, > > Could you suggest a couple a good java debuggers under > > linux (free ones are prefered, but any suggestion welcomed) Have you tried jikes debugger from http://www.alphaworks.com/ -- Cheers John Summerfield http://os2.ami.

Re: jikes & '$' in variable names....

1999-01-21 Thread John Summerfield
> RTFM. Use "jikes -$". I'm not sure why they make that an option that's > off by default, but you can turn it on. Because it's naughty. Shouldn't use $s in variable names. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

segmentation violation - any developers listening?

1999-01-25 Thread John Summerfield
ux possum.os2.ami.com.au 2.2.0-pre7 #2 Thu Jan 21 16:28:56 WST 1999 i686 unknown Last time I installed this box, it was RH 5.0. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

segmentation violation - any developers listening - fixed

1999-01-25 Thread John Summerfield
lar program all. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Messed Up Date Validation In 1.1.7

1999-01-26 Thread John Summerfield
month of 0 (it adjusted the year to suit). I'd like to be able to find the day of the week (no market prices today? It's Sunday? That's okay then!), the difference between two dates (how old will Mum be on Jan 1 2001?), to store and manipulate dates in and before the last cen

Re: Bit off topic - Java Web Server

1999-01-26 Thread John Byrd
Sounds like the server's mime types aren't configured. ---John S Ra <[EMAIL PROTECTED]> wrote: > > Has anyone been working with Java page Compile on Java Web Server? If so has > anyone been getting an issue with JWS spewing out java code

Re: bouncing mail

1999-01-26 Thread John Summerfield
uld bounce to the list manager. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Minimum configuration for JRE use?

1999-02-01 Thread John Summerfield
the job donw quickly. For program execution, my programs have all night in front of them: so long as they complete, I don't care much how long they take. Of course, where there's UI involved, application performance matters, but I don't imagine Scot cares about that. -- Cheers John Su

Re: Minimum configuration for JRE use?

1999-02-01 Thread John Summerfield
;s slower). 20 Mb disk will be a problem: I'm not even sure you can get a reasonably functional Linux system in so little. If you're on a LAN you can load java across it without difficulty. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: little endian & big endian

1999-02-03 Thread John Summerfield
;d expect on a big-endian machine (where I'm much more practiced and comfortable). On a little-endian machine, the integer 0a0d is stored as bytes 0x0b, 0x0a. To see what the hardware is really doing, yu have to be able to redefine storage. You can do this in fortran, cobol, PL/1, C and C++. However, not in java. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-17 Thread John Collins
ption: Server RemoteException; nested exception is: java.rmi.AccessException: Registry.rebind --- As far as I can figure out, I'm doing exactly the same thing here that I do on Solaris to run this thing. The only part of it that isn't scripted is the startup of the rmiregistry. On both systems

ld-linux.so.1.9.9

1998-07-08 Thread John Vliet
xception e) { System.out.println("Error: "); e.printStackTrace(); } } } The host is running Slackware linux with kernel 2.0.34 The JDK version is 1.1.6 Any help on this would be appreciated. -John

Question

1998-07-08 Thread John Franco
Hello, I have downloaded the Sparc Linux JDK-1.1.6 package and I believe I followed instructions for untaring and changing directory name and so on. However, when I type javac nothing happens (that is, there is a delayed return to the prompt) and when I type java there is a Segmentation fault.

RE: Slackware & jdk116v2

1998-07-09 Thread John Vliet
til a real soln is found. -John

Re: Slackware & jdk116v2

1998-07-10 Thread John Vliet
We are using libc5. I tried Pauls advice of removing the two files libc.so.5 and libdl.so.1 from ~JAVAHOME/lib/i686/green_threads/ This seemed to fix the problem keeping the 1.9.9 version of the system ld.so library. -John Casiraghi Luigi wrote: > In data 06.58 09/07/98 -0700, John Vliet

FAQs and mailing list

1999-02-16 Thread John Goerzen
other people. Third, instructions for unsubscribing ought to be in a footer tacked on to messags. Finally, a FAQ aboug JDK 1.2 ought to be posted periodically. These all sound like reasonable and common-sense things to do, John

Re: Java-Linux enthusiasts

1999-02-16 Thread John Goerzen
A valid categorization, I believe. I clearly belong best to #4, but a difference is that I believe that Linux will be overtaken by something else. Hurd, for instance, when it gets more stable (but we're looking at years here). Java has serious problems with speed, bloat, licensing and open-ne

Status of java-linux?

1999-02-16 Thread John Stracke
The java-linux page (<http://java.blackdown.org/~sbb/>) seems to be dead--the links to download stuff are broken; in fact, all of http://java.blackdown.org/java-linux/ is gone. Did you run into problems? -- /======\ |John S

Re: JavaLinux for servlets

1999-02-16 Thread John Goerzen
had to write CGI cruft in over a year. In exchange > for servlets I have a logical/maintainable tree of server side classes. But what techincal advantage do they really give? Java is slower, uses more system resources, etc. John

Re: JavaLinux for servlets

1999-02-16 Thread John Goerzen
> simply gives out a new Thread to handle the requesting. CGI does not have this drawback when you use FastCGI or mod_perl, so that case isn't really valid. Further, the speed comparison between Java and Perl or C can be significant if your CGI is doing any sort of computation. Most do :-) John

Re: JavaLinux for servlets [off-topic]

1999-02-16 Thread John Goerzen
On Tue, Feb 16, 1999 at 08:03:26PM -0500, Daniel W. Dulitz x108 wrote: > John, you wonder about the technical advantages of Java. Java is all > about balancing easy to write and easy to read code against runtime > performance. Think C versus assembly language. And the real question

Re: JavaLinux for servlets

1999-02-17 Thread John Goerzen
h Java than Perl. Perl programs run all over, and well-written C programs do as well, although probably there would need to be a lot of changes. > > > > > On Tue, 16 Feb 1999, John Goerzen wrote: > > > > > On Tue, Feb 16, 1999 at 04:34:03PM -0800, Kevin Hester wrote: &g

Re: JavaLinux for servlets

1999-02-17 Thread John Goerzen
On Wed, Feb 17, 1999 at 01:17:43AM -0800, Steve Byrne wrote: > > But what techincal advantage do they really give? Java is slower, uses more > > system resources, etc. > > John, if you don't like Java, can you please tell us why you feel it's > necessary to c

Re: JavaLinux for servlets [off-topic]

1999-02-17 Thread John Goerzen
On Wed, Feb 17, 1999 at 09:51:51AM +0100, Chris Huebsch wrote: > The first is a "non-java-at-all" Server. It has to create a new process > when a request arives. Where? The system is almost at the limit? It is NO. I keep saying this and apparently nobody is listening. Let me give you URLs then

Re: JavaLinux for servlets [off-topic]

1999-02-17 Thread John Goerzen
You are correct, Alex. Both Solaris and Linux support "real" threads, as do several other Unix OSs. We can go into detail if need be, but I hope we can spare the list that :-) On Wed, Feb 17, 1999 at 01:32:38PM +0300, Alex Romadinoff wrote: > >AFAIK unix doesn't support real threads. For new r

Re: JavaLinux for servlets

1999-02-17 Thread John Goerzen
OK, this is about the 6th or 7th time I've said this and STILL people are ignoring it. Your whole argument is based on a flawed premise: that with CGI, a new process must be started for each request. This is plain and simply NOT correct. I have pointed this out time and time again. Any benchma

Re: JavaLinux for servlets

1999-02-17 Thread John Goerzen
On Wed, Feb 17, 1999 at 12:39:57PM -0700, Jeff Galyan wrote: > Pardon me, but you appear to be the ONLY person actually using mod_perl > or FastCGI in a production environment. I know of multiple organizations using mod_perl in a production environment. If memory serves, hotmail is one, but th

Re: NO MORE--JavaLinux for servlets

1999-02-17 Thread John Goerzen
FIC > purpose, and this discussion is NOT it. Please reply directly to the sender, > AND NOT THE LIST. > > PLEASE, JOHN! > PLEASE, EVERYONE ELSE! > > Thank You!

Re: JavaLinux for servlets

1999-02-17 Thread John Goerzen
for everything. As a Linux developer, I have a very high opinion of Linux, but I do recognize that it has its weaknesses that could make it unsuitable for some people. As someone that programs in Perl, I have a similar opinion. Likewise for Java, (despite its poor licensing; the core is good.) John

Mailing list trouble

1999-02-18 Thread John Goerzen
t-type: text/plain; charset=ISO-8859-1 > >This report relates to a message you sent with the following header fields: > > Message-id: <[EMAIL PROTECTED]> > Date: Tue, 16 Feb 1999 18:34:17 -0600 > From: John Goerzen <[EMAIL PROTECTED]> > To: Kevin Hester <[EMAI

Re: Mailing list trouble

1999-02-18 Thread John Goerzen
On Thu, Feb 18, 1999 at 12:20:38PM -0500, Brett W. McCoy wrote: > On Thu, 18 Feb 1999, John Goerzen wrote: > > Every message I've posted to the list this week has resulted in a > bounced message from a system where the username is no longer valid. Same here, and I've

Re: TFS Delivery Failure: Re: Mailing list trouble (fwd)

1999-02-18 Thread John Goerzen
I'm about to ban the IP of that server from my sendmail. It's obviously not compliant with RFCs, and their admins never answer mail. Maybe if they get a 550 when trying to deliver a bounce, it will create a mail loop on their end, hehe :-) On Thu, Feb 18, 1999 at 01:17:55PM -0500, David Harvill

Re: Mailing list trouble

1999-02-20 Thread John Summerfield
pped the ball. As I recall, the problem was a lack of bandwidth. I suggested the possibility of an improved sendmail configuration (to use a higher-bandwidth upstream service as a smart relay). There was a little more discussion on configuration and then it tailed off. I assume the bandwidth proble

Re: Applet

1999-02-20 Thread John Summerfield
decent book or two. Start with java.sun.com and download the java tutorial. Just about everything you can find there, JDKs aside, applies to Linux and any other Java implementation. Where you need to choose betwen WIN* and Solaris, take the Solaris path. -- Cheers John Summerfield http://os2.ami.com

Re: Hatred of 1.2 messages

1999-02-24 Thread John Goerzen
Gerald Gutierrez <[EMAIL PROTECTED]> writes: > I'm starting to get the feeling that many in this group are approaching > "when will 1.2 be out" messages with a very disheartening attitude that > will surely turn potential users off. Well let's see. Presumably to find out about the mailing list,

Re: Great!

1999-02-24 Thread John Summerfield
o me perfectly reasonable (and perfectly on-topic) to ask. If/when Steve makes good on his plan, a copy of the current status report should go to new subscribers AND a one-liner added to all postings here: something like: java 2 status report last updated 1999/02/23 http://www.blackdown.org/steve/java2

Re: Servlet support in linux

1999-02-27 Thread John Summerfield
am > which can link the apache with my program, but > is that the most efficient approach ? > Thanks .. > get jserv from someplace around the apache web site. Build it according to instructions rebuild apache as necessary Install the bits Enjoy it. -- Cheers John Summerfield http://o

Re: glibc upgrade breaks jdk?

1999-02-28 Thread John Summerfield
.0.7pre6 is all that's required for kernel 2.2.2 (which I'm running). I have glibc-2.0.7-29 and java's fine here. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networkin

rmiregistry is failing to start up

1999-03-02 Thread Mazzitelli, John
. Any help would be appreciated. John [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Cobalt

1999-03-05 Thread john adams
The Cobalt Qube and RaQ products are proving popular over here in the Uk as I expect they are in the states The Qube II has just been launched. These have MIPS CPUs running at 150 and 250Mhz. I have a customer who has one of these at raileurope.co.uk and he wants java 1.1 or above on it how can

JNI & jdk1.2

1999-03-10 Thread John Fisher
Compiled Code) at com.redi.server.REDIServer.(REDIServer.java:47) So I guess the question is - what is java.library.path, and how do I define it appropriately? Thanks, John -- To UNS

Re: Questions concerning jikes.

1999-03-14 Thread John Summerfield
On Sat, 13 Mar 1999, Justin Knotzke wrote: > Also, is there a noticeable difference in speed? Only one order of magnitude. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites in

Re: Java-Linux mailing list weirdnesses

1999-03-15 Thread John Summerfield
I hate that idea. better to set the list up properly so that mailing errors go to the list manager, not to the list or its subscribers. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, ne

Re: Socket connect timeout?

1998-08-12 Thread John Snell
Shouldn't the entire process be blocked, on a blocking IO call? Thus, another user level thread wouldn't make a difference, as the socket open attempt would block all threads belonging to the process. Of course, this all changes when the JDK is written with native threads. On Wed, 12 Aug 1998

Re: rm

1999-03-16 Thread John Summerfield
nexion with Linux is moot. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Since Java is Shipping 1.2.1 with numerous fixes already in Swing 1.1.1B will Final release have the corrections?

1999-03-18 Thread John Hawk
h the exception of bug submmited earlier.   Keep up the good work and have a nice day!   john

Re: JDBC for Oracle?????n

1999-03-26 Thread John Summerfield
s Oracle, can I have to install JDBC for >ORACLE? > > 2. Where can I get the JDBC, which can support ORACLE, if I need to? It's included, at least in the version I downloaded (8.0.5). -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, netw

Re: Timer granularityn

1999-03-29 Thread John Summerfield
On Mon, 29 Mar 1999, Peter Kovacs wrote: > On linux the granularity of the timer (GregorianCalendar.time) seems to be on >millisecond level, while on Windows NT on 10 > milliseconds level. Does anyone know, why? Broken windows? -- Cheers John Summerfield http://os2.ami.com.au/os2/

Re: go back to gzip!

1999-03-30 Thread John Goerzen
"David Wall" <[EMAIL PROTECTED]> writes: > It was a bit rude as written, and that's part of the problem with email in > general. Sometimes terse statements sound worse than the intended message > was to be delivered. You said "nobody uses bzip2", which is CLEARLY incorrect. > While I am really

Re: go back to gzip!n

1999-04-01 Thread John Summerfield
distribution. Isn't that a fabulous idea? Why didn't > anyone else come up with it? It's the obvious thing to do, isn't it? It Since everyone with linux has or can get bzip2, why? -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 suppo

Re: go back to gzip!

1999-04-01 Thread John Summerfield
has an option to specify an alternative compression program: I've not tried it, but I expect it works. Certainly you can bzip2 -cd ... | tar xf- -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index. -

Re: JDK 1.2 won't run JFC demo

1999-04-02 Thread John Summerfield
/app/oracle/product/8.0.5/lib /u01/app/oracle/product/8.0.5/jdbc/lib [summer@emu .Mail]$ After changing it, run ldconfig -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index. --

Re: Curious about glibc 2.1 also... Redhat 6.0?

1999-04-04 Thread John Summerfield
x27;s important > that some JDK run on the major distributions.. 5.9 is all dressed up in 2.1. Can't even install most of the rpms I've tried for lack of prerequisites. I suggest those with problems post to the redhat-devel list too. -- Cheers John Summerfield http://os2.ami.com.au/o

Re: bz2 File format.

1999-04-05 Thread John Summerfield
to try searching the fine repository at > http://www.freshmeat.net for any mysterious piece of Linux software you are > looking for. or your distribution CD or download site. It's been on RH distros for some time. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 su

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-20 Thread John Collins
John Collins wrote: > ... > However, I can't get past the attempt to bind to the rmi registry. This > code works on both NT and Solaris, and has been exercised fairly > extensively. I was hoping to be able to jettison NT and move over to > Linux for further development. ...

Re: Java and testing

1999-04-10 Thread John Summerfield
banks could cope with Biil Gates opening an account and depositing funds equal to his nett worth? -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index. --

Re: Java cannot find swing

1999-04-12 Thread John Overmars
I am running javax.swing.*. I was trying to execute the Swing demos included with the package. JDO John Overmars, Sr. Development Eng. Integrated Systems Center ERIM International, Inc

Re: unsubscribe doesn't work

1999-04-12 Thread John Summerfield
r to send it to /dev/null? Or, if you control a sendmail 8.9, add the source email address to /etc/mail/accept followed by the word "REJECT" [summer@os2 mail]$ cat access uu.net REJECT [EMAIL PROTECTED] REJECT whynot.net REJECT [summer@os2 mail]$ -- Cheers John Summerfield htt

Re: Alphas?

1999-04-26 Thread John Goerzen
ve got it sitting around here waiting to install someitme. Yes, that's right, the Alpha one beat i386. Woohoo :-) If you can't find the link, let me know and I can do some digging. -- John Goerzen Linux, Unix consulting & programming [EMAIL PROTECTED] | Developer, Deb

why do we need X11 to run purely command line java stuff?

1999-05-03 Thread John Kozubik
printer libraries? My programmer is under the impression that we MUST install all this GUI crap just to get out simple command line utility working. I on the other hand think that this is an absurd conception. Any information would be appreciated, John

jdk1.2 -- No library path set

1999-05-24 Thread John Young
t any other paths apart from the program path. I set the Classpath and got rid of another error message, but this one has me stumped. Does anyone know what the deal is? thanks. John Young ___ Get Free Email and Do More On The Web. Visit

Java Plug-In

1999-06-01 Thread John Carr
I see that you're saying that the Java Plug-In 1.1.2 will be available with the next JDK release. Any idea about when this will be? -- +---+ | John Carr | mailto:[EMAIL PROTECTED] | | Chief Software Eng

System.out oddity

1999-09-02 Thread John Reynolds
^ Note, that class files that I had compiled error are running ok on the command-line. Any ideas ? John -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: System.out oddity

1999-09-03 Thread John Reynolds
last week and had to upgrade to XFree3.3.4 to use a AGP card. Thet Xlibs are the only libs that have changed in the last 3 months. hmm. Is this a bug or should I update to 3.3.5 ? John Riyad Kalla wrote: > You need to fix the permissions on the libsunjit.so file in your > jdk1.2/jre/li

Re: IDE for linux

1999-09-06 Thread John Agelis
You can always use the NetBeans Developer 2.0 or 3.0 (http://www.netbeans.com). It ressembles a lot to the JBuilder and it is free for non-commercial use. John Aggelis Old unix hackers do not die... They just turn into zombie processes ! -Original Message- From: Frank Apap <[EM

Re: reminder - this list is for Java & Linux

1999-10-15 Thread John Rousseau
messages of noise. Sorry to sound like a jerk, but please use this list only for what it was designed for. Thanks -John ---- John Rousseau [EMAIL PROTECTED] SilverStream Software

Re: Several VM ?

1999-10-18 Thread John Rousseau
quot;). > > Is there something wrong ? Nope. The native threads implementation on Linux uses the clone() system call to create different instances of the same process, all sharing the same memory. These different 'threads&#x

Re: Broken pipe error

1999-10-28 Thread John Rousseau
is caught just below this line. > > Can anyone please suggest how to fix this? Is the browser closing the connection? Are you sending the appropriate keep-alive headers to the browser (HTTP version dependent)? -John Joh

java mail API

1999-11-01 Thread John Louis
hi,   I would like to know that JAVA MAIL API can run on linux or not?   Thanks     Louis

Simple question: Setup CLASSPATH

1999-11-03 Thread John Louis
Hi,   I download javamail API, and copy mail.jar to jdk1.2/lib directory.  I add the CLASSPATH in my .bash_profile :     CLASSPATH=/jdk1.2/lib/mail.jar   After that, I compile the demo file, and it give me error : Package javax.mail not found in import I'm not sure how to set the c

Re: Bug in date?

1999-01-02 Thread John Reynolds
The bug of course is in Calendar. John Reynolds wrote: > Hmm is there something wrong with me or is it pre2 problem. > > Note the minute field in the time stamp > 1999-11-03 23:46:56.0 > ^^ > > and compare it to that in minute field o

Bug in date?

1999-01-02 Thread John Reynolds
at.getTime()); System.out.println(stamp); dates[j] = GregorianCalendar.getInstance(); dates[j].setTimeZone(tz); dates[j].setTime(stamp); System.out.println(dates[j]); Comme

Re: Bug in date?

1999-01-02 Thread John Reynolds
Please ignore the previous mails, I got it fixed using DateFormat (Gawd, talk about Sun making things ackward). John John Reynolds wrote: > The bug of course is in Calendar. > > John Reynolds wrote: > > > Hmm is there something wrong with me or is it pre2 problem. >

native threads

1999-11-20 Thread John Knutson
I know this is a known issue, but I had a question and possibly additional information (assuming any of the JDK developers are on this mailing list :-)... I've been using the Ganymede server (http://www.arlut.utexas.edu/gash2), which is written in Java, recently. I managed to track down a probl

Re: HELP: -mx flag.....

1999-11-23 Thread John Rousseau
e -mx256m (or -Xmx256m depending on the JDK version). Note that there is no '='. You should probably look into why your application is using so much heap space. Is this expected from the amount of memory you think your app needs? Good luck. -John ----

Re: NEW JDK RELEASE!

1999-11-27 Thread John Louis
Hi, I read the mail and your guys said there is a rc2, but I cant find it, pls tell me where to download. I download rc1 from this address: ftp://ftp.uk.linux.org/pub/linux/java/JDK-1.2.2/i386/rc1/ John ôèPԔ ‘ ÿzf¢–Ú#jöÿ–)îÇúު笷øÚ

Problem in running Jdk1.2.2rc2 Demo on redhat 6.1

1999-11-30 Thread John Louis
he problem?     Cheers            /\  \|/  /\   |\\_;=._//|    \."   "./    `/^\ /^\` .'``",/ |@| |@| \,"``'.     /   ,  `'\.---./'`  ,   \   /`  /`\,."( o o )".,/`\  `\   /` ( '.'-.-'.' ) `\   /"` "._  :  _." `"\   

JDK 1.2.2 RC2 VolanoMark results

1999-12-04 Thread John Neffenger
or comparison scores, see: The Volano Report http://www.volano.com/report.html Looking forward to RC3! Thanks, John Neffenger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Sun and Inprise Java 2 announcement

1999-12-07 Thread John Neffenger
I wrote directly to Sun about it (mailto:[EMAIL PROTECTED], attached below). I'll try to post the results of both JDK 1.2.2 ports -- what I thought was Blackdown *and* Sun, and the new port from Sun -- to the Volano Report today or tomorrow. John Neffenger John Neffenger wrote: > &g

Re: Native vs. green threads

1999-12-08 Thread John Neffenger
at http://www.volano.com/linux.html). I assume the Inprise Java VM will soon do both green and native threads as well. John Neffenger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JDK 1.2.2 RC3 and RC1 VolanoMark results

1999-12-08 Thread John Neffenger
find any errors in the updated Volano Report. John Neffenger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Segmentation violation with 1020 timeout sockets

1999-12-08 Thread John Neffenger
nd Inprise through this page? http://java.sun.com/cgi-bin/bugreport.cgi Sun and Inprise need to fix both Blackdown Bug Id 1604 and 1578 for me to run the VolanoMark network test with their JDK 1.2.2: http://www.blackdown.org/cgi-bin/jdk/incoming?expression=neffenger John

<    1   2   3   4   >