0

When I run weblogic.deployer from the command line in my localhost, I get the following error

noClassDefFoundError: java/util/logging/Handler.

here is the command I run

java -cp C:\BEA\weblogic81\server\lib\weblogic.jar; weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password weblogic -redeploy -name my-ear.ear

Any Idea where to find that class?

Thanks in advance

Sammy
  • 4,538
  • 8
  • 33
  • 52

1 Answers1

1

The simplest thing to do is run setDomainEnv or commEnv to set the classpath.

Jeff West
  • 1,563
  • 9
  • 11