Hi advance: I have a question, I use JDK1.1 to develop a client-server database applet. On my ntserver I use SQL 6.5,at client I use JDBC-ODBC bridge,I can use...
Bunny Guo
haifeng@...
Aug 4, 1996 9:07 pm
3723
The name tag, at least is used to reference the applet in the browser's object model. ... ___ Unsubscribtion, archives, FAQ -...
Avishay Ayalon
avishay.a@...
Aug 4, 1997 3:54 pm
3724
In Netscape only, if you pass "about:[your html string here]", minus the quotes, you will get your html string as your expect. Try typing "about:<i>Hello!</i>"...
David J. Spitz
dave@...
Aug 4, 1997 6:10 pm
3725
Please excuse me if these arenot advanced questions butthey seem to not get covered ver well in print anywher that I can find. I have a Frame class and three...
kdlitwak
kdlitwak@...
Aug 4, 1997 5:10 pm
3726
Hi all, sorry for troubling you people so much with japanese. I have got a basic question - what all do you need to run your program in japanes, I have 1....
Amrit Raj
amritr@...
Aug 5, 1997 4:42 am
3727
... Java for smart-cards (JavaCard) is in development. It's a very stripped down subset that does not allocate new objects on the fly, so there is no need for...
Jens Alfke
jens@...
Aug 4, 1997 4:17 pm
3728
unsubscribe Chris Lloyd (chris.lloyd@...) United Advertising Publications Plc. Poole BH15 1LL, UK Tel: +44 (0)1202 445147 Fax: +44 (0)1202...
Chris Lloyd
chris.lloyd@...
Aug 4, 1997 3:47 pm
3729
... Please, can we not have a flame war about garbage collection in, of all places, a mailing list for advanced Java users. Garbage collection implies that the...
Jens Alfke
jens@...
Aug 4, 1997 4:37 pm
3730
... whenever I work with them. << You know, I don't think I've seen it mentioned yet, but Emacs with JDE is a very good environment, with just about everything...
Alan Santos
asantos@...
Aug 4, 1997 10:28 pm
3731
Hi: I use native method to implement a ping() for java. my problem is: I used super user mode in my Sun Sparc 5 station, when I ping a remote host (a host not...
Heng-Lun Kong
hkong@...
Aug 4, 1997 5:39 pm
3732
// I am a software engineer currently working on developing Java applets //designed for an intranet solution. One of the things I am trying to ...
Steve Morgan
steve.s.morgan@...
Aug 4, 1997 10:01 pm
3733
Oops, I mislabelled the illustration. It should have been: Applet Proxy Server (web host) Target XX-in<--------------\...
David J. Spitz
dave@...
Aug 4, 1997 11:14 pm
3734
I have an application where I need to implement a multi-dimensional object. I can use Vector contains Vector ,etc. The problem I got for this is i can't have...
Krishna Chaganti
0002191572@...
Aug 4, 1997 6:03 pm
3735
... Not in my experience. All platforms have bugs, and your customers can rarely tell whether it's in your code or in the platform. If you work...
Xeno
xeno@...
Aug 4, 1997 5:42 pm
3736
... hi there, Use cafe it the bast tool in the market yavin...
Yavin Reiner
yavin@...
Aug 5, 1997 12:25 am
3737
I have an interesting problem with the JDBC CallableStatement class. I create 2 different CallableStatements, set the parameters, execute them. Everything...
Chris Knepper
cknepper@...
Aug 4, 1997 10:29 pm
3738
Symantec's Visual Cafe Pro is very good. They provide a lot of very workable widgets, have a source control package called Versions(?) available for registered...
Christian Cryder
ChristianC@...
Aug 4, 1997 11:17 pm
3739
The whole point of GC is to take lifecycle control away from the user (which is the cause of most of the memory management bugs in code) and give it to runtime...
JOFERNAN.US.ORACLE.COM
JOFERNAN@...
Aug 4, 1997 7:26 pm
3740
Please excuse me if this is not advanced, but I couldn't get any answers form the java mailing list. I made an applet and I'm viewing it with JDK 1.02's...
Fiquer
tkr1@...
Aug 4, 1997 8:30 pm
3741
So far Sun have been unable to tell me when they will be offering the 1.1 certification programs. Is there anybody on this list from Sun that might know? The...
Robert Nicholson
steffi@...
Aug 5, 1997 1:47 am
3742
Hi Steven, ... It is all under your control: in a JButton subclass, override paint. If the model is disabled, draw yourself, otherwise send super... What is...
Georges Saab
Georges.Saab@...
Aug 5, 1997 12:29 am
3743
Sounds like a good opening for a religious war... I'm really disappointed with both J++ and Cafe. Cafe is very immature and missing a lot of absolutely basic...
Jens Alfke
jens@...
Aug 4, 1997 4:26 pm
3744
I have been developing a commerical java appilication and UI on my own without source control or any oo tools. I have no previous experence of either of these...
rich@...
Aug 4, 1997 11:57 pm
3745
I have tested S-Cafe, JW(SUN), Bongo(Marimba), and J++(MS). If your intention is to develop a GUI, then you need Bongo. The only think, that I did not like...
Michel Levy
levy@...
Aug 4, 1997 4:56 pm
3746
You can either use arrays (which can hold primitive types, and be multi-dimensional but which can't be resized) or you can use some kind of container class...
Jens Alfke
jens@...
Aug 4, 1997 6:28 pm
3747
Hi Robert, I don't know exactly about the certification for 1.1. But I was just wondering if this certifications carries any weight at all. Before you certify...
bikash
bikash@...
Aug 5, 1997 8:15 pm
3748
Hi Chris, You can direct your support questions to mailto:support@... , which is the easiest way to get resolutions to these kinds of questions. also,...
bob pasker
rbp@...
Aug 4, 1997 11:20 pm
3749
... Java arrays can be non-rectangular, and non-homogeneous - at least as non-homogeneous as Vectors can be. The major advantage to vectors has nothing to do...
Adam Winer
awiner@...
Aug 4, 1997 10:51 pm
3750
... You could try a three tier approach. The applet would communicate with an application running on the web server, which could just act as a port to the...
Tony Lisamore
a.lisamore@...
Aug 5, 1997 3:46 pm
3751
... Suns security is designed with generic signing algorithms in mind, and the DSA is only the default implementation sun provides. so if this is the only...