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

Unable to find specified Java VM

Status
Not open for further replies.

bubbly

Programmer
Mar 28, 2003
74
AE
Hi,

I am just unable to resolve these errors. It's almost a week i am trying to fix it but then it again appears back

the errors which i am facing are -

ERROR: Creating Jaguar component 'pbtutor_package/pbtutor_component', 'Unable to find java class 'GetClassInfo''
ERROR: Could not connect to server component.

ERROR : Unable to find specified Java VM

Please help back
Urgent!!!!!!!!
 
The Error Reads as follows

"Unable to start specified Java VM".
 
i am sure most of them would have faced the above problem.
i am using PB 8.0.1 and EAServer 3.6.1

its very urgent!!!!!!!
 

to solve the error
1.Unable to start specified Java VM'
2.Unable to find java class 'GetClassInfo'
3.unable to connect to server component

we have to do following things
steps to be followed
1.set path and classpath settings
ie
If using the MS VM, ensure that your path environment points to
msjava.dll.

If using the SUN VM, ensure that your path environment points to
javai.dll or java.dll.

If using the SUN DebugVM, ensure that your path environment points to
javai_g.dll or java_g.dll
ie.u have to add in path
Ensure that your CLASSPATH environment contains the path to the system
classes for the VM that you are using (typically these classes are
contained in a file called classes.zip)ie.the folder contains
classes.zip add in classpath
2.in powerdynamo u have to set
jaguar classes
as
C:\Program Files\Sybase\Shared\Jaguar CTS 3.5\Client\Jagclient.zip
and java settings change java vm as sun java vm1.2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top