Re: Compilation issues (repost due to lost body)
Steven Rubin <[email protected]> Thu, 22 Sep 2005 16:13:07 -0700
| Newsgroups | gmane.comp.cad.electric.general |
|---|---|
| Message-ID | <[email protected]> |
At 02:05 PM 9/22/2005, you wrote:
>I'm modifying electric as part of a research effort and have run
>into some compilation issues. One of which involves the compiler
>not understanding the assert calls. I'm wondering if there is a
>suggested JAVA dev suite/compiler or certain parameters are
>required. I'm a little rusty on my JAVA, sorry if this is a non-issue.
The "Assert" call is new in Java 1.5. You can comment them out, or
you can upgrade your Java.
-Steven Rubin