cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mplanchart
Level 5

Custom bean compile errors ....

Hi,

I have made a new custom bean: one that should read a java properties file on the target machine to feed a variable that will be used in a search and replace for a properties file that is being newly installed on the same target machine.

I am trying to compile the class using the compile.bat that comes with the distribution. All the class-paths are referenced, but I get the following errors:

GetFileText.java:15: package com.installshield.util does not exist
import com.installshield.util.*;


same error for all other imports.

Has anyone experienced the same issue?

I appreciate any help,

Thanks a lot
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Please see [thread=154893]this thread[/thread] for a list of JARs that should be on the compiler class path...
0 Kudos