954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Compilation problem

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.

hakeem46
Newbie Poster
2 posts since May 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You