i need to run windows based java jar file in ubuntu

Asked by vijayanand

hi ,we have windows server 2019 where we install java based software (jar) and database software is sql server 2019.the client systems i configured to ubuntu how could i connect with windows server 2019 Active Directory ,and how i run this software(jar windows based version) from ubuntu desktop.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You can join Ubuntu to a Windows domain. This is simple enough (if that is what you mean)
https://docs.microsoft.com/en-us/azure/active-directory-domain-services/join-ubuntu-linux-vm

If you run:

java --version

You should see a Java version (I believe Ubuntu has open source Java installed by default). You can then run:

java /path/to/filename.jar

and it will run. You may need Oracle Java but d try the default Java installed. It may just work.

Can you help with this problem?

Provide an answer of your own, or ask vijayanand for more information if necessary.

To post a message you must log in.