Showing posts with label cygwin. Show all posts
Showing posts with label cygwin. Show all posts

Saturday, 8 December 2007

SSH access to Joyent

This hopefully the first of a few posts on the general topic of Facebook application development with Java using the free hosting provided by Joyent.

I've setup cygwin for remote access to my joyent account. I followed this tutorial to configure SSH with no password to ease the hassel of logging into the server.

Monday, 26 November 2007

cygwin & java classpaths


alias xsl='/cygdrive/c/tools/Java/jdk1.5.0_13/bin/java -server -classpath 'cygpath -wp /cygdrive/c/tools/xalan-j_2_7_0/xalan.jar:/cygdrive/c/tools/xalan-j_2_7_0/xml- apis.jar:/cygdrive/c/tools/xalan-j_2_7_0/xercesImpl.jar:/cygdrive/c/tools/xalan-j_2_7_0/serializer.jar ' org.apache.xalan.xslt.Process -v'

http://narencoolgeek.blogspot.com/2005/07/java-classpaths-on-cygwin.html