Search the web
Sign In
New User? Sign Up
advanced-java · Advanced Java
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4445 - 4474 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4445
___ Unsubscribtion, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Chialin Chou
chichou@...
Send Email
Sep 29, 1996
4:40 pm
4446
... I've had no trouble on Win95, Java 1.1.x with code like this. However, in the beta's, as I recall, some background colors did cause odd behavior. You might...
Jack Harich
happyjac@...
Send Email
Sep 30, 1997
1:54 am
4447
... Well, note that in C all sort of nasties happen if you use 'goto' to jump past the declaration, at least if it includes an initializer. You're asking for...
Ernest Friedman-Hill
ejfried@...
Send Email
Sep 29, 1997
10:15 pm
4448
... I'm running nt and 1.1.3 and 1.1.4, with components derived from Canvas. The background color doesn't seem to matter; the component background is correctly...
Gary Aitken
garya@...
Send Email
Sep 30, 1997
6:13 am
4449
I'm using jdk1.1.3 om Win NT. Trying the program given below I get this error. Please tell me what I am doing wrong. Thanx in advavce. Jawahar A. ...
Db-tech
dbtech@...
Send Email
Sep 30, 1997
9:50 pm
4450
Has anyone parsed an x.509 certificate (ASN.1/DER) in Java? Thanks in advance. -- Linden D. Anderson Senior Member Technical Staff Coastek InfoSys Inc. 5550...
Linden D. Anderson
linden@...
Send Email
Sep 30, 1997
12:18 am
4451
Gary, Graphics.drawString( ) should be drawing the text with transparent background. What you have is a bug unless you are trying to draw in some weird places...
Don Park
donpark@...
Send Email
Sep 30, 1997
9:47 am
4452
... http://www.phaos.com/ for this and much more, for any version of Java. Lynn Hahn ___ Unsubscribtion, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Lynn Hahn
contact@...
Send Email
Sep 30, 1997
9:26 am
4453
... [...] ... Yes and no. Yes, the braces that are part of the switch statement define a new scope. But, it's not defining a regular block statement, it's...
johnm-advanced-java@...
Send Email
Sep 30, 1997
3:38 pm
4454
... If we were designing Java from scratch, I would agree with you. Allowing declarations to be directly embedded in a switch causes a variety of ...
Mark Grand
mgrand@...
Send Email
Sep 30, 1997
10:19 pm
4455
Thanks Dave, the following snippet is compilable and runnable. //-------------------------cut here public class Foo { static String str(int foo) { switch (foo)...
Chuck McManis
cmcmanis@...
Send Email
Sep 30, 1997
4:47 pm
4456
My first guess is that you're exercising some class which is not yet in Netscape 4.0.2 from JDK1.1.x, and that this is the source of your problem. You might...
Ward Mullins
ward@...
Send Email
Sep 30, 1997
3:53 pm
4457
When using the 1.1.4 JDK we are having problems with popup menus crashing the JVM on WinNT. When we do a show() for the popup in response to a right mouse...
Bill Tschumy
bill@...
Send Email
Sep 30, 1997
10:05 pm
4458
Whoops, it looks like you already answered my "which platform and ... Canvas. << You might test the identical code on Win95, and if the problem disappears,...
Jack Harich
happyjac@...
Send Email
Sep 30, 1997
5:21 pm
4459
Hello , I'm using jdk1.1.1 on sunOS. My process creates several threads and opens so many file stream. After some time it gives me error when i try to use ...
samit kumar paul
samit@...
Send Email
Oct 1, 1997
8:54 pm
4460
I am building an image database application using ObjectStore PSE and Java. I have aproblem getting images to display using Java Workshop. Here's a synopsis: ...
George Giles
George.Giles@...
Send Email
Oct 1, 1997
3:34 pm
4461
Yes, I would say that you are beyond Java at this point and into the platform OS (in this case WinNT), which is telling you that it can't find a file named...
HARRY_KELLOGG@...
Send Email
Oct 1, 1997
4:13 pm
4462
In article <199709292038.AA03140@...>, ... As an aside, this reminds me of a fun C++ compiler bug I uncovered once (compiler vendor's name...
Bill Foote
Bill.Foote@...
Send Email
Oct 1, 1997
7:04 pm
4463
Does anybody know of any free-trail compilers that turn JDK 1.1 Java into x86 bytecode that runs on Win32? We'd be interested in trying one out and purchasing...
Xeno
xeno@...
Send Email
Oct 2, 1997
1:41 am
4464
... May I suggest: http://java.sun.com/products/jdk/preview/docs/guide/weakrefs/index.html...
David Spencer
dave@...
Send Email
Oct 2, 1997
2:03 am
4465
... That's encouraging to hear. I will take a look at your web pages... But what I was really complaining about is the cross-platform performance of AWT......
Pat
pat@...
Send Email
Oct 1, 1997
5:15 pm
4466
Has anybody ever encountered a problem with a DLL that will load on NT but not on Win95? I have a DLL that will load fine via loadLibrary on NT but on win95...
Tracy Scott
tscott@...
Send Email
Oct 2, 1997
1:16 am
4467
Have you looked at IBM's High Performance Compiler for Java? It does not yet support all of the features of JDK 1.1.1 but it runs on Windows NT (3.51 and 4.0)...
John Colgrave
colgrave@...
Send Email
Oct 2, 1997
4:20 pm
4468
In article <3432ED76.2721B23F@...>, ... I don't know that I'd use the word "bogus," myself :-) Good guess, but I'm afraid not a correct one, this...
Bill Foote
Bill.Foote@...
Send Email
Oct 2, 1997
3:22 am
4469
... Threads are not necessarily preeemptive, one must give way to another some time. Even in windows that can alter the behaviour of the program. ... I believe...
Christian Rauh
rauh@...
Send Email
Oct 2, 1997
5:17 pm
4470
... You have likely using some flavor of a JIT. While it is entirely possible for a JIT JVM to produce line numbers, it is easier for them if they don't....
Robert Hagmann
hagmann@...
Send Email
Oct 2, 1997
3:40 pm
4471
Hi all, I'm not usually one to be outspoken, but this is a good discussion. I see microsoft's attitude on this matter being rather similar to a big fat bloke...
PIMorris@...
Send Email
Oct 2, 1997
8:32 pm
4472
From what I could see, they seem to be using the 1.1.1 drop of the JDK. The major disadvantage for me is the lack of JNI support... Jim Adams ...
Jim Adams
sasjaa@...
Send Email
Oct 2, 1997
10:00 pm
4473
... I suggest only using their compiler, which I find amazingly fast, and (NT) emacs....
David Spencer
dave@...
Send Email
Oct 2, 1997
9:40 pm
4474
... Right - mostly. The Symantec compiler is a billion times faster that the JDK "javac"and I can't imagine life without it. PS I'll leave out stories of...
David Spencer
dave@...
Send Email
Oct 3, 1997
12:28 am
Messages 4445 - 4474 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help