This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
r1512 Use Media Engine issue running on Eclipse
#8
control panel - system - Advanced settings (left of screen) - Environmental variables

find PATH in "system variables"
append the path, add the full path to jpcsp\lib\windows-x86 (or where you extracted the ffmpeg archive to)
make sure you don't delete any other paths in there since the system needs them.

the reason i suggested the path in the bat file was because of this , its to much to add it to the global system path for most users where in the bat file it just for that session only, so adding the path to global system would be the only way for eclipse to find, OR start eclipse from a bat file with the path set. like in the jpcsp bat file.

for example make a bat file in the eclipse root dir except change the path to match your path i used c:\jpcsp as an example

put this in it
@echo off
set PATH=%PATH%;C:\jpcsp\lib\windows-x86\
eclipse.exe


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: r1512 Use Media Engine issue running on Eclipse - by hyakki - 05-17-2010, 06:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)