Re: Not able to resolve import.com.lowagie

If this company respect the common Java standards which say that class name should start by a letter in uppercase and only lowercase are allowed in package statement the correct syntax would be:

#import com.lowagie.*; to import all class of that package

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.