Archived

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

Where is slice2java

I've download

Ice-3.1.0-VC71.msi

but there is not

slice2java

command

So i've download also

IceJ-3.1.0-java5.zip

But here there is also the ant task!

Where can I find slice2java command?

Comments

  • benoit
    benoit Rennes, France
    Hi,

    It's included in the Ice-3.1.0-VC80 installer. See our download page for more information on the content of each installer.

    Cheers,
    Benoit.
  • Ok i've seen it BUT...

    I have Visual Studio .NET 2003

    so?
  • benoit
    benoit Rennes, France
    Right, however you should still be able to install the Ice for Java runtime and development tools with the VC80 installer even if you don't have Visual Studio 2005. The files will be installed in a different directory than the VC71 files (C:\Ice-3.1-0 vs. C:\Ice-3.1.0-VC71).

    Cheers,
    Benoit.
  • OK but

    I need to Use java and Visula Studio 2003 in the same time

    java for server part
    c# for client part

    so can i use Visual Studio 2005 binary distribution with Visual Studio 2003?

    Or I think that Visual Studio 2003 binary distribution have a bug!
  • benoit
    benoit Rennes, France
    dashie wrote:
    I need to Use java and Visula Studio 2003 in the same time

    java for server part

    The Ice for Java package doesn't have any dependencies on Visual Studio so it shouldn't matter which Visual Studio version you have installed or use. Do you have a particular problem when using Ice for Java with Visual Studio 2003 installed?
    c# for client part

    so can i use Visual Studio 2005 binary distribution with Visual Studio 2003?

    Or I think that Visual Studio 2003 binary distribution have a bug!

    No, you can't use Ice for C# included with the VC80 installer with Visual Studio 2003. You should continue using Ice for C# from the VC71 installer instead and just install the Java components with the VC80 installer.

    We only include all the language mappings (with the exception of IcePHP) in one installer (the VC80 installer for Ice 3.1). Sorry if this wasn't clear from our download page, I'll see if we can make this clearer!

    Cheers,
    Benoit.
  • So I need to install both

    Visual Studio 2003 binary distribution

    for c# part

    and Visual Studio 2005 binary distribution

    for slice2java command
  • benoit
    benoit Rennes, France
    dashie wrote:
    Visual Studio 2003 binary distribution

    for c# part

    and Visual Studio 2005 binary distribution

    for slice2java command

    Yes, that's correct!

    Cheers,
    Benoit.