Author
|
Reply
|
aurel 4 July 2003 12:47 PM

| [Re]: Again same stuff | Profile | Post reply |
An unlimited strength version of these files indicating
no restrictions on cryptographic strengths is available
on the Java 2 SDK web site for those living in eligible
countries. Those living in eligible countries may download
the unlimited strength version and replace the strong
cryptography jar files with the unlimited strength files. |
MiG 1 July 2003 10:23 AM

We are just another brick in the wall.
| [Re]: Install procedure | Profile | Post reply |
Incredibil ca pare a merge |
MiG 1 July 2003 10:23 AM

We are just another brick in the wall.
| Again same stuff | Profile | Post reply |
Author:Bruce Eckel
Operator:Bruce Eckel
Document Comments:
Version Comments:
Comments:
Keywords:
Translation Date:10/11/1999
Translation Time:05:51:31
Translation Platform:Win32
Number of Output files:25 |
MindGym 1 July 2003 07:49 AM

Led Zeppelin - "No Quarter"
| [Re]: Install procedure | Profile | Post reply |
'Private WithEvents RS As ADODB.RecordSet
Public Property Get DataSource() As DataSource
' TODO: return the datasource object for this class. For example:
'Set DataSource = RS.DataSource
End Property
Public Property Set DataSource(ByVal objDataSource As DataSource)
' TODO: set the datasource object for this class. For example:
'Set RS.DataSource = objDataSource
'PropertyChanged "DataSource"
End Property |
aurel 30 June 2003 12:47 PM

| Backup | Profile | Post reply |
ne of the most insidious places where this happened to me is
when I innocently placed an applet inside a package. After uploading the
HTML file and applet, it turned out that the server path to the applet was
confused because of the package name. However, my browser found it in the local
CLASSPATH. So I was the only one who could properly load the applet. It took
some time to discover that the package statement was the culprit |