0% found this document useful (0 votes)
28 views

12c Java Configuration

This 3 step document provides instructions to copy a .jar file into the Java bin directory, open the command prompt and navigate to that bin directory, and then run the .jar file from that location using the java executable.

Uploaded by

aqib ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

12c Java Configuration

This 3 step document provides instructions to copy a .jar file into the Java bin directory, open the command prompt and navigate to that bin directory, and then run the .jar file from that location using the java executable.

Uploaded by

aqib ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

copy the wls_12210.jar into java\jdk1.8.6.

0\bin
open cmd and proceed to this path
C:\Program files\java\jdk1.8.6.0\bin\java.exe -jar <Filename>.jar

You might also like