Thanks for suggestions, but I'm really meaning the Application Title, not the Application ID. The ID is available using http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/utils/SystemProperty.html#applicationId But the Title is not.
On Jun 4, 6:56 am, Nichole <[email protected]> wrote: > Make that System.getProperty("com.google.appengine.application.id") > instead... no parsing > > On Jun 3, 9:53 pm, Nichole <[email protected]> wrote: > > > > > > > > > You could parse your xml file or parse the System variable called > > user.dir. > > > On Jun 3, 2:46 am, Marcel Overdijk <[email protected]> wrote: > > > > Is theApplicationtitleaccessible using the SDK? > > > > I guess not, but Maybe Google can make inavailablein the Environment > > > class. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en.
