https://bz.apache.org/bugzilla/show_bug.cgi?id=59244

--- Comment #2 from Arvind Kumar <[email protected]> ---
I was compiling the code provided here and I ran into following issue during
compilation:

C:\Program Files\Java\jdk1.7.0_67\bin>javac SOAPSecurity.java


SOAPSecurity.java:103: error: ')' expected
        SOAPDocWriter pathWriter = (s, d) -> {
                                     ^
SOAPSecurity.java:103: error: ';' expected
        SOAPDocWriter pathWriter = (s, d) -> {
                                        ^
SOAPSecurity.java:113: error: ')' expected
        SOAPDocWriter stringWriter = (s, d) -> d.parse(new InputSource(new
StringReader(s)));
                                       ^
SOAPSecurity.java:113: error: ';' expected
        SOAPDocWriter stringWriter = (s, d) -> d.parse(new InputSource(new
StringReader(s)));
                                          ^
4 errors



Any idea what is causing these errors? I need to make  jar file out of the
class file after compiling and running this java bean shell code for JMeter.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to