cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Gloria_Glickley
Level 3

Cannot find Win32RegistryService class

I'm in the process of converting ISMP java bean to IA 2009 Enterprise SP environment and have troubles finding the package for
Wind32RegistryService API.

The java compiler keeps erroring out for the statement below even I have included /resource/services/service.jar in the compiler classpath.

import com.installshield.wizard.platform.win32.*;

Note that I'm reading "Q113344: HOWTO: Calling InstallShield Multiplatform API's in InstallAnywhere" article and have no problem in getting the "FileService" in another custom code works.

Please advise.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Perhaps see the end of [thread=183357]this thread[/thread] for more information; I think you'll need windowsppk.jar on the compiler class path, too.
0 Kudos
Gloria_Glickley
Level 3

Thanks for the tip - that works!
0 Kudos