Hi John. ext.paterson: > I'm a student in my 4th year at university and I have to do an honours > project. I have chosen to make a SSM Drawing tool which will make use > of SVG and the program is run by Java. Is it ok to ask you all for > advice as i go along in my project, i'm not going to ask you to do it > for me as it is something that i will have to do.
Sure. > I have recently downloaded Batik 1.6 to start my project, however i am > having difficulties getting it to work. When i use the command > prompt/console to unpack the files, it doesnt recognise the commands. > Is the reason for this not working the fact that i use Windows XP home > edition? What command isn’t working? Is it the jar xvf batik-1.6.zip command? If so, you need to have the JRE in your path for it to work. It’ll be something like C:\Program Files\Java\jdk1.6.0, so do this: set PATH=%PATH%;C:\Program Files\Java\jdk1.6.0\bin then the jar command should work to extract the contents of the zip file. But in fact you can just unzip the files as you would normally from Windows. > Also I am having difficulties getting the modules to work will/be > called by Netbeans 5.0 IDE. Could someone give me instructions how to > get this working as I cant get further with regards to the programming > aspect of my project. I’m not familiar with Netbeans, but presumably it should have some way of adding jars to the classpath for the program you are writing. You should add to the classpath all of the .jar files in the lib directory that you extracted (batik-anim.jar, batik-awt-util.jar, js.jar, etc.). Try then compiling the sample program described here: http://xmlgraphics.apache.org/batik/using/swing.html For more help with Batik, you might like to post to the batik-users mailing list. Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

