[Solved]Easy way to test steamworks applications

so i started using the steamworks4j API. When I run the program inside eclipse, it tells me to run inside steam. is there a way to use the api differently so i can run it anywhere?

thanks,
avocadojoe

You need to include a steam_appid.txt file in your working directory to run it from the IDE (containing your app ID, nothing else).

Cas :slight_smile:

Thanks! ;D