在 django-jython 项目中加载数据库驱动程序.jar
我尝试按照 http://www.jython.org/jythonbook/en/1.0/JythonDjango.html#starting-a-project-and-an-pp 无济于事。当我尝试此操作时,出现 ClassNotFound 错误。所以我做了一些搜索,找到了这个页面 http://jythonpodcast.hostjava.net/jythonbook/en/1.0/appendixB.html#working-with-classpath 但我不知道如何使这个工作与 django 项目。
我将在 apache tomcat 服务器上的 war 文件中部署此 Web 应用程序。
谢谢
I have attempted to follow the instructions found on http://www.jython.org/jythonbook/en/1.0/JythonDjango.html#starting-a-project-and-an-pp to no avail. When I try this I get a ClassNotFound error. So I've done some searching and I've found this page http://jythonpodcast.hostjava.net/jythonbook/en/1.0/appendixB.html#working-with-classpath but I'm not sure how to make this work with a django project.
I am going to deploy this webapp in a war file on an apache tomcat server.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用什么平台?您应该在 Windows 命令行中尝试以下操作:
jar 路径
set CLASSPATH= macosx 上的
export CLASSPATH= jar 路径
What platform are you using? You should try the following at the command line in Windows:
set CLASSPATH= path to jar
on macosx
export CLASSPATH= path to jar