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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Oct 2, 1997 10:00 pm
4473
... I suggest only using their compiler, which I find amazingly fast, and (NT) emacs....
David Spencer
dave@...
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@...
Oct 3, 1997 12:28 am
4475
Personally I tried Cafe, J++, and Sun's JavaWorkShop but I always go back to whatever editor I prefer on the box I am using and using the jdk. After all why...
Andrew Fisher
afish@...
Oct 3, 1997 12:04 am
4476
Ivan, Ok, let's put the religious fervor aside. What part of my statement did you disagree with? I work for a large company that has all Win95 and Winnt...
Bert Pappas
rpappas@...
Oct 3, 1997 4:18 am
4477
In article <199710020322.UAA02686@...>, ... Just to follow up, and present the happy ending: Bill did, indeed, submit this bug to our bugs...
Bill Foote
Bill.Foote@...
Oct 2, 1997 6:33 pm
4478
In article <c=US%a=_%p=Fidelity%l=NORTHEAST1/IMC001/001AE4F1@...>, ... At Embedded Systems West yesterday, I chatted with someone from Cygnus ...
Bill Foote
Bill.Foote@...
Oct 2, 1997 6:40 pm
4479
I second that. Unix is a far supperior OS in about a million ways. I run UNIX and NT in my office. Sure NT is nice if you are a wanna be computer expert, but...
Andrew Fisher
afish@...
Oct 3, 1997 3:03 am
4480
10/1/97 Dear Friend, I use symantec ide and have a tabbed panel. In it I have collected plenty of textfields in java.awt panel and when I tab between the...
Miten S Mehta
mehta@...
Oct 2, 1997 11:13 pm
4481
I am using a JTabbedPane. My problem is that I have three tabs but they are all very samall tabs on the left side of the tabbed pane. I'd likethem to be...
Ken Litwak
kdlitwak@...
Oct 3, 1997 6:01 am
4482
Hi, In one of my application, i'm using TextArea component to read the contents of file and i have also implemented TextListener interface so that whenever i...
... Actually I (and many other people I know) find the UNIX world much easier to use, requires less lines of code, and the underlying design is MUCH more ...
arichard@...
Oct 3, 1997 5:06 pm
4485
Does anyone know if the java.rmi.dgc.leaseValue property works consistantly? I know it defaults right now to 10 minutes before it times out, but I can't seem...
Todd M Greanier
cwolf@...
Oct 3, 1997 6:25 am
4486
Enough already!!! Microsft this, Sun that... Basically what we have here is a programming language that is causing all this commotion. Why? Because of its...
Todd M Greanier
cwolf@...
Oct 3, 1997 6:23 am
4487
... I'm just guessing, but it sounds like you've got *somebody's* debugging code running in your application. It could be Symantec's, it could be yours. If...
Dan Jacobs
djacobs@...
Oct 3, 1997 3:23 pm
4488
Ken, You can try bundling up all your class files and the Swing class files with Sun's JRE (Java Runtime). That should allow you to just drop everything onto...