<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: mxj and jnilib location</title>
		<atom:link href="http://cycling74.com/forums/topic/mxj-and-jnilib-location/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/mxj-and-jnilib-location/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 23:28:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-31478</guid>
					<title><![CDATA[mxj and jnilib location]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-31478</link>
					<pubDate>Thu, 19 Apr 2007 16:04:35 +0000</pubDate>
					<dc:creator>Riccardo Borghesi</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
I&#8217;m loading a jnilib from my mxj java code.<br />
To allow it I have to put jnilib in /Library/Java/Extensions/, or  <br />
change my max.java.config.txt<br />
adding the line:<br />
	max.jvm.option -Djava.library.path=/&#8230;where the jnilib is&#8230;/</p>
<p>My question is:<br />
exists a default place in /MaxMSP 4.6/Cycling &#8217;74/&#8230; where put the  <br />
jnilib and where mxj can load it<br />
whitout have to change the max.java.config.txt? (like &#8230;MaxMSP 4.6/ <br />
Cycling &#8217;74/java/lib/ for jar files).</p>
<p>Thanks for any help<br />
Best regards<br />
Riccardo</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-102475</guid>
					<title><![CDATA[Re: mxj and jnilib location]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-102475</link>
					<pubDate>Thu, 19 Apr 2007 17:08:32 +0000</pubDate>
					<dc:creator>topher lafata</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Riccardo,</p>
<p>There is no default place currently specified by Max. Seems like  <br />
something worth<br />
doing at some point in the future. I know ben is really busy right  <br />
now though.</p>
<p>topher</p>
<p>
On Apr 19, 2007, at 09:04 AM, Riccardo Borghesi wrote:</p>
<p>> Hello,<br />
> I&#8217;m loading a jnilib from my mxj java code.<br />
> To allow it I have to put jnilib in /Library/Java/Extensions/, or  <br />
> change my max.java.config.txt<br />
> adding the line:<br />
> 	max.jvm.option -Djava.library.path=/&#8230;where the jnilib is&#8230;/<br />
><br />
> My question is:<br />
> exists a default place in /MaxMSP 4.6/Cycling &#8217;74/&#8230; where put the  <br />
> jnilib and where mxj can load it<br />
> whitout have to change the max.java.config.txt? (like &#8230;MaxMSP 4.6/ <br />
> Cycling &#8217;74/java/lib/ for jar files).<br />
><br />
> Thanks for any help<br />
> Best regards<br />
> Riccardo<br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-102476</guid>
					<title><![CDATA[Re: mxj and jnilib location]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-102476</link>
					<pubDate>Thu, 19 Apr 2007 17:31:52 +0000</pubDate>
					<dc:creator>projects</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Riccardo,</p>
<p>Sorry, but I don&#8217;t think there is a default place for jnilib libraries<br />
where they will be automatically found.</p>
<p>Ben</p>
<p>On 4/19/07, Riccardo Borghesi <riccardo .Borghesi@ircam.fr> wrote:<br />
> Hello,<br />
> I&#8217;m loading a jnilib from my mxj java code.<br />
> To allow it I have to put jnilib in /Library/Java/Extensions/, or<br />
> change my max.java.config.txt<br />
> adding the line:<br />
>         max.jvm.option -Djava.library.path=/&#8230;where the jnilib is&#8230;/<br />
><br />
> My question is:<br />
> exists a default place in /MaxMSP 4.6/Cycling &#8217;74/&#8230; where put the<br />
> jnilib and where mxj can load it<br />
> whitout have to change the max.java.config.txt? (like &#8230;MaxMSP 4.6/<br />
> Cycling &#8217;74/java/lib/ for jar files).<br />
><br />
> Thanks for any help<br />
> Best regards<br />
> Riccardo<br />
><br />
><br />
></riccardo></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-102477</guid>
					<title><![CDATA[Re: mxj and jnilib location]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-jnilib-location/#post-102477</link>
					<pubDate>Fri, 20 Apr 2007 09:34:29 +0000</pubDate>
					<dc:creator>Riccardo Borghesi</dc:creator>

					<description>
						<![CDATA[
						<p>ok Topher,<br />
waiting for this feature, I will continue with max.java.config.txt<br />
Thanks for your answer<br />
Riccardo</p>
<p>On 19 avr. 07, at 19:08, topher lafata wrote:</p>
<p>> Hey Riccardo,<br />
><br />
> There is no default place currently specified by Max. Seems like  <br />
> something worth<br />
> doing at some point in the future. I know ben is really busy right  <br />
> now though.<br />
><br />
> topher<br />
><br />
><br />
> On Apr 19, 2007, at 09:04 AM, Riccardo Borghesi wrote:<br />
><br />
>> Hello,<br />
>> I&#8217;m loading a jnilib from my mxj java code.<br />
>> To allow it I have to put jnilib in /Library/Java/Extensions/, or  <br />
>> change my max.java.config.txt<br />
>> adding the line:<br />
>> 	max.jvm.option -Djava.library.path=/&#8230;where the jnilib is&#8230;/<br />
>><br />
>> My question is:<br />
>> exists a default place in /MaxMSP 4.6/Cycling &#8217;74/&#8230; where put  <br />
>> the jnilib and where mxj can load it<br />
>> whitout have to change the max.java.config.txt? (like &#8230;MaxMSP  <br />
>> 4.6/Cycling &#8217;74/java/lib/ for jar files).<br />
>><br />
>> Thanks for any help<br />
>> Best regards<br />
>> Riccardo<br />
>><br />
>><br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

