1

I'd like to run a java application on a OpenSolaris machine but this application uses a dll/so that I only have the linux binary. Can it be possible, and this is because I know nothing about the OpenSolaris Brandz feature, that I can deploy the dll on a linux brandz and link to it from a jvm running on the OpenSolaris side?

Paulo Lopes
  • 5,845
  • 22
  • 31

1 Answers1

0

No you cannot mix Solaris and Linux binaries. What you might do is running the whole on the Linux branded zone.

jlliagre
  • 29,783
  • 6
  • 61
  • 72