Message11075

Author stefan.richthofer
Recipients stefan.richthofer
Date 2017-02-06.00:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486340028.48.0.14738843352.issue2539@psf.upfronthosting.co.za>
In-reply-to
Content
Update:
To work around this, it seems to be sufficient to remove 'final' in

public static final String CONSOLE_FILENAME = "<stdin>"

in InteractiveConsole.java. No need to use '<'+"stdin"+'>'. Maybe this improved due to Java update, maybe I overlooked this detail last time.

Tested on Linux Mint 18 and Windows 10 with JDK 1.8.0_121.
History
Date User Action Args
2017-02-06 00:13:48stefan.richthofersetmessageid: <1486340028.48.0.14738843352.issue2539@psf.upfronthosting.co.za>
2017-02-06 00:13:48stefan.richthofersetrecipients: + stefan.richthofer
2017-02-06 00:13:48stefan.richthoferlinkissue2539 messages
2017-02-06 00:13:47stefan.richthofercreate