<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR></HEAD>
<BODY text=#000000 bgcolor=#ffffff>
<DIV id=idOWAReplyText87975>
<DIV><FONT face="Times New Roman" color=#000000 size=3>Hello:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>- The compliance level must be 1.4 because the Java Virtual Machines&nbsp;available for PDA and smartphones only accept JAR files that were compiled with level 1.4 or less. If you add a JAR file compiled with level &gt; 1.4 to the folder resources/jars, it will not work on a PDA or smartphone. In that case, you should find the source code for that JAR file and inlcude it in your workspace and compile it after removing or rerplacing the Java code that is not 1.4-compatible.</DIV>
<DIV>&nbsp;</DIV>
<DIV>- The problem with CrossingsForPath happens when you use&nbsp;JRE/JDK 1.6 in Eclipse (even if you use level 1.4). This is our fault, because that method is public but is not part of the API, so it should not be used in the code. You have two options: use the method called pointCrossingsForPath instead of crossingsForPath (which does the same) or install JRE/JDK 1.5 in your computer and let Eclipse use it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>- You still have a problem with DLLs. Make sure that the folder resources\lib\Win_X86 exists in your workspace (I can't see it in your screenshot) and contains several DLL files and that the VM arguments (in 'Run configurations') look like this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Xmx256M -Djava.library.path="${workspace_loc}/resources/lib/Win_X86</DIV>
<DIV>&nbsp;</DIV>
<DIV>To see if DLLs were loaded correctly, try to load a ECW file. You have a small one here:</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://www.prodevelop.es/files/fm/public/downloads/images/oxford_1675_ecw.zip">http://www.prodevelop.es/files/fm/public/downloads/images/oxford_1675_ecw.zip</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>(unzip it first)</DIV>
<DIV>&nbsp;</DIV>
<DIV>- We forgot to update the file appGvsigMobile\build.number, that's where the application reads the current version and build number. SImply change it to "<SPAN>version.id=0.3" or "<SPAN>version.id=- Marcel's&nbsp;version", etc.</SPAN></SPAN></DIV>
<DIV><SPAN><SPAN></SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN><SPAN>Regards,</SPAN></SPAN></DIV>
<DIV><FONT face="Courier New" size=2><FONT face="Times New Roman" size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><FONT face="Times New Roman" size=3>Juan Lucas Domínguez Rubio<BR></FONT>---</FONT></DIV></DIV>
<DIV id=idSignature24465>
<DIV><FONT face="Courier New" size=2><FONT face="Courier New" size=2><FONT face="Courier New" size=2>Prodevelop SL, Valencia (España)</FONT></DIV>
<DIV>
<DIV><FONT face="Courier New" size=2>Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR></FONT><A href="http://www.prodevelop.es/"><FONT face="Courier New" size=2>http://www.prodevelop.es</FONT></A><BR><FONT face="Courier New" size=2>---</FONT></DIV></FONT></DIV></FONT></DIV>
<DIV><BR></DIV>
<DIV>
<HR>
</DIV>
<DIV><FONT face=Tahoma size=2><B>De:</B> Marcel Schoolmeesters [mailto:schoolmeesters@gmx.de]<BR><B>Enviado el:</B> dom 21/03/2010 13:02<BR><B>Para:</B> Juan Lucas Dominguez Rubio<BR><B>Asunto:</B> Re: gvSig src<BR></FONT></DIV>
<DIV>Hello,<BR><BR>it was my fault. Don't know why I did not see that I did not checkout the "resources" folder...although the error said "resources missing" - thank you for the screenshots.<BR><BR>The build.xml works now...<BR><BR>Btw, why the compliance level must be set to 1.4?<BR><BR>If the run of the app work, too, I'll let you know...will test it later.<BR><BR>---<BR></DIV>
<DIV>Project can be started now...<BR><BR>Just one error left in libFMap:<BR><BR>
<UL>
<LI>The method CrossingsForPath(PathIterator, double, double) is undefined for the type Curve </LI></UL><BR>you don't get that error?<BR><BR>However, I can proceed....<BR><BR>The console tells me after running the app:<BR>
<BLOCKQUOTE><I>Forcing initialization of Utils...<BR>Forcing load of ECW DLL...<BR>Forcing load of SHP DLL...<BR>Unable to load Ermapper libraries!<BR>Unable to load SHP libraries!<BR>App params:<BR>Param: 0 : m=J9<BR>Param: 1 : s=480x600<BR>Param: 2 : l=en<BR>Param: 3 : p=C:\Users\f4c0r\workspace\gvSIG<BR>log4j:WARN No appenders could be found for logger (Messages).<BR>log4j:WARN Please initialize the log4j system properly.<BR>VM specified: J9<BR>Log file: C:\Users\f4c0r\workspace\gvSIG\log\1269172005415.gvsig-mobile.log.txt</I><BR></BLOCKQUOTE>The title of the app still is gvSIG Mobile 0.2.0....<BR><BR><BR>Well, however, then I can start trying to understand the code better and try to adjust what I have to adjust :)<BR><BR>thank you again<BR><BR>Marcel<BR><BR><BR>Marcel Schoolmeesters schrieb: 
<BLOCKQUOTE>Hello,<BR><BR>it was my fault. Don't know why I did not see that I did not checkout the "resources" folder...although the error said "resources missing" - thank you for the screenshots.<BR><BR>The build.xml works now...<BR><BR>Btw, why the compliance level must be set to 1.4?<BR><BR>If the run of the app work, too, I'll let you know...will test it later.<BR><BR><BR>Regards,<BR><BR>Marcel Schoolmeesters<BR><BR><BR>Juan Lucas Dominguez Rubio schrieb: 
<BLOCKQUOTE>
<DIV id=idOWAReplyText79220>
<DIV><FONT face="Times New Roman" color=#000000 size=3>Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>I have just build the workspace again from scratch, and it worked:</DIV>
<DIV>&nbsp;</DIV>
<DIV>SVN URL:</DIV>
<DIV><A href="http://subversion.gvsig.org/gvSIG-mobile">http://subversion.gvsig.org/gvSIG-mobile</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Folder:</DIV>
<DIV>/pilots/branches/pilot2</DIV>
<DIV>&nbsp;</DIV>
<DIV>See attached screenshot (&nbsp;gvsig_mobile_0_3_workspace.jpg ).</DIV>
<DIV>&nbsp;</DIV>
<DIV>Your workspace does not look like that?</DIV>
<DIV>Can you send me some screenshots of your workspace?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards,</DIV>
<DIV><FONT face="Courier New" size=2><FONT face="Times New Roman" size=3>Juan Lucas Domínguez Rubio<BR></FONT>---</FONT></DIV></DIV>
<DIV id=idSignature74171>
<DIV><FONT face="Courier New" size=2><FONT face="Courier New" size=2><FONT face="Courier New" size=2>Prodevelop SL, Valencia (España)</FONT></FONT></FONT></DIV>
<DIV>
<DIV><FONT face="Courier New" size=2><FONT face="Courier New" size=2><FONT face="Courier New" size=2>Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR></FONT><A href="http://www.prodevelop.es/"><FONT face="Courier New" size=2>http://www.prodevelop.es</FONT></A><BR><FONT face="Courier New" size=2>---</FONT></FONT></FONT></DIV></DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV><BR>
<HR size=4>
<BR>
<CENTER><BR></CENTER></BLOCKQUOTE><BR><BR>
<HR size=4>
<BR>
<CENTER><BR></CENTER></BLOCKQUOTE><BR></DIV></BODY></HTML>