Error showing while creating java service.....

Hi to all…
Iam facing one problem when iam creating java service… iam explaining what i had done…
1)I set the path in Admin window by going to Settings–> Extended… and in that i set the path to IBM,jvm path… before that i make visible of compiler and unicode keys in show and hide keys…
2)and coming to developer window when i creating a new java service it is showing error like

     Couldn't compile
    javac: invalid flag: -classpathE:\webMethods61\IntegrationServer\updates\IS_6-1_FP2.jar;
E:\webMethods61\IntegrationServer\updates\IS_6-1_SP1.jar;
E:\webMethods61\IntegrationServer\updates\TNS_6-1_Fix15.jar;
E:\webMethods61\IntegrationServer\lib\classes\;
E:\webMethods61\IntegrationServer\lib\server.jar;
E:\webMethods61\IntegrationServer\lib\client.jar;
E:\webMethods61\IntegrationServer\lib\mail.jar;
E:\webMethods61\common\lib\client61.jar;
E:\webMethods61\common\lib\apiutil61.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entbase.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entcertlist.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entcms.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entjsse.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entmisc.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entnsext.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entp10.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entp11.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entp12.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entp5.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entp7.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entserverlogin.jar;
E:\webMethods61\IntegrationServer\lib\entrust\entsmime.jar;E:\webMethods61\IntegrationServer\lib\entrust\entsmimev3.jar;E:\webMethods61\IntegrationServer\lib\entrust\entssl.jar;E:\webMethods61\IntegrationServer\lib\entrust\enttunnel.jar;E:\webMethods61\IntegrationServer\lib\entrust\entuser.jar;E:\webMethods61\IntegrationServer\lib\entrust\entroaming.jar;E:\webMethods61\IntegrationServer\lib\entrust\entxml.jar;E:\webMethods61\IntegrationServer\lib\jars\sl53_cj33.jar;E:\webMethods61\IntegrationServer\packages\WmART\code\jars\static\wmartbundle.jar;E:\webMethods61\IntegrationServer\packages\WmFlatFile\code\jars\static\ffcore.jar;E:\webMethods61\IntegrationServer\packages\WmFlatFile\code\jars\static\tspace.jar;E:\webMethods61\IntegrationServer\packages\WmMonitor\code\jars\static\jxl.jar;E:\webMethods61\IntegrationServer\packages\WmMonitor\code\jars\static\mIcons.zip;E:\webMethods61\IntegrationServer\packages\WmMonitor\code\jars\static\monitor.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\1jxpathpatch.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\castor-0.9.5.2.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\commons-jxpath-1.1.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\jwsdl-1.0.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\wmprt.jar;E:\webMethods61\IntegrationServer\packages\WmTN\code\jars\static\tncore.jar;
E:\webMethods61\IntegrationServer\packages\WmWin32\code\classes\;m;
C:\Program;;;
E:\webMethods61\IntegrationServer\jvm\lib\rt.jar;
E:\webMethods61\IntegrationServer\jvm\lib\i18n.jar;
E:\webMethods61\IntegrationServer\lib\proxy.jar;;.\packages\Marks\code\classes;

Usage: javac <options> <source files>

where possible options include:

  -g                        Generate all debugging info

  -g:none                   Generate no debugging info

  -g:{lines,vars,source}    Generate only some debugging info

  -nowarn                   Generate no warnings

  -verbose                  Output messages about what the compiler is doing

  -deprecation              Output source locations where deprecated APIs are used

  -classpath <path>         Specify where to find user class files

  -sourcepath <path>        Specify where to find input source files

  -bootclasspath <path>     Override location of bootstrap class files

  -extdirs <dirs>           Override location of installed extensions

  -d <directory>            Specify where to place generated class files

  -encoding <encoding>      Specify character encoding used by source files

  -source <release>         Provide source compatibility with specified release

  -target <release>         Generate class files for specific VM version

  -help                     Print a synopsis of standard options


Please search the forums for this issue. Also, refer to the wM Fabric installation guide.

Appears you have a typo in your -classpath parameter. Should be a space after “-classpath”.

-M

Hi thanks
now iam able to work on java service…