| Thread | Last Post | Replies |
|
| how do i list directory files with j++? | 02 Jul 2004 05:24 GMT | 1 |
I've tried using list(), but i get told that it is not part of the File class. am i using the wrong library? or something else stupid. i would appreciate some help, thanks chris
|
| Custom Security Manager in J# | 01 Jul 2004 11:37 GMT | 1 |
In Java, I can write my own security manager public class PasswordSM extends SecurityManager public void checkRead(String filename) if (!passwordOK()
|
| Serialization of double in J# | 01 Jul 2004 09:54 GMT | 1 |
java.lang.Double cannot be serialized because it does not have a default public constructor What can I do to serialized it Thanks
|
| Class.FromType(Type) is not thread-safe | 01 Jul 2004 09:35 GMT | 1 |
the method FromType of java.lang.Class, which converts a System.Type to a java.lang.Class is not thread-safe. This is a problem because you cannot always control when it will be called. Apparently, the runtime calls it to load classes. In those cases, you can get exceptions ...
|