<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Penny,<div class=""><div class="">We do not yet have a pipeline setup to allow you to convert your Alice 3 project into an executable file. We are working on such a tool, but it is not yet ready.</div><div class=""><br class=""></div><div class="">It may be possible to import your project into NetBeans using the NetBeans Plugin for Alice, and then creating an executable .jar from NetBeans, but we have had mixed results with this process.</div><div class=""><br class=""></div><div class="">After converting the project to NetBeans, the Alice project, when you click the Run button, the ApplicationRoot is setup and reads the property "<span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small; font-variant-ligatures: normal; background-color: rgb(255, 255, 255);">org.alice.ide.rootDirectory”. </span><span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);">In there i</span><span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255); font-variant-ligatures: normal;">t looks for the platform directory that holds the OS specific libraries like jogl and ffmpeg.</span></div><div class=""><br class=""></div><div class="">You can set this property in code before <span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small; font-variant-ligatures: normal; background-color: rgb(255, 255, 255);">ApplicationRoot is used by calling</span></div><div class=""><span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small; background-color: rgb(255, 255, 255);"><br class=""></span></div><div class=""><span class="" style="background-color: rgb(255, 255, 255);"><span class="Apple-tab-span" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; white-space: pre;">     </span><font color="#222222" face="arial, sans-serif" class="">System.setProperty("org.alice.ide.rootDirectory", "./“);</font></span></div><div class=""><span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"><br class=""></span></div><div class=""><span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);">This should be the first line in main().</span></div><div class=""><br class=""></div><div class="">Make sure that second directory holds the platform folder with the required libraries. It is not quite a single file, but it can be run.</div><div class=""><br class=""></div><div class="">If you attempt this, please see the note below about correctly setting up the VM options in NetBeans.</div><div class=""><br class=""></div><div class="">Please let us know if you have any questions.</div><div class=""><br class=""></div><div class="">All the best,</div><div class="">Don Slater</div><div class=""><br class=""></div><div class="">Alice Project</div><div><blockquote type="cite" class=""><div class="">On May 7, 2018, at 2:00 PM, Penny Ventrone <<a href="mailto:pventrone@pinckneypirates.org" class="">pventrone@pinckneypirates.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Is is possible to create an executable if an Alice file has been used to begin a project in Net Beans?  <div class=""><br class=""></div><div class="">I apologize if this has already been covered somewhere.<div class=""><br class=""></div><div class=""><br clear="all" class=""><div class=""><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><div class=""><div class="">Penny Ventrone<br class=""></div>Business Teacher<br class=""></div>Pinckney Community High School<br class="">810.225.5715<br class=""><br class=""></div><a href="http://pventrone.weebly.com/" target="_blank" class="">pventrone.weebly.com</a><br class=""></div></div></div></div></div></div>
_______________________________________________<br class="">alice-teachers mailing list<br class=""><a href="mailto:alice-teachers@lists.andrew.cmu.edu" class="">alice-teachers@lists.andrew.cmu.edu</a><br class="">To change settings or unsubscribe visit:<br class="">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</div></blockquote></div><br class=""></div></body></html>