I am not a java developer, so I can develop java code on windows and then deploy the Windows compiled files to the Solaris server ... it will work.
Yes it should be.
However, watch out for the most common traps like:
Yes, this, in particular, is the premise behind the Java Write Once Run Anywhere motto.
Yes, java byte code (class files) is platform independent.
Yes, in 99.9% of cases it is. There are some hiccups with non-Sun JVMs (read, IBM) that are not fully cross-platform compatible.
as others have said, this is likely to work. Id suggests you read some information about the Java virtual machine, as this wonderful virtual device allows you to run java byte code on almost any machine ...
In general, he should. Keep in mind that the class file does not start by itself, you need to install java on the machine. It must also be a compatible version.
Source: https://habr.com/ru/post/1299768/More articles:What are the advantages and disadvantages of specialized rail services? - ruby-on-railsCannot delete file in share using impersonation in ASP.NET - fileHow to get client IP address in DataSnap 2010 - delphiDeploying .asmx (not WCF) web service on windows 7 - windows-7How can I temporarily impersonate a user to open a file? - securityWhat does `dll exporting / importing` mean? - dllCreate an image icon using Cocoa / OSX - cocoaProblems with the server side - asp.netIs this the correct use of force state variables? - c ++help on win32 api in assembly - cAll Articles