RE: [Asterisk-java-users] Newbie problem getting started with HelloAGIScript
Brought to you by:
srt
From: Darren H. <dha...@gh...> - 2006-02-22 19:05:24
|
Hi Liam, I would recommend getting an IDE if you plan on working in Java for a while ;-) =20 Eclipse & NetBeans are full-featured free ones, while simple free ones like BlueJ also work. =20 For commandline, try 'javac HelloAGIScript.java -classpath asterisk-java.jar' =20 Hope that helps get you started! =20 =20 p.s. I use Eclipse as my IDE, and you'll find errors like 'unable to find package' can be identified quickly as Eclipse does on-the-fly compilation of your code to more readily identify problems. =20 -D |