[gme-users] Java Interpreter Exception-----Help!!!

John K Black John_K_Black at raytheon.com
Fri Oct 27 10:29:12 CDT 2006


Hi Adi,

Is your interpreter in a package?  For example, let's say your
class looks like:

  package foo.bar;

  public class Example {
    // blah
  }

If you generate your .class files into D:/mystuff/classes, then
in JavaCompRegister.exe you would have:

  ClassPath: D:\mystuff\classes

  Class: foo.bar.Example

-John


gme-users-bounces at list.isis.vanderbilt.edu wrote on 10/27/2006 08:21:25 
AM:

> Hi All,
> 
> I have built BON interpreter in Java, and able to register it 
> successfully using "RegisterComponent.exe" program. When I ran the 
> interpreter in the model, it is throwing an exception as shown in 
> the attached figure. 
> 
> I guess this might be due to the class path problem. I have given 
> the Interpreter folder path as the class path and the Example.class 
> as the class name.
> 
> Is there any problem with this?
> 
> Regards
> Adi[attachment "temp.bmp" deleted by John K Black/US/Raytheon] 
> _______________________________________________
> gme-users mailing list
> gme-users at list.isis.vanderbilt.edu
> http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users



More information about the gme-users mailing list