From: Peter C. <cen...@ri...> - 2003-05-17 02:29:12
|
> How do i pass compiler switches? (in particular, how do i get the > compiler to accept assert (-source 1.4), and 1.5 stuff.) > > How do i get the compiler/runtime to pay attention to my CLASSPATH? > > let's see, at the moment i'm running jdk1.4 drjava-stable-20030313 on > SunOS 5.7. Right now there is no way to pass arbitrary command-line switches to a compiler. This is related to the level of integration we have between the compiler classes and our error-reporting interface. We are aware that this is a limitation for some users, and we have been considering solutions. In the meantime, the two options you refer to can be modified directly via options in the Preferences dialog or by modifying the .drjava properties file (recommended only for experienced users). P.S. Please login to SourceForge when posting requests in the future, to make it easier to keep you updated on our responses. -- Peter Centgraf Class of 2003 Rice University Houston, TX |