jcfandino / sunflowapiapi

Automatically exported from code.google.com/p/sunflowapiapi
0 stars 0 forks source link

SunflowAPIAPI.java gives multiple compilation errors in Proclipsing setup #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new Proclipsing project
2. Add SunflowAPIAPI.java to src
3. Add sunflow.jar and janinio.jars to build path

What is the expected output? What do you see instead?
Eclipse reports 94 compilation errors. Most of them take the form of incorrect 
parameters, for example:

'The method parameter(String, float) in the type SunflowAPI is not applicable 
for the arguments (String, String, float, float, float) line 159    Java Problem'

What version of the product are you using? On what operating system?
Sunflow 0.07.2
SunflowAPIAPI r23

Original issue reported on code.google.com by felixtur...@gmail.com on 30 Sep 2010 at 8:10

GoogleCodeExporter commented 9 years ago
Forgot to mention I'm on Mac OS X 10.6.4. I got the sunflow + janinio jars from 
the first download link at right of this page: http://sunflow.sourceforge.net/

Original comment by felixtur...@gmail.com on 3 Oct 2010 at 2:35

GoogleCodeExporter commented 9 years ago
OK - the solution to this issue is to use the 'sunflow-and-janino.jar' from 
here: http://www.polyquark.com/opensource/ NOT the regular sunflow jars from 
sourceforge. Even though the download at polyquark is labeled 'windows XP' it 
will run on OS X.

Original comment by felixtur...@gmail.com on 4 Oct 2010 at 4:23