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

where to find the ISJE class?

I wanted to know the jar file location that will contain the SSJE class - com.installshield.isje.ISJE.

After moving my application to the InstallShield version11.5, and on compiling an XML file, I get the following error -

Exception in thread "main" java.lang.NoClassDefFoundError: com/installshield/isje/project/ProjectException
at com.installshield.isje.ISJE.(Unknown Source)
Exception in thread "main" java.lang.NoClassDefFoundError: com/installshield/isje/project/ProjectException
at com.installshield.isje.ISJE.(Unknown Source)


Any idea what happened to the ISJE file or where I can get it from?
Labels (1)
0 Kudos
(4) Replies
RobertDickau
Flexera Alumni

Perhaps see this thread for information about the JAR files needed to build a project with InstallShield MultiPlatform 11.5: [thread]154893[/thread].
0 Kudos

Can you please share the link you have mentioned above? I am unable to access it.

InstallShield MultiPlatform 11.5: [thread]154893[/thread].

0 Kudos
abhishekmathur
Level 3

The suggestion helped, get rid of the error about ISJE. But now I get this error -
java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)
at java.awt.Window.(Window.java:274)
at java.awt.Frame.(Frame.java:401)
at java.awt.Frame.(Frame.java:366)
at javax.swing.SwingUtilities$1.(SwingUtilities.java:1641)
at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1637)
at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1529)
at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:833)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:642)
at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:613)
at com.installshield.isje.project.ProjectConversion.transform(Unknown Source)
at com.installshield.isje.project.ProjectConversion.performTransformations(Unknown Source)
at com.installshield.isje.project.ProjectConversion.convert(Unknown Source)
at com.installshield.isje.commandline.CommandLineProcessor.processCommandLineArguments(Unknown Source)
at com.installshield.isje.ISJE.main(Unknown Source)

The same project compiles fine without any issues with ISMP5.0.

Any more suggestions?
0 Kudos
abhishekmathur
Level 3

never mind about the last posting. My error. The file I was trying to compile was empty for some reason.

Thanks for the earlier information though. It helped and I was able to make progress.

Thanks,
Abhi
0 Kudos