We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › A simple question
Page Index Toggle Pages: 1
A simple question (Read 819 times)
A simple question
Mar 31st, 2009, 3:23am
 
There's a built in example named as "Yahoo Search" ,and I don't know what the instruction really means despite my effort to follow it .What really confuses me is, the transplanting of the "yahoo_search-2.X.X.jar" file seems helpless to run the code.Could someone express it in more detail in order?Thank you very much.

/**
* Yahoo! Search.
*
* Download the Yahoo! Search SDK from http://developer.yahoo.com/download
* Inside the download, find the yahoo_search-2.X.X.jar file somewhere inside
* the "Java" subdirectory. Drag the jar file to your sketch and it will be
* added to your 'code' folder for use.
*  
* This example is based on the based on Yahoo! API example.
*/
Re: A simple question
Reply #1 - Mar 31st, 2009, 3:55am
 
Quote:
Drag the jar file to your sketch
means: drag the jar file (from Windows Explorer or whatever system viewer you use on your OS) to the PDE window where your sketch is opened (not to the sketch folder). Or just put it in a code folder inside the sketch folder.
Page Index Toggle Pages: 1