Re: How to get started?
no, that's not neccessary. the sources come with the java JDK. if you only have a JRE, you don't have the sources. you can download the JDK, or only the sources from sun then (http://download.java.net/jdk6/source/)
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=1093
](./images/smilies/eusa_wall.gif)
I'm sorry for my confusing statement.silly freak wrote:so does it work? for me, it sounds so, but your last sentence seems to state the opposite...
In message:I am still having problems figuring out how to set a new "private static final long serialVersionUID".
By the way, for adding the serialVersionUID thing:
Eclipse will start complaining and give a warning whenever there's a serializable class that doesn't have a serialVersionUID. You'll see this through a yellow underline under the class declaration and a small yellow rectangle on the right hand side. Just hover over the yellow underline and select "Add generated serial version ID".
`Triadasoul wrote:I've downloaded Eclipse, imported sourcecode that came with 11/25 version. I'm trying to run it (Gui_Newgame) on eclipse but i have some exception while compiling: java.io.FileNotFoundException: forge.properties. What am i doing wrong?
You need to install a matching set of Subclipse and Subversion and this will allow you to access the SVN. At this point:
In project explorer do a File -> New -> Project and name it ForgeSVN.
Then do a File -> Import - Checkout Projects from SVN.
Use this for the repository location:
https://cardforge.googlecode.com/svn
At this point select the "src" folder and Eclipse will transfer the files to your local copy on your computer. Note that to merge your work into the SVN requires you to use "https" rather than the more common "http".