MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
kenjung
Post subject: Having trouble compiling simple program in MyEclipse  PostPosted: Jul 15, 2004 - 01:01 PM
Veteran Member
Veteran Member


Joined: May 18, 2004
Posts: 1

When trying to run the test code below, MyEclipse (Eclipse?) says "Obsolete methind in <<unknown declaring type>>" when I try to run it.

In the tab that appears, I see "Source not found." with a button to "Edit source lookup path".

>> Yet, the program runs.

I can also run the program below in TextPad and JBuilder with no errors like this. I'm getting the same kind of errors when trying to debug servlets.

What's going on here? Do I have Eclipse/MyExclipse mis-configured?

After the update to MyEclipse hosed my machine a couple days back, I had to re-install Eclipse/MyEclipse so perhaps something still isn't quite right.

I appreciate any and all replies in advance.

-- J

public class MyClass extends Thread
{

String msg = "";

public MyClass(String s)
{
msg = s;
start();
}

public void run()
{
System.out.println(msg);
}

public static void main(String[] args)
{
MyClass a = new MyClass("Hello");
MyClass b = new MyClass("World.");

}

}
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Jul 15, 2004 - 03:35 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

Running this class (and developing) has nothing to do with MyEclipse. I don't know why you are running into this problem, but I'm moving this to "Random Thoughts" so one of our users may help you if they know what might be the problem.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits