Technical data

A Using the WebLogic Java Utilities
A-26 Administration Guide
writeLicense
The writeLicense utility writes information about all your WebLogic licenses in a
file called
writeLicense.txt, located in the current directory. This file can then be
emailed, for example, to WebLogic technical support.
Syntax
$ java utils.writeLicense -nowrite -Dbea.home=path
Examples
$ java utils.writeLicense -nowrite
Example of UNIX Output
* * * * * * System properties * * * * * *
* * * * * * * java.version * * * * * * *
1.1.7
* * * * * * * java.vendor * * * * * * *
Sun Microsystems Inc.
* * * * * * * java.class.path * * * * * * *
c:\weblogic\classes;c:\weblogic\lib\weblogicaux.jar;
c:\java117\lib\classes.zip;c:\weblogic\license
...
Argument Definition
-nowrite
Required. Sends the output to stdout instead of
writeLicense.txt.
-Dbea.home
Required. Sets WebLogic system home (the root
directory of your WebLogic installation).
Note: This argument is required unless you are
running writeLicense from your
WebLogic system home.