2 Replies Latest reply on Aug 11, 2011 10:58 PM by ezekielbaniaga

    JBoss Modules + Swing

    ezekielbaniaga

      Hello All,

       

      JBoss Modules is really exciting so I tried using it with a sample stand alone project. And that is creating a very simple 'hello world' project. If my main class is not a Swing application then it works well. But if my main class extended JFrame then I get a ClassNotFoundException: javax.swing.JFrame. Thinking that I'm missing something in my configuration to allow javax.swing package in my simple application. How can I use Swing and JBoss Modules together? Thanks

       

      - Ezekiel