Posts
 
Reputation
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
~2K People Reached
Favorite Forums
Favorite Tags
java x 2

2 Posted Topics

Member Avatar for shingo99

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) …

Member Avatar for Cort3z
0
514
Member Avatar for Ghost

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 …

Member Avatar for stultuske
0
2K

The End.