Remove me

2002-05-02 Thread rajender anand
Please remove me from the orion interest list thanks rajender anand _ Click below to visit monsterindia.com and review jobs in India or Abroad http://monsterindia.rediff.com/jobs

Re: HTTP response help please ?

2002-01-08 Thread Rasmy Anand
Hello Eddie In the code you have to set the content type,.So if you are sending any data or Object as it is, you have to give the code like this String url;//some url intialize it String obj=t1.getText(); URL u=new URL(url); URLConnection cn=u.openConnection(); cn.setDoOutput(true);

Re: Orion 1.5.0? Where do you download it from?

2001-05-22 Thread anand
there is an AutoUpdate.jar in the Orion directoryrun that jar file according to the instructions given u'll get the updated version directly updating ur folders regards @nand Verchaska, - Original Message - From: Ganasen Gounden [EMAIL PROTECTED] To: Orion-Interest

Re: Jikes

2001-01-18 Thread anand
hi.. in orion\config\server.xml activate the compiler tag as mentioned below... . compiler executable="ur jikes path\jikes\bin\jikes.exe" classpath="ur jdk path\jre\lib\rt.jar" / eg. compiler executable="c:\jikes\jikes\bin\jikes.exe" classpath="