View Single Post
  #2 (permalink)  
Old 12-05-04, 02:52 PM
Rob_Darkins Rob_Darkins is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Use a StreamTokenizer to remove all comments from the code, see here for example code: http://javaalmanac.com/egs/java.io/ParseJava.html

Good luck,
Rob D
Reply With Quote