Monday, July 14, 2014

Exception in thread “main” java.net.MalformedURLException: Unsupported protocol: t3

Unsupported protocol : t3 error will come when you are trying to connect to weblogic server through your Java code using t3 URL. For this you need to include weblogic Network protocol library to the project classpath.

Add below two jar file to your project's build path :

  • wlclient.jar
  • wljmxclient.jar
Or Simply add
  • wlfullclient.jar