Compilation problem

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: May 2004
Posts: 2
Reputation: hakeem46 is an unknown quantity at this point 
Solved Threads: 0
hakeem46 hakeem46 is offline Offline
Newbie Poster

Compilation problem

 
0
  #1
May 20th, 2004
I wrote a program that was compiled successfully.
I wrote another program to use it but it will not see it.
I am using JDK 1.4._2

"import java.io.*;
import java.sql.*;
class RunPM4DataAdmin{
public static void main(String[] arg){
PM4DataAdmin trythis = new PM4DataAdmin();
int requiredSize = trythis.getSize();
System.out.println(requiredSize);
}
}
Trying to compile this, I get the following
'cannot resolve symbol
class PM4DataAdmin.

But I know PM4DataAdmin was successfully compiled and it should see this class successfully.
Thank you for your help.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC