Code Generator Problem

3 posts / 0 new
Last post
Offline
Last seen: 10 years 8 months ago
Joined: 07/31/2013
Posts: 2
Code Generator Problem

Hi,

I am trying to use the Code Generator as in the image below. ShapeType.idl file exists in the folder written below. Actually it was a simple try, in order to see how code generator works. However, i take the same exception for each try.

Exception in thread "main" java.lang.NoClassDefFoundError: Files
Press any key to continue . . .

code generator               exception

OS is Windows 7 64 bit and this is the trial version of RTI Launcher. Could you please help me to solve this problem?

Thank you,

mathecik

rose's picture
Offline
Last seen: 2 years 9 months ago
Joined: 08/22/2011
Posts: 148

Hello mathecik,

Does your NDDSHOME environment variable end in a '\'?  If it does, that may be causing this problem.  To fix it, change the environment variable to remove the \, such as:

c:\program files\rti\ndds.5.0.0

Thank you,

Rose 

Offline
Last seen: 10 years 8 months ago
Joined: 07/31/2013
Posts: 2

Hi Rose,

Thank you for the solution. It works now.

Thank you so much:)