how to convert .aspx file (which is developed for mobile application) to .jad file ?

Recommended Answers

All 2 Replies

.aspx are you saying you want to convert a web form to a .jad ( which is like a windows application) ?
I think you need to use windows project for making installable applications on mobile

@atinobrian I do not know where you got that but .jad Java Application Descriptor File.

There is no way to do it. Either create mobile project with C# in Visual Studio (but no JAD extension and will run only on windows devices) or code it in Java Microedition (you get JAD file and can run on any device with JVM on it)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.