javauis/lcdui_qt/src_j2se/com/nokia/mj/impl/rt/support/ApplicationInfo.java
changeset 80 d6dafc5d983f
parent 23 98ccebc37403
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
   322      * API implemetations must not rely that the JAR file(s) or descriptor file
   322      * API implemetations must not rely that the JAR file(s) or descriptor file
   323      * can always be found from the root path even if they sometimes might be
   323      * can always be found from the root path even if they sometimes might be
   324      * found.
   324      * found.
   325      * @return application root path as String
   325      * @return application root path as String
   326      */
   326      */
   327     //public abstract String getRootPath();
   327     public String getRootPath()
       
   328     {
       
   329         return "";
       
   330     }
   328 
   331 
   329     /**
   332     /**
   330      * Returns the main class of the application. The main class concept might
   333      * Returns the main class of the application. The main class concept might
   331      * differ between different runtimes. E.g. the in MIDP this method returns
   334      * differ between different runtimes. E.g. the in MIDP this method returns
   332      * the class that extends the javax.microedition.MIDlet class.
   335      * the class that extends the javax.microedition.MIDlet class.