3 Replies Latest reply on Jul 29, 2013 6:31 AM by mkouba

    How do I start a Java SE application without using StartMain?

    mjaggard

      In the documentation for Weld, under 18.4.2.2. it states that I can use Weld by doing the following:

       

      Weld weld = new Weld();

      WeldContainer container = weld.initalize();

       

      however there's no method called initalize in the class Weld in weld-se.jar version 2.0.3.FINAL