Hi to all,
In my application I have two panels. One panel has JTextField and another panel i loaded flash files.
The flash files are build by CS4. I'm using JDIC 0.9.1.0 to load the flash files. While open the application i loaded flash file and I try to enter any input in the textfiled, but I can't enter the values. After minimize and maximize the application I can enter the values.
This problem happens only after I change the jre version from 1.6 to 1.7.
While loading flash files I'm getting the below exception.
org.jdesktop.jdic.init.JdicInitException: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
at org.jdesktop.jdic.init.JdicManager.initBrowserNati ve(Unknown Source)
at org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unkn own Source)
pls give me a solution.
Thanks in advance...