Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5187104 By: mokhov
Hi, It's certainly possible to work with and run SpeakerIdentApp in Eclipse. In fact I am using Eclipse myself. The reason it cannot find the speakers.txt, which is by default is tied up to the "current directory" of the application, is not the current directory from the POV of Eclipse. In command line, it is the same directory where the application is, but in Eclipse it is usually under the workspace/<Your Application Name Project in Eclipse>, for example if I run SpeakerIdentApp in Windows, my default directory looks like: C:\Documents and Settings\user\...\workspace\MARF - SpeakerIdentApp\ which is not the actual location of the application code, which is somewhere else, like C:\marf\apps\SpeakerIdentApp. So in Eclipse, before you Run: In the Run->Open Run Dialog->(x)= Arguments at the bottom, you will find "Working directory:", select "Other" and point to your actual application folder. It should find the file then. (BTW, this procedure is not dependent on Windows or any other OS platform, just the Eclipse itself) hth, -s ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=213052 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ marf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/marf-devel
