Bugs item #769822, was opened at 2003-07-11 21:36 Message generated for change (Comment added) made by egonw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=769822&group_id=23629
Category: None >Group: None >Status: Pending Resolution: None Priority: 5 Submitted By: John Brecht (jbrecht) >Assigned to: Egon Willighagen (egonw) Summary: Compile problem with ScriptWindow.ConsoleDocument Initial Comment: This issue is with v7, not v6. When I try to build the project, the compiler has a problem at line 337 of ScriptWindow.java, at the end of the replace() method of ConsoleDocument. A call is made to super.replace() which does not exist. ---------------------------------------------------------------------- >Comment By: Egon Willighagen (egonw) Date: 2003-07-16 16:52 Message: Logged In: YES user_id=25678 The replace() method for the super class is only available for J2SE 1.4 or higher. Please use a more recent Java environment to compile/run Jmol. If there are any specific reasons why reasons why you cannot use 1.4 or higher, please let me know. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=769822&group_id=23629 ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
