在 django-jython 项目中加载数据库驱动程序.jar

发布于 2024-11-01 05:26:07 字数 576 浏览 1 评论 0原文

我尝试按照 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

音盲 2024-11-08 05:26:07

您使用什么平台?您应该在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文