Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 05-10-2006
cesartovic's Avatar
cesartovic cesartovic is offline
Registered User
 
 
Join Date: Feb 2006
Posts: 50
Problem with slice2javae in installation

Hello I´m trying to install IceE again and I hava a problem in the installation.

I have this enviroment variables:
CLASSPATH C:\anacleto\rfranco\Ice\IceE-1.0.0\bin
slice2javae C:\anacleto\rfranco\Ice\IceE-1.0.0\bin
icecpp C:\anacleto\rfranco\Ice\IceE-1.0.0\bin
Path C:\anacleto\rfranco\Ice\IceE-1.0.0\bin

and the ANT run correctly. When I´m trying to execute ant in one example the following faillure is thrown:
************************************************** ********
generate:
[mkdir] Created dir: C:\anacleto\rfranco\Ice\IceEJ-1.0.0\demo\IceE\jdk\hello
\generated
[slice2javae] slice2javae --output-dir C:\anacleto\rfranco\Ice\IceEJ-1.0.0\demo
\IceE\jdk\hello\generated C:\anacleto\rfranco\Ice\IceEJ-1.0.0\demo\IceE\jdk\hell
o\Hello.ice

BUILD FAILED
C:\anacleto\rfranco\Ice\IceEJ-1.0.0\demo\IceE\jdk\hello\build.xml:25: Execute fa
iled: java.io.IOException: CreateProcess: slice2javae --output-dir C:\anacleto\r
franco\Ice\IceEJ-1.0.0\demo\IceE\jdk\hello\generated C:\anacleto\rfranco\Ice\Ice
EJ-1.0.0\demo\IceE\jdk\hello\Hello.ice error=2
************************************************** ********

Do you know the solution?
Thanks a lot
__________________
Name: César Rodríguez Maurelo
Project:working with TC65 that supports j2ME aplicattions and I will use Ice to comunicate with a server.The project is a consorcium betwen "Universidad Politecnica de Madrid" and "Recreativos Franco".
url: http://www.die.upm.es/
We are trying to improve the technologie of some game machines and one important aspect is communications.The project haven´t got name
Reply With Quote
  #2 (permalink)  
Old 05-10-2006
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Before we look into this problem, can you upgrade to the latest version Ice-E 1.1?
Reply With Quote
  #3 (permalink)  
Old 05-10-2006
cesartovic's Avatar
cesartovic cesartovic is offline
Registered User
 
 
Join Date: Feb 2006
Posts: 50
ok

ok I have done it and the problem continues
__________________
Name: César Rodríguez Maurelo
Project:working with TC65 that supports j2ME aplicattions and I will use Ice to comunicate with a server.The project is a consorcium betwen "Universidad Politecnica de Madrid" and "Recreativos Franco".
url: http://www.die.upm.es/
We are trying to improve the technologie of some game machines and one important aspect is communications.The project haven´t got name
Reply With Quote
  #4 (permalink)  
Old 05-10-2006
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Huh? In less than one minute?
Reply With Quote
  #5 (permalink)  
Old 05-10-2006
cesartovic's Avatar
cesartovic cesartovic is offline
Registered User
 
 
Join Date: Feb 2006
Posts: 50
Yes because I have downloaded it before

Yes, becasue I have downloaded the files before and the installation is similar to the other. I don't know where is the problem

Thanks
__________________
Name: César Rodríguez Maurelo
Project:working with TC65 that supports j2ME aplicattions and I will use Ice to comunicate with a server.The project is a consorcium betwen "Universidad Politecnica de Madrid" and "Recreativos Franco".
url: http://www.die.upm.es/
We are trying to improve the technologie of some game machines and one important aspect is communications.The project haven´t got name
Reply With Quote
  #6 (permalink)  
Old 05-10-2006
benoit's Avatar
benoit benoit is offline
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,564
Hi,

That's usually the error I get if slice2javae is not in the PATH when I run ant. Are you sure it's in your PATH? Are you using the Windows command shell and can you run slice2javae from the shell where you run ant?

Cheers,
Benoit.
Reply With Quote
  #7 (permalink)  
Old 05-10-2006
cesartovic's Avatar
cesartovic cesartovic is offline
Registered User
 
 
Join Date: Feb 2006
Posts: 50
I'm agree with you

Hi again,

I'm agree with you that the problem is the path,my path is as follows:

Enviroment variable Content
Path C:\anacleto\rfranco\Ice\IceE-1.0.0\bin

and in the directory bin are slice2javae,icecpp...

I don't if I have to create an enviroment variable called slice2javae or what is the correct path.Can youy help me?

Thanks
__________________
Name: César Rodríguez Maurelo
Project:working with TC65 that supports j2ME aplicattions and I will use Ice to comunicate with a server.The project is a consorcium betwen "Universidad Politecnica de Madrid" and "Recreativos Franco".
url: http://www.die.upm.es/
We are trying to improve the technologie of some game machines and one important aspect is communications.The project haven´t got name
Reply With Quote
  #8 (permalink)  
Old 05-10-2006
cesartovic's Avatar
cesartovic cesartovic is offline
Registered User
 
 
Join Date: Feb 2006
Posts: 50
New problem

Hello, now my problem is other:
this popup is shown when I try to run slice2javae :

Error because it doesn't find MSVCP71.dll

Do you know why this popup is shown?

Thanks
__________________
Name: César Rodríguez Maurelo
Project:working with TC65 that supports j2ME aplicattions and I will use Ice to comunicate with a server.The project is a consorcium betwen "Universidad Politecnica de Madrid" and "Recreativos Franco".
url: http://www.die.upm.es/
We are trying to improve the technologie of some game machines and one important aspect is communications.The project haven´t got name
Reply With Quote
  #9 (permalink)  
Old 05-10-2006
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
So what did you change to make it get over the first problem?

In any case, the error simply indicates that MSVCP71.dll cannot be found in your PATH.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
slice2javae and slice2java albertods Help Center 1 10-18-2006 11:22 AM
problem with installation of python danielhf Help Center 1 09-21-2006 02:41 AM
Linux installation problem surfer Help Center 1 08-09-2005 08:30 AM
python installation problem brian Help Center 5 06-22-2004 10:39 PM
Installation problem yserge Help Center 2 03-16-2004 08:16 PM


All times are GMT -4. The time now is 11:38 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.