Can I run Java or .NET apps on a Windows 8.1 tablet?

0

I've only owned iOS and Android tablets but I am thinking about getting a sub-$200 Windows 8.1 tablet. Mostly for eBay and browsing.

But, being a .NET (and Java) developer, I'm interested in running my custom applications on it.

Forgive me if this isn't the correct place to ask this but I couldn't find a "Microsoft" site on SE.

Anyway, my questions are:

1) Can I just copy my .NET (2.0+) applications over and run them?

2) Assuming I can run "normal" .NET, do I have to use Metro applications or would Winforms, MVC, etc. run as well?

3) Can I run Java applications? Mostly applications built with Tomcat and Spring MVC.

4) Can I play Minecraft?? :-) That's a bonus question.

Thanks!

cbmeeks

Posted 2015-06-17T17:35:49.163

Reputation: 233

Why the down vote? Is this not relevant? – cbmeeks – 2015-06-17T18:29:42.877

I searched, but did not find it. Also, never had a Windows tablet. Nor have I followed it much (or any tablet). So I didn't know there were ARM versions. – cbmeeks – 2015-06-17T18:39:37.110

@Ramhound -- Would you care to share your search terms? I searched for "can I run .net on windows tablets" and found ONE question (not counting mine). "windows 8.1 tablet run java" returns NOTHING (except mine). "windows 8.1 tablet java" returns NOTHING (except mine). "windows tablet java" returned ONE question that was not relevant. So I did search. "Tablet" tag only show ~210 questions. "Windows-tabletpc" ~21. So, I'm curious what you used to find those vast number of "already asked" questions. – cbmeeks – 2015-06-18T20:04:30.577

Again, can you please share HOW you found those "related" questions? I would have looked there first if I could figure out how to find such related questions. If not, then I am being penalized, given the answer, but not told how the answer was determined. – cbmeeks – 2015-06-19T13:04:22.940

I will not. Good luck! – Ramhound – 2015-06-19T13:06:47.923

More hypocritical actions from this family of sites...big surprise there. – cbmeeks – 2015-06-19T17:39:36.987

It's actually just the way you asked me – Ramhound – 2015-06-19T18:12:53.927

That makes no logical sense. But fine... – cbmeeks – 2015-06-22T12:41:14.067

Answers

2

Assuming an Intel 8.1 tablet (not an RT tablet), then you can run basically anything x86 on it, assuming performance, screen size, finger touch input, etc. are all acceptable.

I've run many different things on x86 Windows tablets, including desktop VLC, the Tor Browser bundle, and the PC version of the DirecTV Genie app, all with success.

Basically, the fact it's on a tablet doesn't change that it's an x86 Windows PC, just with the tablet form factor. You can look at this as good (my apps run!) or bad (these apps I'm running don't work well in this form factor), but either way, they run.

MikeBaz - MSFT

Posted 2015-06-17T17:35:49.163

Reputation: 540