1 Reply Latest reply on Aug 27, 2003 1:17 PM by adrian.brock

    Can I have two classes with the same name in different aplic

    hjugo

      I made 'Some.jar' (EJB Entity). It contains 'some.class'

      Then I made 'Another.war' (war archive) with another class, but with the same name 'some.class'.

      And When I use 'some.class' in 'Another.war' I actually use 'Some.jar's version.

      IS IT BY DESING or I do something wrong???