943,907 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 2200
  • Java RSS
May 20th, 2004
0

Compilation problem

Expand Post »
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.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hakeem46 is offline Offline
2 posts
since May 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: Creating Java interface to my c++ program
Next Thread in Java Forum Timeline: JDBC connection





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC