DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Aug 2005
    Posts
    4

    Unhappy Compilation prob (Classpath)

    I have a compilation prob here. I try to compile the file in location C:\aspmclient\src\com\xx\aspm\classes with the proper classpath settings. However I get the following compilation error -

    Code:
    C:\upmclient\src\com\xx\upm\classes>javac AAGUDServlet.java
    AAGUDServlet.java:108: cannot resolve symbol
    symbol  : class ASPMServiceFacadePortType
    location: class com.xx.upm.classes.AAGUDServlet
                ASPMServiceFacadePortType myProxy = (ASPMServiceFacadePortType) aspmService.getPort(new QNa
    me(nameSpaceUri,portName),ASPMServiceFacadePortType.class);
                ^
    I have set the classpath to point to this class like -

    set classpath = .;%CLASSPATH%;C:\aspmclient\src\com\xx\aspm\ejb;

    where C:\aspmclient\src\com\xx\aspm\ejb is the location of the needed classes and yet it still shows the same error. I checked the classpath and it includes the abovepath. I dont know what is causing the prob.

    Any ideas?
    Last edited by man_25; 08-22-2005 at 01:44 AM.

Similar Threads

  1. Replies: 0
    Last Post: 12-03-2001, 05:06 PM
  2. classpath issues
    By in forum Java
    Replies: 1
    Last Post: 02-15-2001, 11:19 AM
  3. Replies: 3
    Last Post: 02-10-2001, 08:24 AM
  4. regarding classpath
    By satyamohanty in forum Java
    Replies: 0
    Last Post: 11-21-2000, 11:31 PM
  5. Using VB's Conditional Compilation Arguments
    By Larry Rebich in forum vb.announcements
    Replies: 0
    Last Post: 05-22-2000, 12:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links