What's the status of .NET support.
I'm currently trying to portablize a .NET application. As we expect .NET to be available on the machines where it will, it doesn't matter that it's not really portable.
At least we want to check for an installed .NET version. So I was happy to find the UsesDotNetVersion parameter in AppInfo.ini. I started the App on a PC without the required .NET and expected to some kind of dialog.
Nothing happened. So here are my questions:
- Is this feature already implemented?
- What behaviour is to expect when .NET is missing?
- Read more about What's the status of .NET support.
- 4 comments
- Log in or register to post comments
) but I wanted to share how you can very easily make an Eclipse portable app with the JDK.