英文:
Java compiler errors in DDE on new computer, works fine in old one
问题
我在新的计算机上运行Domino Designer时,出现了服务器应用程序中的Java错误,而在旧计算机上没有。我已经在两台机器上安装了所需的软件包,并在首选项中设置了相同的编译器。出现错误的计算机是运行Windows 10和DDE 11.0.1 FP1的新计算机,而旧计算机则运行Windows 7和DDE 11.0.1。可能是我忘记设置某些路径或其他东西,但找不到它。这些错误在我的新机器上的原因是什么?
英文:
I have 2 computers running Domino Designer, On my new one I get java errors in a server based application and not on the old one.
I have installed the required package on both machines and I have the same compiler set in prefs.
The computer with errors is a new one running windows 10 and DDE 11.0.1 FP1 and the old one is running Windows 7 and DDE 11.0.1
there is probably some paths or something that I have forgotten to set but can't find it.
what can be the cause of these errors on my new machine?
答案1
得分: 5
请检查目标平台设置,如Jesse Gallagher在博客中所述:https://frostillic.us/blog/posts/058650E080E352178525832B00519D2C。
英文:
Check your target platform settings as blogged by Jesse Gallagher: https://frostillic.us/blog/posts/058650E080E352178525832B00519D2C.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论