Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 dotnet BotDetect.dll,我需要在 Java/JSP 中使用它来实现和验证 JSP 页面上的验证码。
我该如何解决这个问题?
有许多 JNI 框架可以做到这一点,例如jni4net。
根据我的经验,使用 JNI 总是会导致内存泄漏和无法发现的错误,因此如果可以,请尝试将验证码代码迁移到 Java 代码。如果这是不可能的,那么使用 JNI 框架,但要小心。