<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>RepRap software errors</title>
        <description> Hi.  I am fairly new to the RepRap project, but plan to build one soon.  I am going through the steps at [reprap.org], but ran into a brick wall at the following instruction:

&quot;Now you can run the RepRap software. As you, not the superuser, open Eclipse, open the RepRap project, go to src -&amp;gt; org.reprap and right-mouse-click on Main.java. Select Run as -&amp;gt; Java application.&quot;

When I do that, it asks me if I want to proceed even there are a ton of errors.  In fact, there seems to be 822 errors currently.  Therein lies my problem.

One clue might be the following words that come up when I start eclipse:

&quot;
searching for compatible vm...
  testing /usr/lib/jvm/java-gcj...found
WARNING: Error loading security provider org.bouncycastle.jce.provider.BouncyCastleProvider: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/lib/eclipse/startup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
WARNING: Error loading security provider gnu.crypto.jce.GnuCrypto: java.lang.ClassNotFoundException: gnu.crypto.jce.GnuCrypto not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/lib/eclipse/startup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
&quot;

Specifically, the &#039;testing...java-gcj&quot; part.  I am trying to use java-6-sun, and have several times set the alternatives to use java-6-sun using the following commands:

sudo update-java-alternatives --set java-6-sun
sudo update-alternatives --config java (and then I choose java-6-sun and press enter)

Do you think eclipse is still using java-gcj, or that it&#039;s just probing things and is actually using java-6-sun?  Either way, what do you think the cause of my errors might be?

P.S.  When I was installing the initial packages, there were a couple I had problems with and found alternatives for (libgcj7-awt and libsdl).  I have another posting about that topic though, but these might be related.

P.P.S.  I&#039;m running Ubuntu gusty.</description>
        <link>https://reprap.org/forum/read.php?12,11379,11379#msg-11379</link>
        <lastBuildDate>Tue, 21 Jul 2026 22:32:28 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11816#msg-11816</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11816#msg-11816</link>
            <description><![CDATA[ I had a conversation with one of the local gurus at the local LUG meeting a couple of days ago and he mentioned that Java 6 has a number of issues at present and that Java 5 should be used wherever possible.<br />
<br />
This was brought up when I mentioned the bug in Java6 I stumbled across here:<br />
[<a href="https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/176198" target="_blank"  rel="nofollow">bugs.launchpad.net</a>]<br />
<br />
You may want to downgrade to Java5 if/when you have any more issues.]]></description>
            <dc:creator>reece.arnott</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Sat, 10 May 2008 03:41:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11536#msg-11536</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11536#msg-11536</link>
            <description><![CDATA[ Great!  You guys are like psychics!  Once again you were smack-on.  My permissions were over-restrictive.  Again, I think this is something that should be mentioned in the wiki.  When almost everything else is copy and paste, it gets confusing when we have to start thinking by ourselves. :)<br />
<br />
I've started eclipse, and it now builds with 0 errors.  Whoohoo!  I assume I don't have to worry about the 138 warnings it has...<br />
<br />
Thanks for your help, Reece! :)  You have earned much Karma.<br />
<br />
Peace,<br />
Andromodon]]></description>
            <dc:creator>Andromodon</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 29 Apr 2008 21:14:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11534#msg-11534</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11534#msg-11534</link>
            <description><![CDATA[ It may be the security settings on the j3d file, depending on where you got it from. Again quoting from the same thread as above:<br />
"The 0.8 version has the rights as -rw-r--r-- but the 0.9 version is -rwxrwx---<br />
<br />
As this file is copied into place via a sudo command this means its assigned user and group as root so the normal user has no rights to it, hence the error, Simple fix for that is to run the following command in the java lib/ext directory afterwards:<br />
<br />
sudo chmod 644 j3d-org-java3d-all.jar "<br />
<br />
If its not that then it is almost certainly the Eclipse can't see it for some reason, which points to a build path issue.<br />
<br />
The brute force approach is the scattergun approach: put a copy of the j3d into any and all folders that may be in the build path.<br />
<br />
The better way is to check and re-check any and all build paths you can find in Eclipse and make sure they're pointing in the right place. I'm fairly sure that the build path isn't recursive (i.e. you can't put in /foldera and it will find something in /foldera/folderb) so if the folder isn't in the path, it isn't being used.<br />
<br />
Be very careful when you read the path. I had an issue where I concentrated on getting the last couple of subfolders letter perfect and missed the fact that the first part was pointing to the wrong part of the filesystem (I think it was /usr/local instead of /usr/lib or something).]]></description>
            <dc:creator>reece.arnott</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 29 Apr 2008 18:20:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11524#msg-11524</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11524#msg-11524</link>
            <description><![CDATA[ LOL, recee.arnott! :)  You're right smack on.  My j3d-org-java3d-all.jar is an HTML file.  LAME!  If there is a link referring to a 'bla.jar', and saving it gives you a file called 'bla.jar', the dang file should be a jar file!  I cry foul!  That should be fixed in the wiki instructions.  Just a "(must click.  save-as doesn't work)" should suffice. <br />
<br />
Thanks for your help, recee!  Unfortunately, I still have the same three errors:<br />
<br />
Severity and Description	Path	Resource	Location	Creation Time	Id<br />
STLLoader cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 144	1209472440375	1360<br />
STLLoader cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 144	1209472440375	1361<br />
The import org.j3d cannot be resolved	repRap/src/org/reprap/gui	STLObject.java	line 64	1209472440375	1359<br />
<br />
Also, thanks to davidgoodenough for the java clarification. :)]]></description>
            <dc:creator>Andromodon</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 29 Apr 2008 08:35:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11516#msg-11516</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11516#msg-11516</link>
            <description><![CDATA[ Eclipse happens to be written in Java, and is therefore started by starting an external JVM.  From there on FORGET that JVM.<br />
<br />
Internally Eclipse runs its own compiler, which can be set to emit code for a variety of java versions.<br />
<br />
Each project has its own environment, JARs etc are not shared between them unless you explicitly tell it to.<br />
<br />
If you select the project, and select Build Path from the menu, and Configure Build Path, you will find a set of panels that allow you to select which JARs etc are used for this compilation.  Of course you only need those JARs that are directly referenced, so for instance in the case of JDBC access you need the basic JDBC support, not the specific JDBC driver you are going to use.<br />
<br />
If you run or debug code within Eclipse, then you will need to specify those extra JARs (such as the JDBC driver in the example above) in the Classpath pane of the Debug or Run Dialog.  You can also select the external JRE to be used to run this code at this point.]]></description>
            <dc:creator>davidgoodenough</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 29 Apr 2008 05:23:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11512#msg-11512</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11512#msg-11512</link>
            <description><![CDATA[ I would think it is an issue with j3d. I had a similar problem, see [<a href="http://forums.reprap.org/read.php?12,6131,8590" target="_blank"  rel="nofollow">forums.reprap.org</a>] The core part being<br />
<br />
"just tried to download the file referenced in the wiki instructions by right clicking on the link and it downloaded a file of the correct name. But, it was 6.7KB and when I went to look at it with a text editor I found it was a html file.<br />
<br />
So, I went back and actually clicked on the link and found that it gives you a list of the latest revisions to choose which one you want to download. "<br />
<br />
I got a different error message so it may be a different issue.<br />
<br />
As to JRE vs JDK etc. the way I understand it (not being much into the theory behind it all this could be a little off the mark) is as follows...<br />
<br />
The JDK is all sorts of cool already compiled tools to mix and match. These are mostly in .jar files (Java archives).<br />
<br />
The JRE is the environment you need to have to compile any actual source code. You can also have a separate JRE associated with actually running the compiled programs. <br />
<br />
The build path in Eclipse is needed to know where any files (normally .jar) are to be found that are referenced in the source code in order to compile. Again, there is a separate build path which is needed if there are any external files needed for the compiled program to run.]]></description>
            <dc:creator>reece.arnott</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 29 Apr 2008 01:13:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11509#msg-11509</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11509#msg-11509</link>
            <description><![CDATA[ How, exactaly, do I do that?  I thought that every .jar file in /usr/lib/jvm/java-6-sun-1.6.0.06/jre/lib/ext was in the build path.  j3d-org-java3d-all.jar is in that directory.  <br />
<br />
Thanks for your help, but specifics would be of great use to me at this point.]]></description>
            <dc:creator>Andromodon</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Mon, 28 Apr 2008 19:01:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11489#msg-11489</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11489#msg-11489</link>
            <description><![CDATA[ Eclipse does not use the normal Java compiler, it has its own.  This is why you only need the JRE to run it, not the JDK.<br />
<br />
You need to add this library to the Build Path on the project.]]></description>
            <dc:creator>davidgoodenough</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Mon, 28 Apr 2008 10:03:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11486#msg-11486</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11486#msg-11486</link>
            <description><![CDATA[ Fantastic!   That was precisely my problem.  Eclipse was using java-sun-1.5, which doesn't have all of the 3d libraries installed in it.  That seems kind of silly, though, for eclipse to have its own java selector.  That's what update-alternatives is for!  Am I missing something?<br />
<br />
BTW, I changed it to java-6-sun, which is where I have all of the 3d libraries.<br />
<br />
Anyway, that change cut down my number of errors by at least a factor of a hundred.  I have three left:<br />
<br />
Severity and Description	Path	Resource	Location	Creation Time	Id<br />
STLLoader cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 144	1209388262255	1160<br />
STLLoader cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 144	1209388262255	1161<br />
The import org.j3d cannot be resolved	repRap/src/org/reprap/gui	STLObject.java	line 64	1209388262255	1159<br />
<br />
The last one seems to say that j3d isn't in the right spot.  Do you concur?<br />
<br />
I do, however have j3d-org-java3d-all.jar in /usr/lib/jvm/java-6-sun-1.6.0.06/jre/lib/ext.   Can you think of anything else? :)]]></description>
            <dc:creator>Andromodon</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Mon, 28 Apr 2008 09:18:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11480#msg-11480</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11480#msg-11480</link>
            <description><![CDATA[ It looks like some issues I had when Eclipse is compiling using the wrong version of Java.<br />
<br />
Two places to put the correct java classpath: in the eclipse workspace and in the reprap project itself.<br />
<br />
So:<br />
1.  Click on the Window menu and choose Preferences. Under Java-&gt; Installed JREs,  add or edit java-6-sun as appropriate. To make things simple, delete any other JREs.<br />
<br />
2. Click on Project menu and go to Properties. Click on the Java Build Path and under both the 'Libraries' and 'Order and Export' tabs make sure  the correct java is listed (java-6-sun).<br />
<br />
If you're not wanting to actually edit the software and just want to run it you can follow the cut down instructions at [<a href="http://www.reprap.org/bin/view/Main/RepRapLinuxSoftware" target="_blank"  rel="nofollow">www.reprap.org</a>] and  download the already compiled software from [<a href="https://sourceforge.net/project/showfiles.php?group_id=159590&amp;package_id=179179" target="_blank"  rel="nofollow">sourceforge.net</a>]<br />
<br />
This is a zip file with a few files that are simply the Reprap.jar and a couple of files to run a java virtual machine using it.]]></description>
            <dc:creator>reece.arnott</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Mon, 28 Apr 2008 04:15:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11469#msg-11469</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11469#msg-11469</link>
            <description><![CDATA[ By the way, Andy D. = Andromodon.  I made an account for myself. :)]]></description>
            <dc:creator>Andromodon</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Sun, 27 Apr 2008 18:27:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11467#msg-11467</guid>
            <title>&lt;ignore message&gt;</title>
            <link>https://reprap.org/forum/read.php?12,11379,11467#msg-11467</link>
            <description><![CDATA[ ______________________________________________]]></description>
            <dc:creator>Andromodon</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Sun, 27 Apr 2008 18:25:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11465#msg-11465</guid>
            <title>Thank you...</title>
            <link>https://reprap.org/forum/read.php?12,11379,11465#msg-11465</link>
            <description><![CDATA[ Thank you batman.  That solved the eclipse-start warning.  Eclipse is now starting cleanly, but it doesn't appear to be solving the other problem.<br />
<br />
I am still getting a ton of errors when eclipse compiles the reprap project.  I should have done this earlier, but here are a few of them:  I have warnings too, but I would guess they're less important.<br />
<br />
Maybe I messed up some part of the install process or don't have a library I should have?  Do you recognize any of the errors and/or understand what library functions they are complaining about not having?<br />
<br />
Thanks for your help! :)<br />
<br />
<br />
<br />
------------------------<br />
<br />
<br />
Severity and Description	Path	Resource	Location	Creation Time	Id<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 30	1209333352453	1<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 51	1209333352453	3<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 83	1209333352453	7<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 126	1209333352453	13<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap	Printer.java	line 246	1209333352698	43<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry	LayerProducer.java	line 89	1209333353036	103<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry	LayerProducer.java	line 229	1209333353036	104<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry	Producer.java	line 174	1209333353044	109<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 434	1209333353695	149<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 582	1209333353717	159<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 589	1209333353717	161<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 591	1209333353717	162<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 591	1209333353717	163<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 675	1209333353717	164<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 1314	1209333353718	174<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	MouseObject.java	line 69	1209333353807	211<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	MouseObject.java	line 113	1209333353808	245<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 86	1209333353881	345<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 86	1209333353881	346<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 97	1209333353881	348<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 101	1209333353881	350<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 106	1209333353881	352<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 401	1209333353883	403<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 17	1209333353946	412<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 18	1209333353946	413<br />
BranchGroup cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 19	1209333353946	414<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	MouseObject.java	line 121	1209333353808	247<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	PreviewPanel.java	line 100	1209333353947	450<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	PreviewPanel.java	line 143	1209333353948	462<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	PreviewPanel.java	line 268	1209333353954	485<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	PreviewPanel.java	line 270	1209333353954	488<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	PreviewPanel.java	line 276	1209333353954	497<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	STLObject.java	line 104	1209333354045	602<br />
BranchGroup cannot be resolved	repRap/src/org/reprap/gui	STLObject.java	line 111	1209333354046	614<br />
Bounds cannot be resolved to a type	repRap/src/org/reprap/gui	MouseObject.java	line 78	1209333353807	215<br />
Bounds cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 98	1209333353881	349<br />
Bounds cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 192	1209333353882	381<br />
Bounds cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 279	1209333353883	390<br />
Bounds cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 85	1209333353947	434<br />
Bounds cannot be resolved to a type	repRap/src/org/reprap/gui	RepRapBuild.java	line 268	1209333354030	541<br />
BoundingSphere cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 193	1209333353882	383<br />
BoundingBox cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 87	1209333354037	592<br />
black cannot be resolved	repRap/src/org/reprap	Preferences.java	line 75	1209333352694	38<br />
black cannot be resolved	repRap/src/org/reprap	Preferences.java	line 75	1209333352694	39<br />
black cannot be resolved	repRap/src/org/reprap/devices	GenericExtruder.java	line 403	1209333352888	75<br />
black cannot be resolved	repRap/src/org/reprap/devices	GenericExtruder.java	line 403	1209333352888	76<br />
black cannot be resolved	repRap/src/org/reprap/gui	Panel3D.java	line 166	1209333353882	370<br />
black cannot be resolved	repRap/src/org/reprap/gui	Panel3D.java	line 166	1209333353882	372<br />
black cannot be resolved	repRap/src/org/reprap/gui	Panel3D.java	line 175	1209333353882	378<br />
black cannot be resolved	repRap/src/org/reprap/gui	Panel3D.java	line 175	1209333353882	380<br />
bgColour cannot be resolved	repRap/src/org/reprap/gui	Panel3D.java	line 142	1209333353882	357<br />
bgColour cannot be resolved	repRap/src/org/reprap/gui	PreviewPanel.java	line 45	1209333353947	420<br />
bgColour cannot be resolved	repRap/src/org/reprap/gui	RepRapBuild.java	line 235	1209333354029	527<br />
below cannot be resolved	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 539	1209333353695	154<br />
below cannot be resolved	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 1314	1209333353718	173<br />
below cannot be resolved	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 1316	1209333353718	175<br />
below cannot be resolved	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 1350	1209333353718	192<br />
bbox cannot be resolved	repRap/src/org/reprap/gui	STLObject.java	line 132	1209333354047	642<br />
Background cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 104	1209333353881	351<br />
Background cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 44	1209333353947	417<br />
Background cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 45	1209333353947	418<br />
Background cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 45	1209333353947	419<br />
Background cannot be resolved to a type	repRap/src/org/reprap/gui	RepRapBuild.java	line 234	1209333354029	524<br />
Background cannot be resolved to a type	repRap/src/org/reprap/gui	RepRapBuild.java	line 235	1209333354029	525<br />
Background cannot be resolved to a type	repRap/src/org/reprap/gui	RepRapBuild.java	line 235	1209333354029	526<br />
applicationBounds cannot be resolved	repRap/src/org/reprap/gui	Panel3D.java	line 193	1209333353882	382<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 35	1209333352453	2<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 51	1209333352453	4<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 88	1209333352453	9<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Attributes.java	line 132	1209333352453	15<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Extruder.java	line 174	1209333352487	20<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Preferences.java	line 61	1209333352694	32<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Preferences.java	line 73	1209333352694	35<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap	Preferences.java	line 73	1209333352694	36<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/devices	GenericExtruder.java	line 282	1209333352888	68<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/devices	GenericExtruder.java	line 402	1209333352888	72<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/devices	GenericExtruder.java	line 1232	1209333352888	77<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/devices	NullExtruder.java	line 213	1209333352971	93<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/devices	NullExtruder.java	line 563	1209333352971	96<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/devices	NullExtruder.java	line 587	1209333352971	97<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/devices	NullExtruder.java	line 605	1209333352971	98<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 1325	1209333353718	176<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 83	1209333353881	343<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 84	1209333353881	344<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 165	1209333353882	366<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 174	1209333353882	374<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 415	1209333353883	405<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	Panel3D.java	line 449	1209333353883	406<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 269	1209333354047	648<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 447	1209333354048	666<br />
Appearance cannot be resolved to a type	repRap/src/org/reprap/gui	STLObject.java	line 471	1209333354048	667<br />
app cannot be resolved	repRap/src/org/reprap	Attributes.java	line 56	1209333352453	6<br />
app cannot be resolved	repRap/src/org/reprap	Attributes.java	line 88	1209333352453	10<br />
app cannot be resolved	repRap/src/org/reprap	Attributes.java	line 111	1209333352453	11<br />
app cannot be resolved	repRap/src/org/reprap	Attributes.java	line 132	1209333352453	16<br />
AmbientLight cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 87	1209333353947	436<br />
AmbientLight cannot be resolved to a type	repRap/src/org/reprap/gui	PreviewPanel.java	line 87	1209333353947	437<br />
AmbientLight cannot be resolved to a type	repRap/src/org/reprap/gui	RepRapBuild.java	line 270	1209333354030	543<br />
AmbientLight cannot be resolved to a type	repRap/src/org/reprap/gui	RepRapBuild.java	line 270	1209333354030	544<br />
aat.trans cannot be resolved or is not a field	repRap/src/org/reprap/geometry/polygons	STLSlice.java	line 1330	1209333353718	179]]></description>
            <dc:creator>Andy D.</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Sun, 27 Apr 2008 18:10:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11430#msg-11430</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11430#msg-11430</link>
            <description><![CDATA[ sudo apt-get install libgnucrypto-javat]]></description>
            <dc:creator>batman1235</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Fri, 25 Apr 2008 12:06:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11417#msg-11417</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11417#msg-11417</link>
            <description><![CDATA[ Thank you for your help!  <br />
<br />
I do not have a /usr/sjare/java/ext directory.<br />
<br />
Also, a 'locate bouncycastle' returned only a couple configuration files in /etc/java/security/security.d/...<br />
<br />
I then did a 'apt-cache search bouncycastle' and found a package libbcprov-java that I thought might help?<br />
<br />
"libbcprov-java - Bouncy Castle Java Cryptographic Service Provider"<br />
<br />
So, I installed it, and now running eclipse only gives these messages on startup.<br />
<br />
"searching for compatible vm...<br />
  testing /usr/lib/jvm/java-gcj...found<br />
WARNING: Error loading security provider gnu.crypto.jce.GnuCrypto: java.lang.ClassNotFoundException: gnu.crypto.jce.GnuCrypto not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/lib/eclipse/startup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}<br />
"<br />
<br />
You mentioned I should run Reprap.jar, but a "find . -iname '*Reprap.jar*'" from the eclipse workspace directory finds no results.  Are you sure I am supposed to have that file?  If I only have part of the code, that might be the problem. :)  I tried to follow the directions and thought I had all of the svn code, but I could be wrong.<br />
<br />
Aren't the instructions at [<a href="http://reprap.org/bin/view/Main/RepRapDeveloperInstallLinux" target="_blank"  rel="nofollow">reprap.org</a>] for anyone who is building a RepRap and wants software to run it?<br />
<br />
Thanks for your help!]]></description>
            <dc:creator>Andy D.</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 24 Apr 2008 23:33:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11388#msg-11388</guid>
            <title>Re: RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11388#msg-11388</link>
            <description><![CDATA[ I did a quick search for the bouncycastle error and came across this:<br />
-------------------------------------------------------------------------------------		<br />
It seems that the default extensions directory has been moved<br />
to /usr/share/java/ext (as opposed to java-ext).  You could try the<br />
following:<br />
<br />
  $ sudo ln -s /usr/share/java-ext/bouncycastle-jdk1.4/bcprov.jar \<br />
               /usr/share/java/ext/bcprov.jar<br />
<br />
----------------------------------------------------------------------------------------------------<br />
<br />
Check that out first. There are a number of other known issues associated with this error so I'd do a google search for the bouncycastle error "Error loading security provider org.bouncycastle" and see if its one of these. The other one that seems to be common is an install of Azureus seems to break java in some instances.<br />
<br />
Also, Eclipse can set its own java environment variables so you'll need to check them out. The easiest way is to take Eclipse out of the equation and just try to run the Reprap.jar file. If that works, then its probably one of Eclipses weird settings that you'll need to play around with.<br />
<br />
BTW, the instructions you're referencing are specifically for developers who are wanting to contribute code etc. so if thats not you, don't worry about it. I'll be finding/fixing the same issues with the new Ubuntu Hardy Heron in a week or two as I try to get a new LiveCD created.]]></description>
            <dc:creator>reece.arnott</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 24 Apr 2008 01:47:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,11379,11379#msg-11379</guid>
            <title>RepRap software errors</title>
            <link>https://reprap.org/forum/read.php?12,11379,11379#msg-11379</link>
            <description><![CDATA[ Hi.  I am fairly new to the RepRap project, but plan to build one soon.  I am going through the steps at [<a href="http://reprap.org/bin/view/Main/RepRapDeveloperInstallLinux" target="_blank"  rel="nofollow">reprap.org</a>], but ran into a brick wall at the following instruction:<br />
<br />
"Now you can run the RepRap software. As you, not the superuser, open Eclipse, open the RepRap project, go to src -&gt; org.reprap and right-mouse-click on Main.java. Select Run as -&gt; Java application."<br />
<br />
When I do that, it asks me if I want to proceed even there are a ton of errors.  In fact, there seems to be 822 errors currently.  Therein lies my problem.<br />
<br />
One clue might be the following words that come up when I start eclipse:<br />
<br />
"<br />
searching for compatible vm...<br />
  testing /usr/lib/jvm/java-gcj...found<br />
WARNING: Error loading security provider org.bouncycastle.jce.provider.BouncyCastleProvider: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/lib/eclipse/startup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}<br />
WARNING: Error loading security provider gnu.crypto.jce.GnuCrypto: java.lang.ClassNotFoundException: gnu.crypto.jce.GnuCrypto not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/lib/eclipse/startup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}<br />
"<br />
<br />
Specifically, the 'testing...java-gcj" part.  I am trying to use java-6-sun, and have several times set the alternatives to use java-6-sun using the following commands:<br />
<br />
sudo update-java-alternatives --set java-6-sun<br />
sudo update-alternatives --config java (and then I choose java-6-sun and press enter)<br />
<br />
Do you think eclipse is still using java-gcj, or that it's just probing things and is actually using java-6-sun?  Either way, what do you think the cause of my errors might be?<br />
<br />
P.S.  When I was installing the initial packages, there were a couple I had problems with and found alternatives for (libgcj7-awt and libsdl).  I have another posting about that topic though, but these might be related.<br />
<br />
P.P.S.  I'm running Ubuntu gusty.]]></description>
            <dc:creator>Andy D.</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 23 Apr 2008 19:23:18 -0400</pubDate>
        </item>
    </channel>
</rss>
