Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: hello all... I have just started with java and am having the same trouble.. it compiles alright.. but at runtime.. it gives this error... can anybody help with how it can be solved... ---> MY CODE<---- import java.applet.*; import java.awt.*; public class tutorial extends Applet { public void pain(Graphics g) … | |
Re: Hi all... I was having the same trouble with running my java code... Server_crash advice was really helpful.. in my case i was finally able to run my code successfuly by moving my ".class" files to "\bin" folder.. the ".java" files can be stored anywhere though.. as for the Environment … |
The End.