Kodi Community Forum

Full Version: possible to include jvm included in UWP build?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I posted this in feature request forum, but apparently didn't get any visibility or traction there, so figured I'd try here.

It seems that one can package java apps as project centennial packages:

https://stackoverflow.com/questions/3900...l-app-appx
https://github.com/crramirez/uwp_bridge_java

It be nice for those of us who play full blu-rays to be able to use bd-j withour xbox one's from a NAS.
please don't mix things. converted apps != pure uwp apps. it's not possible to convert JVM to use it in Kodi-UWP. JVM has to be compiled as pure UWP app.
(2019-03-31, 23:23)afedchin Wrote: [ -> ]please don't mix things. converted apps != pure uwp apps. it's not possible to convert JVM to use it in Kodi-UWP. JVM has to be compiled as pure UWP app.
ok, my confusion then. I was under the impression that kodi in the windows store was a project centennial app, not a pure UWP app.  I guess I'm wrong?
(2019-04-01, 06:29)spotter Wrote: [ -> ]
(2019-03-31, 23:23)afedchin Wrote: [ -> ]please don't mix things. converted apps != pure uwp apps. it's not possible to convert JVM to use it in Kodi-UWP. JVM has to be compiled as pure UWP app.
ok, my confusion then. I was under the impression that kodi in the windows store was a project centennial app, not a pure UWP app.  I guess I'm wrong? 
It depends on platform. for desktop we are distribute centennial app i.e. "converted" Kodi , but for xbox only pure uwp apps allowed and Kodi-UWP is distributed. I was talking about pure UWP app
(2019-04-01, 09:12)afedchin Wrote: [ -> ]
(2019-04-01, 06:29)spotter Wrote: [ -> ]
(2019-03-31, 23:23)afedchin Wrote: [ -> ]please don't mix things. converted apps != pure uwp apps. it's not possible to convert JVM to use it in Kodi-UWP. JVM has to be compiled as pure UWP app.
ok, my confusion then. I was under the impression that kodi in the windows store was a project centennial app, not a pure UWP app.  I guess I'm wrong?  
It depends on platform. for desktop we are distribute centennial app i.e. "converted" Kodi , but for xbox only pure uwp apps allowed and Kodi-UWP is distributed. I was talking about pure UWP app 
ok, didn't realize there was a difference.  store doesn't make it clear.  I think it be interesting to see if phoneme http://davy.preuveneers.be/phoneme/?q=node/10#windowsce could be made to work as a UWP app and if it could be used with libbluray (libbluray at one point was targeting j2me implementations, but that code hasn't been tested in a while it seems, they've mostly focused on the regulr jre from java7/8 that desktops would have).  It also be interesting for other platforms (notably android) if phoneme could be made to work.  But, anyways, not as simple as I thought it would be.