<?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: Creating mxf collective and including Java files</title>
		<atom:link href="http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 17:01:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-41061</guid>
					<title><![CDATA[Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-41061</link>
					<pubDate>Wed, 26 Nov 2008 16:58:33 +0000</pubDate>
					<dc:creator>Venetian</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Can anyone please explain how to create a collective and what needs to be included.</p>
<p>I have done this by using the create collective, included the java classes (not actual files), but then it appears the class files need to be sent and placed in max runtime folder as well as the mxf.</p>
<p>How would one wrap everything in one application or collective?</p>
<p>are there any extra problems with windows and JRE?</p>
<p>can people `see&#8217; your code from this?</p>
<p>Many thanks,<br />
Andrew</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145842</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145842</link>
					<pubDate>Wed, 10 Jun 2009 12:30:47 +0000</pubDate>
					<dc:creator>Ch</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I got the same problem.<br />
I built a collective, and I got the error : Could not load class &#8216;myPackage.MyClass&#8217;</p>
<p>I tried &#8216;include file&#8230;&#8217; ->MyClass.class<br />
as well as &#8216;include folder&#8230;&#8217; -> myPackage<br />
But that doesn&#8217;t work.<br />
How to &#8216;embbed&#8217; the class files in an mxf?</p>
<p>ch.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145843</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145843</link>
					<pubDate>Thu, 02 Jul 2009 19:16:09 +0000</pubDate>
					<dc:creator>Nat</dc:creator>

					<description>
						<![CDATA[
						<p>I have the same problem, any pointers ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145844</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145844</link>
					<pubDate>Thu, 02 Jul 2009 19:56:10 +0000</pubDate>
					<dc:creator>Ch</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I didn&#8217;t find a way to include the classes in the mxj.<br />
I&#8217;m not sure it&#8217;s possible to do so..</p>
<p>So to correct the &#8220;Could not load class &#8230;&#8221; I just copied my classes/packages next to the mxj.</p>
<p>Ch</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145845</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145845</link>
					<pubDate>Sat, 04 Jul 2009 16:48:48 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>I just managed it yestesday (on mac os), while making my first standalone using mxj. And while there was already an old topic for this on this forum, it was a bit confusing to find the way :</p>
<p>the answer is in this old message from topher :<br />
<a href="http://www.cycling74.com/forums/index.php?t=msg&#038;goto=85895&#038;rid=0&#038;S=8fa2a55008563dd97847b011b2b62d1d#msg_num_4">http://www.cycling74.com/forums/index.php?t=msg&#038;goto=85895&#038;rid=0&#038;S=8fa2a55008563dd97847b011b2b62d1d#msg_num_4</a></p>
<p>&#8220;<br />
> you need to make the directory<br />
> myapp/Contents/Resources/java/lib   <br />
> and myapp/Contents/Resources/java/classes<br />
> put the jars in lib and your classes in classes and it should <br />
> work. for package classes make sure you preserve the package<br />
> directory structure.<br />
&#8220;</p>
<p>i took time to understand that i had to put &#8220;recv.class&#8221; in myapp/Contents/Resources/java/classes/net/udp/recv.class  &#8230; simply because the mxj object name is net.udp.recv </p>
<p>working for me with a standalone. (for collective i don&#8217;t know)</p>
<p>here is a picture of it :</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145846</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145846</link>
					<pubDate>Sat, 04 Jul 2009 18:31:09 +0000</pubDate>
					<dc:creator>Ch</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alex,</p>
<p>I just see that I wrote mxj instead of mxf in my last post. sorry if it was confusing.<br />
The procedure you describe to include the classes in a standalone is the usual one.<br />
Unfortunately you can&#8217;t do the same with collectives as they&#8217;re not folders.  </p>
<p>Ch.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145847</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145847</link>
					<pubDate>Sat, 04 Jul 2009 21:51:45 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, newbie question: what is really the point of making a collective when you can make a standalone ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145848</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145848</link>
					<pubDate>Sun, 05 Jul 2009 00:17:56 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>A standalone contains the max runtime environment so users without max can run your patches. A collective doesn&#8217;t include the runtime so you can send it to people who already have max (or the runtime). It just bundles in all the other subpatches and externals the file needs. This makes the collective format smaller. You&#8217;ll notice that a standalone actually includes the collective .mxf inside it.</p>
<p>lh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145849</guid>
					<title><![CDATA[Re: Creating mxf collective and including Java files]]></title>
					<link>http://cycling74.com/forums/topic/creating-mxf-collective-and-including-java-files/#post-145849</link>
					<pubDate>Sun, 05 Jul 2009 00:46:13 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>thanks for the explanation.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

