Hey all -
Actually this isn't really a WOF question, but here it is anyway.
I've been trying to get the simple tutorial, "Developing Java Applications: A Tutorial" to work. The app built basically converts temps between Celsius and Fahrenheit. One of the last steps in the tutorial is to write a patch for Windows to work around an issue w/ the VM which disallows the loading of native methods through a class loader. The workaround calls for invocation of NullSecurityManager.installSystemSecurityManager() from either a) a static initializer in the principal class, or b) the appliation delegate's applicationDidFinishLaunching method.
I'm not sure if I'm implementing the patch properly. When I launch the app, an app window opens, but there's no interface w/ which to work... basically one, big blank panel. I tried, on the Instances panel of my nib, connecting File'sOwner to my TempController instance, setting TempController as the delegate and then implementing the applicationDid... method as described. This didn't work.
I also implemented the code w/in TempController's constructor, which didn't work either.
I'm a lil' shaky as to wether the VM workaround mentioned is the cause of my app failing or if there might be another issue. Is anyone familiar w/ what I'm referring to, what I might be doing wrong, or what other issues might be occurring?
thanks for any help
mx.
Michael G Xenakis PLATINUM technology, inc
[EMAIL PROTECTED] 800.365.7528 x43007
"Anyone who isn't confused here doesn't really understand what's going on!"
