Talk:Marauroa on NetBeans: Difference between revisions

Content deleted Content added
imported>SimonSmall
Added version validation and error notes
 
imported>SimonSmall
Updated version info
 
(12 intermediate revisions by the same user not shown)
Line 1:
= Version Information =
 
These instructions have been validated againstand thehave marauroabeen sourcebuilt file marauroa-3.8.7-src.tar.gzon:
 
For marauroa source file marauroa-3.9-src.tar.gz
 
* Windows XP, NetBeans 7.1.1 and Java 1.7.0_02 (Oracle) [[User:SimonSmall|SimonSmall]] 14:10, 3 March 2012 (CET)
 
For marauroa source file marauroa-3.8.7-src.tar.gz
 
They have been built on:
* Windows XP, NetBeans 7.0.1 and Java 1.7.0_02 (Oracle) [[User:SimonSmall|SimonSmall]] 21:24, 15 January 2012 (CET)
* Windows 7, NetBeans 7.1 and Java 1.6.0_29 (Sun) [[User:SimonSmall|SimonSmall]] 21:24, 15 January 2012 (CET)
 
== Java 7 and marauroa 3.8.7 ==
 
Building marauroa 3.8.7 under Java 7 gives an error , as it does not override the abstract method getRemoteAddress() in java.nio.channels.SocketChannel for marauroa.tools.protocolanalyser.FakeSocketChannel. The red exclamation mark warning icon shows the location of this error. Expand the Project tree until this file is shown, double click it to show it in the editor pane then locate the class definition FakeSocketChannel in the code. Position the cursor in that line (left click) then press Alt-Enter and select the option Implement all abstract methods. This adds the following lines:
 
<source lang="Java">
Return to "Marauroa on NetBeans" page.