Hi, Thanks for your reply.
I've tried to include wlclient.jar only, but the test freezes when reaching the last line of the following code: Hashtable<String, String> env = new Hashtable<String, String>(); env.put(Context.INITIAL_CONTEXT_FACTORY, WLInitialContextFactory.class.getName()); env.put(Context.PROVIDER_URL, "t3://192.168.56.3:8001"); InitialContext context = new InitialContext(env); After I added weblogic.jar instead it works as expected. Regards, Setya -- View this message in context: http://old.nabble.com/JMeter-UI-freezes-on-startup-when-jar-in-its-classpath-is-huge-tp28348440p28348525.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

