Java Development Kit (JDK) is required rather than a JRE . creating welogic server
Clash Royale CLAN TAG #URR8PPP Java Development Kit (JDK) is required rather than a JRE . creating welogic server i am creating weblogic server in eclipse to deploy web dynamic project but i am facing problem "Java Development Kit (JDK) is required rather than a JRE" creating weblogic server in eclipse Then you should install the JDK and point to it instead of the JRE – Chuk Ultima 16 mins ago 1 Answer 1 A JDK contains the javac compiler and other tools that a JRE doesn't contain. Maybe weblogic needs them. You can download the JDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html Make sure you pick a version compatible with your weblogic server. After installation, in Eclipse, open Preferences > Java > Install...