Archived

This forum has been archived. Please start a new discussion on GitHub.

Question about the ICE 3.2.0 demo programs

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

Comments

  • benoit
    benoit Rennes, France
    Did you follow the instructions from the README.txt file to setup your environment? In particular, did you add "C:\Ice-3.2.0\bin" to your PATH environment variable?

    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.