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
~92 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for Mathsniper

I had installed MinGW-3.2.0-rc-3.exe and i was trying to compile a simple code: [code] public class HelloWorld { public static void main(String args[]) { System.out.println("Hello, World"); } } [/code] then i typed this command under vim, !java d:\progsaved\java\jdk\HellWorld, before i typed this !javac d:\progsaved\progsaved\java\jdk\HelloWorld.java to generate class file. The errors …

Member Avatar for jwenting
0
92