You'll actually need to modify a different property.  Rather than
'jsp.jikes', change 'jsp.jikes.compiler'.  For example,to switch from jikes
to javac, 

change:
   jsp.jikes.compiler={jrun.rootdir}/bin/jikesw +E -nowarn -d %d %f 

to:
   jsp.jikes.compiler=C:/jdk1.2.2/bin/javac -nowarn -classpath %c -d %d %f 

making sure to verify your actual path to javac into the above line.
There's a knowledge base article on the Allaire site which talks about
subject:

http://www.allaire.com/Handlers/index.cfm?ID=16311&Method=Full

Hope this helps.

-----Original Message-----
From: Budi Prawira [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 11, 2000 8:20 PM
To: JRun-Talk
Subject: RE: bad magic number


Thanks! I changed the compiler in JRun 2.3.3 into javac, and up until now
(it's been 4 days) there is no report about the bad magic number.

I also tried to change the compiler in JRun 3.0, but I failed. I did as
written on the screen, changing the 'jsp.jikes' into 'c:\jdk1.2.2\bin\javac
-nowarn -classpath %c -d %d %f'. As the result, my JRun cannot be started.

help needed here...

Budi

> -----Original Message-----
> From: Steve Penella [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 08, 2000 1:22 AM
> To: JRun-Talk
> Subject: RE: bad magic number
> 
> 
> This is actually a problem that occurs with the jikes 
> compiler which is the
> default compiler.  You can change your compiler to javac and 
> this should no
> longer happen.
> 
> Regards,
> Steve Penella
> Allaire Corp.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to