Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6337734
By: bghuggin

Fabio,

Thanks for the feedback, i will try your suggestion.  However, i seem to be
having problems with the classpath before i even get to the point of calling
any jython.  If i have a plugin with this line:

        PythonInterpreter interp = new PythonInterpreter();

In my plugin, i always get the following exception:

java.lang.NoClassDefFoundError: org/python/util/PythonInterpreter

The problem seems to be that the Jython.jar file is not on the classpath but
i have tried everything to get eclipse to find the jar file and it isn't 
working.
Do you have any ideas?  I have tried launching the plugin through run->launch
eclipse application and also by turning my plugin into a jar file and putting
it in the plugin directory.  I must be missing something....

If i create a standalone java program with the same line as above, it works
fine.

Thanks,
Brian


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to