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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

idl2java doesn't works

Status
Not open for further replies.

neisan

Technical User
Mar 27, 2001
2
0
0
BR
Hi there,

I just installed Visibroker to Java from Inprise for Windows NT. I had already jdk1.3.1 installed in the machine. I'm tryng to run the example bank_agent but it shows the following message error:

c:\vbroker\examples\basic\bank_agent\idl2java Bank.idl
Unable to initialize threads:cannot find class java/lang/Thread
could not create JVM

I tried to configure my classpath but iy didn't work.
Can someone help me?
Thanks in advance,

Nei
 
Hello neisan,
Well i also faced the same problem. Its basically issue with the setting the correct PATH and CLASSPATH. If you get this error, set ur path like
set PATH=c:\jdk1.3.1\bin;%PATH% ---> jdk1.3.1 is installed in c drive, Win NT.

I hope it will solve ur problem.

All the best!!!

Rajesh V
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top