Sunil,
Make sure that you have the rt.jar file included in your classpath. 'Error resolving qualified name' errors usually happen when Rose is not able to find the definition for a class that is referenced in your code. The rt.jar file contains the definitions for the classes such as String, Vector etc. etc. By including rt.jar into your classpath you will enable Rose to find the definition for these classes. If you are also referencing J2EE classes in your code then please include j2ee.jar in your classpath as well. ********** Annamalai "Vishu" Viswanathan -- [EMAIL PROTECTED] Rose Technical Support Engineer Rational Customer Service - Committed to Service Excellence SCP Certified: http://www.rational.com/support/scp.jsp Rational User Conference 2002.....Freedom to Create! Call for Papers Now Open at http://www.rational.com/ruc August 18-22, 2002 Lake Buena Vista, Florida ********** -----Original Message----- From: Tara Shaw [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 24, 2002 10:18 PM To: 'Sunil Virmani'; ROSE Forum Subject: RE: (ROSE) Problem in reverse engg java Code Hi Sunil, There is a Rational solution for this - Case ID 13860 - found in the Solutions Database. Otherwise, you could try to fix it by making Rose treat all String variables as primitive types. For instructions on how to do this, use Rose Help. In order to fix your problem, within Rose, go to Help/Contents & Index. Click on the 'Index' tab and into the text box, type the following text: String variables: changing to primitive (Java) View the topic. Next click on the green hyperlink topic at the top of the page named: Changing String Variables to Attributes Implementing both of these solutions fixed the problem for me. Thanks Tara. > -----Original Message----- > From: Sunil Virmani [SMTP:[EMAIL PROTECTED]] > Sent: Monday, March 25, 2002 2:38 PM > To: ROSE Forum > Subject: (ROSE) Problem in reverse engg java Code > > > > I am trying to reverse engg the Java Code but not able to so as it > could > not recognize any type of Java ( like String , ArrayList ) , but > doing > the reverse engg of class that contains only primitive type . > | > The Exact error Message is ----------------------->>>>>>>>>>>>>> > > "Error Resolving qualified name String occurred in File > C:\data\virmani\!FullTextCode\FullTextSearch_1\src\irsystem\server\FTStart > UpConstants.java" > > Can you tell what's wrong with my settings > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > ************************************************************************ > * Rose Forum is a public venue for ideas and discussions. > * For technical support, visit http://www.rational.com/support > * > * Post or Reply to: [EMAIL PROTECTED] > * Subscription Requests: [EMAIL PROTECTED] > * Archive of messages: > * http://www.rational.com/support/usergroups/rose/rose_forum.jsp > * Other Requests: [EMAIL PROTECTED] > * > * To unsubscribe from the list, please send email > * To: [EMAIL PROTECTED] > * Subject: <BLANK> > * Body: unsubscribe rose_forum > ************************************************************************* JBWERE LIMITED DISCLAIMER JBWere Limited and its related entities distributing this document and each of their respective directors, officers and agents ("the Were Group") believe that the information contained in this document is correct and that any estimates, opinions, conclusions or recommendations contained in this document are reasonably held or made as at the time of compilation. However, no warranty is made as to the accuracy or reliability of any estimates, opinions, conclusions, recommendations which may change without notice) or other information contained in this document and, to the maximum extent permitted by law, the Were Group disclaims all liability and responsibility for any direct or indirect loss or damage which may be suffered by any recipient through relying on anything contained in or omitted from this document. ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum ************************************************************************* ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
