xmf-xmodeler / Mosaic

Java client for XMF2
0 stars 2 forks source link

ArrayIndexOutOfBoundsException while starting XModeler under OSX #75

Closed Rocks360 closed 8 years ago

Rocks360 commented 8 years ago

I getting this Exeption after I readed and did the steps from the "Run XModeler2 in an Eclipse development environment" doc in the Wiki. I choosed the swt-4.5-cocoa-macosx-x86_64-debug.jar for the removed swt.jar. Maybe is that wrong?

The Error log of the console:

bildschirmfoto 2016-04-19 um 10 47 59

I guess the arguments from the ini.txt in the Project are not loaded so that the args array has no entries.

jgulden commented 8 years ago

It seems like you're missing the path to the ini.txt file as argument to the main program. This can be relative, so setting ./ini.txt as program argument under "Run Configurations / Arguments" should do it.