Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: JDIC init Exception while running Flash files (.swf) through Java Swings

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question JDIC init Exception while running Flash files (.swf) through Java Swings

    Hi to all,
    My app uses Java Swings.
    I am using jdic.jar (0.9.1) and jdic.dll to run flash

    files through Java.
    While running the flash files, the following exception

    is coming.

    *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(Un

    known Source)*
    * at

    org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unkn own

    Source)*

    The above exception is coming only if i have Mozilla

    Firefox installed in the system.
    If i don't have Mozilla Firefox installed in the

    system, Its running fine without any exception.

    What was the problem and how to overcome it?

    Thanks in advance.


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: JDIC init Exception while running Flash files (.swf) through Java Swings

    Can you paste your code in here to have a look? Also, paste the exact exception message here.
    Thanks

Similar Threads

  1. file flash on java
    By aprilio in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 31st, 2012, 12:50 PM
  2. servlet init param
    By abani in forum Java Servlet
    Replies: 2
    Last Post: November 16th, 2011, 09:19 AM
  3. Java Swings
    By rosebrit3 in forum AWT / Java Swing
    Replies: 1
    Last Post: October 19th, 2011, 08:16 AM
  4. How to Enabling private browsing in java jdic browser?
    By borgiadf in forum Java SE APIs
    Replies: 0
    Last Post: August 17th, 2011, 04:48 AM
  5. [SOLVED] Flash animations inside a Java program
    By chronoz13 in forum AWT / Java Swing
    Replies: 1
    Last Post: May 18th, 2011, 03:43 AM