Java for Windows 10M - Windows 10 Mobile

Does anyone know if there is a JRE to run java apps on Windows 10 Mobile?
I know that there used to be java on windows mobile os but is there java for Windows 10 or anyway to get java running on my Lumia 920?

no

Related

Where to download Windows CE .net 4.2?

I need to write an app to run on Windows CE .net 4.2. I would like to get platform builder for Windows CE .net 4.2, but it doesn't seem to be available on the microsoft site. Can someone help me find it?
It is not the .net that was 4.2, it was the version of CE. This appeared as WM 2003 and WM 2003 SE. The .NET compact framework for the machines was 1.0 or 1.1.
To test the app in an emulator use the standalone emulator. Now at version 3.0
http://www.microsoft.com/downloads/...AF-12E3-4B2F-A394-356E2C2FB114&displaylang=en
The WM 2003 SE images for it are here
http://www.microsoft.com/downloads/...b5-f2a2-47d7-a41d-825fd68ebb6c&displaylang=en
To write .net 1.0 and 1.1 WM apps you will need VS2003 PRO.
VS 2005 and VS 2008 can be forced to create .net 1.0/1.1 executable images but it's a total pain in the ...., you have to hack the build files to get it to work.
For C++ Win32, AFC or MFC you can use the free version of EVC 4.0
http://www.microsoft.com/downloads/...3D-50D1-41B2-A107-FA75AE960856&displaylang=en
Dont forget to apply SP4 to it after install. (Same page, use the link at the bottom)
Thank you very much for the help!
How about modifying the BSP or kernel, which version of tool would you use for that?
For that you will require the CE 4.2 Platform Builder package. Microsoft pull superceded versions off their site, the current version is for CE 6.0
The evaluation version works fully for six months then you have to licence it.
Search in Google for "CE Platform Builder 4.2". Some non Microsoft sites may have a copy of it, but some of these sites could also be of a rather dubious nature. i.e warez peer-to peer file sharing etc.
The documentation for it can be found here
http://msdn.microsoft.com/en-us/library/bb851528(v=MSDN.10).aspx
actually that's what the guy asked for in the first post

Windows CE 5.0 games on Android

I have a couple old games that I used with my old HP Ipaq. Namely Exit Nights written for Windows CE 5. Is there a way to port it to Android, or a CE emulator for windows 7?
I can send the old cab file if anyone wants to look at it.
Thanks,

[Q] How do I extract windows remote desktop from the ROM?

Hello,
I am using Energy ROM and which runs Windows Mobile 6.5, and it includes a version of Windows Remote Desktop which works with Windows Mobile 6.5.
In case I want to use a different ROM that has Windows Mobile 6.5, but not Windows Remote Desktop, how do I extract the Windows Mobile 6.5 app from my phone so I can move it to my a new ROM?

[Q] Windows 8 RT + Java

Hello I am planning to buy an Asus device with Windows 8.1 RT, the problem is that I want to run an application which use Java. It seems that Java does not run in Windows 8 RT, is there some way around?
thanks
IKVM (it's a .NET-based Java runtime) works on RT if you "jailbreak" the OS, but there's no publicly available jailbreak for 8.1 yet. On 8.0 it might work, though. You could try running your program through IKVM on "normal" Windows to test its compatibility (which isn't perfect, though most pure-Java apps will run).
How limited is Windows RT to install any kind of 32bits based software?
Thanks
GonzaloP said:
How limited is Windows RT to install any kind of 32bits based software?
Thanks
Click to expand...
Click to collapse
You're more or less safe to assume that any desktop program you find will /NOT/ install on Windows RT.
I just spent ages writing an incredibly lengthy post explaining why certain programs will or will not run on RT and other options only to get a gateway error when posting and losing all that I typed.
Nethams post sums it up nicely. If it won't run under IKVM or isn't in the list of desktop applications for RT on this forum, nope, not gonna run.

run custom app (golang compiled) in windows 10 mobile

Hello friends, I want to run an application written in golang in my windows 10 mobile phone. As a test I have cross compiled hello world for arm and windows OS, but the hello.exe doesnt get executed.
Test phone is Lumia 950 with windows 10 mobile version 1703, os build 10.0.15063.297. For our small project I want to test if golang written software would also work under windows 10 mobile. I would appriciate any help, recommendation, suggestions.
$ cat hello.go
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}
GOOS=windows GOARCH=arm GOARM=7 ./go/bin/go build hello.go

Categories

Resources