Jump to content

RocTx

Active Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by RocTx

  1. Valik!!! That did it!! It works like a charm now. Those single (') and double (") quotes. I need to understand them more and how and when to use which. But that seems to have done the trick! Thanks a bunch!! RocTx
  2. Valik, thanks.. the /k worked so I can see what the error message is. And it is: Exception in thread "main" java.lang.NoClassDefFoundError: Files\Lucane\server\l ib\activation-1/0/2/jar;C:\Program josbe, I tried your code: RunWait(@Comspec & ' /c java -classpath ' & EnvGet("TMPCLASSPATH") & ' org.lucane.server.Server', '', @SW_HIDE) but still got the same error as above. The working server.bat Starts up like: C:\Program Files\Lucane\server>echo off Jun 9, 2004 9:03:22 AM org.lucane.server.store.Store <init> INFO: Using database backend writeScript Jun 9, 2004 9:03:23 AM org.lucane.server.Server loadInternalServices INFO: Service 'org.lucane.applications.administrator' loaded. Loads other services... Ends like: Jun 9, 2004 9:03:23 AM org.lucane.server.Server generateKeys INFO: Generating keypair Jun 9, 2004 9:03:24 AM org.lucane.server.Server main INFO: Server is ready. Thanks for the tips... I appreciate your help. The search continues... RocTx
×
×
  • Create New...