JSP is a SERVER's technology. If you want to execute a JSP on an Android powered phone you'll need a servlet/JSP container running ON THE PHONE. Now, if you just want to SEE a JSP page on the phone, you should have to setup a server (ie. Apache Tomcat) and browse the server ip/web address using the phone's BROWSER.
On Sep 25, 8:06 pm, Billsen <[EMAIL PROTECTED]> wrote: > Hi, > > I try to run jsp file in Android, just want print some string in > webpage with <%= "test" %>. However, nothing happens after execution. > No error occurs. Can Android run jsp file? If yes, how? > > Thanks in advance, > > Senshan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

