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: Documentation
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-17 09:34

Message:
Logged In: YES 
user_id=25678

Indeed. Other documentation I've corrected yesterday,
including the website source, but I've only just fixed the
doc you mention below. Thanx for pointing this out.
(Btw, I mark the bug pending, as it is being 'fixed'... and
not open, which we denote bugs that have not had any
attention yet. Not until a new release has been made the bug
will be really marked Closed. Please leave it marked pending.)

----------------------------------------------------------------------

Comment By: John Brecht (jbrecht)
Date: 2003-07-16 20:09

Message:
Logged In: YES 
user_id=820905

OK, switching to J2SE 1.4 is no problem.  The docs suggest
that 1.3 will work though, so you might want to fix them: 

Compiling with Java 1.3/1.4

The application can best be compiled with javac 1.3/1.4.
This can be done by doing:

            h:\programming\Jmol> setenv JAVA_HOME
/path/to/java1.4
            h:\programming\Jmol> ant -Dbuild.compiler=javac1.4
          

And similar for javac1.3. 

----------------------------------------------------------------------

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

Reply via email to