Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to execute sample programs in JacORB

Status
Not open for further replies.

1688516885

Programmer
Feb 12, 2008
1
0
0
DE
Hi guys,

I am a newbie and currently need to work on CORBA using JacORB. I have downloaded and installed everything, but when I am trying to execute a demo program, I am getting the following error:
############################
C:\JacORB\demo\hello>ant
Buildfile: build.xml
Warning: 'file:../../etc/common.xml' in C:\JacORB\demo\hello\build.xml should be
expressed simply as '../../etc/common.xml' for compliance with other XML tools

base-init:

set-architecture:

init:

hello.init:

load-taskdef:

BUILD FAILED
C:\JacORB\etc\common.xml:107: taskdef class org.jacorb.idl.JacIDL cannot be foun
d

Total time: 0 seconds
#############################

My Paths and Classpaths are:
ANT_HOME C:\Program Files\Ant
CLASSPATH .;%classpath%.;.;C:\JacORB\lib\jacorb.jar;.;C:\JacORB\lib\avalon-framework-4.1.5.jar;.;C:\JacORB\lib\logkit-1.2.jar;.;C:\JacORB\lib\antlr-2.7.2.jar
JACORB_HOME C:\JacORB
PATH %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Ant\bin;C:\Program Files\Maven\bin;C:\Program Files\Java\jdk1.6.0_04\bin;C:\Program Files\Ant\bin;C:\JacORB\bin;

Please help me. Thanking you,

Regards - Shravan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top