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 17606 - 17664 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17606
I got the same thing on a UNIX AIX (4.2) with multiprocessors. If we bind the processors or if we use a single processor everything works fine, but if we dare ...
cvandeso@...
Send Email
Jul 1, 1998
7:13 am
17608
Apart from the other replies, there is a free package called SSLJava (search on the net) which replaces the standard sockets with SSL sockets. It does this by...
Andrew Cooke
andrew@...
Send Email
Jul 1, 1998
8:17 am
17610
Double buffering does NOT keep the image between paints, but is used to minimise flashing effects. Your painting is done first to a memory image, this image is...
Mark Thornton
mThornton@...
Send Email
Jul 1, 1998
8:29 am
17612
Sorry, an accidental cross post. I forgot which list I was reading. Mark Thornton. Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Mark Thornton
mThornton@...
Send Email
Jul 1, 1998
8:35 am
17614
Hi Everybody, I have written small application and i am trying to print through this application. The application has a frame and inside the frame there is a...
Jawahar Antao
jawsie@...
Send Email
Jul 1, 1998
11:36 am
17616
hi everybody, How to use 3-Tier Architecture using jdbc.I want to connect to a different host on the same network using jdbc URL. I am using Microsoft Access...
stephen zakaria
stalzak@...
Send Email
Jul 1, 1998
11:45 am
17618
hi everybody, I am getting the following security problem when an applet tries to access remote object on web server named "myserver" ... "security.Couldn't...
stephen zakaria
stalzak@...
Send Email
Jul 1, 1998
11:54 am
17620
I'm calling nodeStructureChanged in my expansion handler and consequently I end up with an infinite series of expansion events. I have some code from an...
Robert Nicholson
steffi@...
Send Email
Jul 1, 1998
11:58 am
17622
Hi Everybody, I am using JDBC-ODBC-Bridge for connecting to Oracle Database 8.0 using servlets on NT. ... When I am trying to connect Using JDBC-ODBC Bridge, I...
stephen zakaria
stalzak@...
Send Email
Jul 1, 1998
12:18 pm
17624
hi everybody, I am getting the following security problem when an applet tries to access remote object on web server named "myserver" ... "security.Couldn't...
stephen zakaria
stalzak@...
Send Email
Jul 1, 1998
12:20 pm
17626
Hi Everybody, I am using JDBC-ODBC-Bridge for connecting to Oracle Database 8.0 using servlets on NT. ... When I am trying to connect Using JDBC-ODBC Bridge, I...
stephen zakaria
stalzak@...
Send Email
Jul 1, 1998
12:24 pm
17628
... 3-tier Architecture doesn't really seem to be the issue here. The driver you're using is not a Microsoft Access driver, it's the jdbc-odbc driver provided...
Alexis Moussine-Pouch...
Alexis.Moussine-Pouch...
Send Email
Jul 1, 1998
12:28 pm
17630
Hi, read the book 'Database Programming with JDBC and Java' from George Reese, O'Reilly. Regards, Mario Sammer Unsubscription, archives, FAQ -...
Sammer Mario
mario.sammer@...
Send Email
Jul 1, 1998
12:31 pm
17632
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com Unsubscription, archives, FAQ -...
cao hong
xcao74@...
Send Email
Jul 1, 1998
12:35 pm
17634
Hello, I'm writing a small applet that interacts with the user. When the user is done I want to store information from some lists. My problem is to make the...
Anders Ekberg
anders.ekberg@...
Send Email
Jul 1, 1998
12:41 pm
17636
You have a security issue here. Your applet cannot connect to another machine than the one the applet came from. You should either use the CODEBASE tag or set...
Alexis Moussine-Pouch...
Alexis.Moussine-Pouch...
Send Email
Jul 1, 1998
12:44 pm
17638
Nope, applets can't write to the server. Use either a CGI program or a servlet. Reuben Firmin (aka RubZ) ... Unsubscription, archives, FAQ -...
Firmin, Reuben
Reuben.Firmin@...
Send Email
Jul 1, 1998
12:48 pm
17640
Hi, an applet that I'm maintaining uses the following deprecated methods: 1) action(Event e, Object o) 2) setEchoCharacter(char) 3) addLayoutComponent(String,...
Firmin, Reuben
Reuben.Firmin@...
Send Email
Jul 1, 1998
1:09 pm
17642
Robert, Offhand I don't know what's causing the problem. I do about the same to dynamically populate trees frequently, with no infinite event loops. I've never...
Jack Harich
happyjac@...
Send Email
Jul 1, 1998
1:32 pm
17644
Forgot to mention my specs: Java: JDK1.1.5 jfc: swing1.0.1 OS: Solaris 2.5.1 C++ Compiler: SparcWorks Pro 4.2 Regards, Brandon Doan bdoan@... ... ...
Brandon Doan
bdoan@...
Send Email
Jul 1, 1998
1:59 pm
17646
Is there an FAQ? If there isn't then there should be and this should be in it. Applets are subject to security restrictions, one of which is that they cannot...
Firmin, Reuben
Reuben.Firmin@...
Send Email
Jul 1, 1998
2:40 pm
17648
Subscribe to JServ-interest@... - you'd have found this out this morning ;O) Live software are moving offices so the web site is temporarily down. ...
Firmin, Reuben
Reuben.Firmin@...
Send Email
Jul 1, 1998
2:49 pm
17650
Hi, ... the method action() still works in the new Browsers, you should verify that yourself, it's no big deal... ... should still work too, and it was only...
Jose Manuel Guerra Ch...
jguerra@...
Send Email
Jul 1, 1998
2:55 pm
17652
Sharon Sanders sharonms@... IBM EDMSuite Development BLDG 062, office K210 Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Sharon M Sanders
sharonms@...
Send Email
Jul 1, 1998
3:00 pm
17654
Help please, I want to write a file on server from the applet that reads it. I am using the URL to read it. Can I open a text file in the applet and write it...
Larry Morgenweck
morgenwe@...
Send Email
Jul 1, 1998
3:03 pm
17656
Help please, I want to write a file on server from the applet that reads it. I am using the URL to read it. Can I open a text file in the applet and write it...
Larry Morgenweck
morgenw@...
Send Email
Jul 1, 1998
2:36 pm
17658
Hi, I try to download JRun as a extension to IIS to run my servlets. However, livesoftware homepage is not accessable. Can anyone let me where to get this...
Cathy Wei
cathy.wei@...
Send Email
Jul 1, 1998
2:44 pm
17660
I see that some people here are using JRun with IIS......are there some things that JRUN does better or more than ASP? Maybe I will considering switching if...
joo@...
Send Email
Jul 1, 1998
3:15 pm
17662
unsubscribe Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Digital Harbor
tingey@...
Send Email
Jul 1, 1998
3:21 pm
17664 hanasaki
hanasaki@...
Send Email
Jul 1, 1998
3:28 pm
Messages 17606 - 17664 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