简体   繁体   English

OpenSUSE中的Java开发

[英]Java Development in OpenSUSE

All, Forgive me I am not familiar with the SUSE.I am not sure about what I am going to do. 所有人,请原谅我对SUSE并不熟悉,我不确定该怎么做。 Please help to review it. 请帮助进行审查。 Thanks. 谢谢。

If I am going to develop Java application based on the open SUSE. 如果我要基于开放的SUSE开发Java应用程序。 then deploy the Java application to SUSE linux Enterprise Server.Or Vice versa. 然后将Java应用程序部署到SUSE linux Enterprise Server。反之亦然。 Does it work fine for both OS platform? 在两个OS平台上都能正常工作吗? I am not sure if there is any compatibility issues for Java development and deployment. 我不确定Java开发和部署是否存在任何兼容性问题。 Thanks. 谢谢。

Added 添加

In my opinion. 在我看来。 I think the only thing I should make sure the same on the both platform is the JDK version/bit and the OS version/bit. 我认为我唯一要确保两个平台上的相同之处是JDK版本/位和OS版本/位。

In others words. 换句话说。 I mean if the deploy environment is JDK 1.7 32bit. 我的意思是,如果部署环境是JDK 1.7 32位。 then the development environment should keep the same with it (JDK 1.7 32bit). 那么开发环境应该与之保持一致(JDK 1.7 32bit)。

Is it right? 这样对吗? Thanks. 谢谢。

Added 添加

In my case . 就我而言。

The Java application will be hosted on IBM WebSphere Application Server version 8.0.x (Java 1.6.x). Java应用程序将托管在IBM WebSphere Application Server版本8.0.x(Java 1.6.x)上。 The underlying OS is SUSE Linux Enterprise Server 11 (x86_64). 基础操作系统是SUSE Linux Enterprise Server 11(x86_64)。

Specifically, Which version of Open SUSE I can use for Java development environment? 具体来说,我可以在Java开发环境中使用哪个版本的Open SU​​SE? Thanks. 谢谢。

We had a similar scenario using OpenSUSE and SLES. 我们使用OpenSUSE和SLES也有类似的情况。 Most of the time it was no problem but sometimes we had strange errors resulting from different Java VMs (HotSpot on OpenSUSE and IBM J9 on SLES). 在大多数情况下,这没问题,但有时我们会因不同的Java VM(OpenSUSE上的HotSpot和SLES上的IBM J9)而导致奇怪的错误。

You should make sure to use the same VM on both machines, not just the same Java version 您应该确保在两台计算机上使用相同的VM,而不仅仅是相同的Java版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM