Build Log
  

Build started: Project: libJava_Applet, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\Administrator\Desktop\pteid-mw-win\_src\eidmw\eidlibJava_Applet\Release\BAT0002008242424.bat" with contents
[
@echo off

call ..\SetPathJdk142.bat

"%BEID_DIR_JDK_142%\bin\javac.exe" -d class -classpath ..\jar\beid35libJava.jar *.java



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "javac of applet java code..."

exit 1

:VCEnd
]
Creating command line """c:\Documents and Settings\Administrator\Desktop\pteid-mw-win\_src\eidmw\eidlibJava_Applet\Release\BAT0002008242424.bat"""
Output Window
  
javac of applet java code...
[INFO] Define default value for BEID_DIR_JDK_142 if not defined yet
[INFO] Input BEID_DIR_JDK_142=C:\Program Files\Java\jdk1.6.0_26
[INFO] Looking for files: "bin\javac.exe" "bin\jar.exe" "include\jni.h"
       Found in "C:\Program Files\Java\jdk1.6.0_26"
BEID_Applet.java:153: cannot find symbol
symbol  : method getPicture()
location: class be.belgium.eid.BEID_EIDCard
   m_picture  = card.getPicture();
                    ^
BEID_Applet.java:168: cannot find symbol
symbol  : method getPicture()
location: class be.belgium.eid.BEID_KidsCard
   m_picture = card.getPicture();
                   ^
BEID_Applet.java:183: cannot find symbol
symbol  : method getPicture()
location: class be.belgium.eid.BEID_ForeignerCard
   m_picture = card.getPicture();
                   ^
BEID_Applet.java:237: cannot find symbol
symbol  : method getIssuingMunicipality()
location: class be.belgium.eid.BEID_EId
   return m_eid.getIssuingMunicipality();
               ^
BEID_Applet.java:295: cannot find symbol
symbol  : method getStreet()
location: class be.belgium.eid.BEID_EId
   return m_eid.getStreet();
               ^
BEID_Applet.java:301: cannot find symbol
symbol  : method getZipCode()
location: class be.belgium.eid.BEID_EId
   return m_eid.getZipCode();
               ^
BEID_Applet.java:307: cannot find symbol
symbol  : method getMunicipality()
location: class be.belgium.eid.BEID_EId
   return m_eid.getMunicipality();
               ^
Note: BEID_Applet.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
7 errors
Project : error PRJ0019: A tool returned an error code from "javac of applet java code..."
Results
  
Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\pteid-mw-win\_src\eidmw\eidlibJava_Applet\Release\BuildLog.htm"
libJava_Applet - 1 error(s), 0 warning(s)