Re: where is the error....???help me to find it!!!!
What I would do first is debug the code, pause on this line :
Test t=new Test();
and inspect datanew to verify it's filled properly and work from there.
--------------------
Paul Hamaker, SEMM, teaching ICT since 1987
http://javalessons.com
.
Relevant Pages
- (eats disks) Re: iommu breaks usb after resume
... I've queued up your fix in x86.git (sans the debug ... printks), please send your signoff once you can verify that it solves ... (Linux-Kernel) - Form not refreshing
... runs through about 100,000 records for this conversion. ... the form stops refreshing and appears to hang. ... This happens during debug as well. ... If I pause and step ... (microsoft.public.dotnet.languages.vb) - Re: xcopy command line for files and folders
... echo off ... 'pause' stops WinXP from exiting [and blanking all the inofrmation of ... Of important note with XCOPY, be sure to set VERIFY ON, else, and this ... I have no need to copy large amounts from here to there - I just put ... (microsoft.public.windowsxp.general) - Re: Activesync problem connecting to CEPC downloaded image
... The easiest way is to verify that your board support package sends the debug ... > The com port is used only by activesync. ... What about serial debug? ... (microsoft.public.windowsce.app.development) - Re: iommu breaks usb after resume
... I've queued up your fix in x86.git (sans the debug ... printks), please send your signoff once you can verify that it solves ... (Linux-Kernel) |
|