I am feeling really dumb as I followed what I consider the instructions for installing a 3rd part library but prcocessing can not find it.  Processing believes my sketches sketch folders is
            
D:\Users\Pat's Machine\AppData\Local\Temp\untitled773501108346992262sketches\sketch_aug08a
This is an absolute mess of a path name that includes the dynamic windows folder name creation Temp\untitled77...
I want all processing folder sketches to be
C:\Program Files (x86)\Processing\sketches
I have tried modifying the preferences file but when I do that I get the message that processing folder missing and it then generates a new temp folder path as described about.
The library I want to install is udp.
I downloaded the zip file from
http://processing.org/reference/libraries/#data_protocols
which takes me to for the actual file
http://ubaa.net/shared/processing/udp/
The content of the zip file is
udp\UDP.java
upd\library\udp.jar
Where should I put the contents of this zip file (starting with the udp\)?
            
            
            
 
           
 
            
           D:\Users\Pat's Machine\AppData\Local\Temp\untitled773501108346992262sketches\sketch_aug08a
This is an absolute mess of a path name that includes the dynamic windows folder name creation Temp\untitled77...
I want all processing folder sketches to be
C:\Program Files (x86)\Processing\sketches
I have tried modifying the preferences file but when I do that I get the message that processing folder missing and it then generates a new temp folder path as described about.
The library I want to install is udp.
I downloaded the zip file from
http://processing.org/reference/libraries/#data_protocols
which takes me to for the actual file
http://ubaa.net/shared/processing/udp/
The content of the zip file is
udp\UDP.java
upd\library\udp.jar
Where should I put the contents of this zip file (starting with the udp\)?
 
              
              1  
            
 
            
 
            
 
            
 And the first point, that Windows might interfere with the writing of data in Program Files, still stands. Modern Windows tend to see this area as almost read-only (except for acknowledged installers), that's why the practice of writing .ini files at the same location of the .exe has been mostly abandoned.