Question about the ICE 3.2.0 demo programs

in Bug Reports
I am working on java Demo Programs in ICE 3.2.0.
When I am trying to run the Ant to build any Demo example program i face
the same Execution Failure Problem (given as error=14001) as stated below:
e.g:
> C:\Ice-3.2.0\demoj\Ice\hello>ant
>
Buildfile: build.xml
config-init:
init:
generate:
[mkdir] Created dir: C:\Ice-3.2.0\demoj\Ice\hello\generated
[slice2java] C:\Ice-3.2.0\bin\slice2java --output-dir C:\Ice-3.2.0\demoj\Ice\hello\generated C:\Ice-3.2.0\demoj\Ice\hello\Hello.ice
C:\Ice-3.2.0\demoj\Ice\hello\build.xml:23: Execute failed: java.io.I
CreateProcess: C:\Ice-3.2.0\bin\slice2java --output-dir C:\Ice-3.2.0\demoj\Ice\hello\generated C:\Ice-3.2.0\demoj\Ice\hello\Hello.ice error=14001
So Anybody can help me regarding this problem so that i can successfully build the examples.
Thanks
Steve
When I am trying to run the Ant to build any Demo example program i face
the same Execution Failure Problem (given as error=14001) as stated below:
e.g:
> C:\Ice-3.2.0\demoj\Ice\hello>ant
>
Buildfile: build.xml
config-init:
init:
generate:
[mkdir] Created dir: C:\Ice-3.2.0\demoj\Ice\hello\generated
[slice2java] C:\Ice-3.2.0\bin\slice2java --output-dir C:\Ice-3.2.0\demoj\Ice\hello\generated C:\Ice-3.2.0\demoj\Ice\hello\Hello.ice
C:\Ice-3.2.0\demoj\Ice\hello\build.xml:23: Execute failed: java.io.I
CreateProcess: C:\Ice-3.2.0\bin\slice2java --output-dir C:\Ice-3.2.0\demoj\Ice\hello\generated C:\Ice-3.2.0\demoj\Ice\hello\Hello.ice error=14001
So Anybody can help me regarding this problem so that i can successfully build the examples.
Thanks
Steve
0
Comments
The error you posted indicates that something went wrong when trying to execute the slice2java process. You should try running slice2java.exe from the command line to see if it works.
Cheers,
Benoit.