[ java ] in KIDS 글 쓴 이(By): guest (최미란) 날 짜 (Date): 1998년 6월 9일 화요일 오후 04시 53분 27초 제 목(Title): [자바]class를 visual J++에서 ConnectDialogInterface.class를 Microsoft Developer Studio에서 실행시켰더니, 아래와 같은 메세지가 뜨면서..조용해 집니다. ----------------------------------------------------------------- ERROR: Could not execute ConnectDialogInterface: 멤버가 없습니다. ConnectDialogInterface must have a method of the following form to be run using JView: public static void main(String args[]) If ConnectDialogInterface is an applet, you must run it using a browser. Press any key to continue... -------------------------------------------------------------------- 메세지대로, ConnectDialogInterface.java에 main method를 첨가시켜도 별 차이 없이 똑같은 메세지만 뜨는군요. 본래, Jbuilder에서 실행시켰던 건데, microsoft developer studio 에서 해 보니 이렇군요..뭐가 어떻게 달라서 이런 일이 일어나는건지. 궁금합니다. 궁금합니다. . |