Search Results

Showing results 1 to 39 of 39
Search took 0.01 seconds.
Search: Posts Made By: multicoder
Forum: Java Jul 8th, 2009
Replies: 4
Views: 179
Posted By multicoder
sory, i am leaning towards .. state, working on mulitple technologies!
Can anybody move it to PHP forum?
Forum: Java Jul 8th, 2009
Replies: 4
Views: 179
Posted By multicoder
So here the problem is, it still shows the 9 records on a page if particular record is faulty and we are not showing it,but in the paging we get to see paging from records '11 to 20'
or in other...
Forum: Java Jul 8th, 2009
Replies: 4
Views: 179
Posted By multicoder
if(isset($_REQUEST['page']) || $_REQUEST['page']==" ")
$pageindex = $_REQUEST['page'];
else
$pageindex = 1;

$Tourcnt=mysql_num_rows($sqlThingsToDo);

$TotalPage = ceil($Tourcnt /...
Forum: Java Jul 8th, 2009
Replies: 4
Views: 179
Posted By multicoder
Hi,
I have a strange situation to tackle.I have a paging for the website I am developing.
there are few records in the table which i want to skip from to display in my list in the web page.
But...
Forum: Java Jun 25th, 2009
Replies: 23
Views: 702
Posted By multicoder
sorry,needed to work on a php project these few days..so will be working on the harvesting project soon whn i wind the php up..
Forum: Java Jun 24th, 2009
Replies: 23
Views: 702
Posted By multicoder
yes its true, I have noticed this, because thats why i have confirmed it by putting two diff types of strings ">>" in the msg.
I knw this is thrown exception by me, as if loop goes false.
My worry...
Forum: Java Jun 24th, 2009
Replies: 23
Views: 702
Posted By multicoder
Also m doing it from
C:\Harvester_new\build\classes directory on cmd and it contains evrything inside it , batch file,jarred libraries ans the sample folder too.
cant think of whats wrong now.
Forum: Java Jun 24th, 2009
Replies: 23
Views: 702
Posted By multicoder
sory m not agree this time, it worked fine on windows before.
still tried below too -

java -Xmx512m -classpath %HARVESTER_CLASSPATH% au.com.allhomes.listing.harvester.harness.ListingTestHarness...
Forum: Java Jun 24th, 2009
Replies: 23
Views: 702
Posted By multicoder
public InputStream getHtmlFile() {
InputStream htmlFileStream;
String htmlFileName = this.cli.getHtmlFile();
if (htmlFileName != null) {
File htmlFile = new...
Forum: Java Jun 24th, 2009
Replies: 23
Views: 702
Posted By multicoder
yes its the html file which goes as a input,and its been correct as (my command in ) the batch file,( with changes made for inclusion of jarred libraries) is below -

@REM !/bin/bash
@REM Now the...
Forum: Java Jun 24th, 2009
Replies: 23
Views: 702
Posted By multicoder
Ok, now i copied all external libraries it needs in the
compilation's current directory and my batch is like this -

So I think now jvm will look into the current directory and also in the sample...
Forum: Java Jun 24th, 2009
Replies: 23
Views: 702
Posted By multicoder
hmm..thnx for the nice clarification above.Its very cystall clear now,also i got few searches for this,variable in the batch file to set the classpath.classpath states the jvm to look for the...
Forum: Java Jun 23rd, 2009
Replies: 23
Views: 702
Posted By multicoder
where the libraries come into the picture now?but i understood about setting the classpath like in the batch file, will write the batch file which refers the class files instead of jar files.
Forum: Java Jun 23rd, 2009
Replies: 23
Views: 702
Posted By multicoder
But these are all jar files which executes fine with batch file, but I am trying to execute the application which I have not jarred yet.
I got ur point too.But how the classpath gets set multiple...
Forum: Java Jun 23rd, 2009
Replies: 23
Views: 702
Posted By multicoder
This is the batch file, which executes successfully and produce the output as desired for the test run,in which case -

au.com.allhomes.listing.harvester.parse.RuralPropertyCoParserConfiguration...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
thnx masijade!
I taking this thing here -
http://www.daniweb.com/forums/post897723.html#post897723

And i know where i stand today and I have a dream about tomorow too!!zSo thnx a lot for...
Forum: Java Jun 23rd, 2009
Replies: 23
Views: 702
Posted By multicoder
Hi,
I have an application which is about harvesting the data from html pages, contains an interface.
I had implemented it for (like customization of it) some html page to harvest.
But jvm hitting...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
Its just that we got rid of that exception, but in efforts to that we created a different problem.now we are playing to change the classpath in the command itself and the classloader can now create...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
I think u mean -
java -XmX512m -cp C:\Harvester\build\classes au.com....

That is, space after C:\Harvester\build\classes to provide the classpath.
So for this i got below thing -

Also for...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
I mean to say, I tried -
Case I)
C:\>java -Xmx512m -cp C:\Harvester\build\classes\au.com.allhomes.listing.harvest
er.harness.ListingTestHarness --inputHtml /Harvester/build/classes/sample/data/r...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
For this I got this -


C:\>java -Xmx512m -cp au.com.allhomes.listing.harvester.harness.ListingTestHarn
ess --inputHtml /Harvester/build/classes/sample/data/rsearch.html --listingType...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
Thnx.Yes i had noticed this thing before.I used to get the exception cannot find the file local_url_propeties because i had moved the folder data for some experimenting purpose.
And when i realize...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
Also I noticed one thing with the netbeans behavour, which is very strange for me.
If I change the code, like the test/string inside

throw new IllegalArgumentException("Failed to load**...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
C:\Program Files\Java\jdk1.6.0_14\lib;
this is System CLASSPATH environment variable

Thnx. i got it now, u mean complete class name like u said above


The complete path to the class...
Forum: Java Jun 23rd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
I am not providing any classpath to the cmd.this is the command m hitting with cmd -


C:\Harvester\build\classes\au\com\allhomes\listing\harvester\harness\ListingTestHarnessConfiguration.class...
Forum: Java Jun 22nd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
:S
The au seem to be significant here because my mistake in providing the package structure, but its not actually!
I configured the project in netbeans again to see it holds the parent directory...
Forum: Java Jun 22nd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
hi,
I believe the exception.printStackTrace()
prints the the contents of the system.err to the standard error output system i.e. to cmd
so is this right?then this is my output on cmd -
...
Forum: Java Jun 22nd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
Hi,
I checked with setContextClassLoader(), but to tel u i m not creating any extra thread.
Only the main thread running all around the execution and the class for which i am trying to load is part...
Forum: Java Jun 22nd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
thnx masijade!
the first immediate and nice reply i got!!
I was suspecting it got something to do with classloader, but not sure how to handle this one.
Plz look for the post here,m trying to...
Forum: Java Jun 22nd, 2009
Replies: 26
Views: 2,347
Posted By multicoder
Hi,
My code below :) -

So as you can see, I am trying to create the object of the class which i get as a string , and try to create the object of that class using Class.forName(String) but it...
Forum: Java Jun 20th, 2009
Replies: 13
Views: 525
Posted By multicoder
thnx peter_budo!
I visited the link you gave me and this time it clicked me something else for my netbeans!
I did it with ' libraries ' right click 'add Jar/folder' and did succesfully.
If you...
Forum: Java Jun 20th, 2009
Replies: 13
Views: 525
Posted By multicoder
sorry to say but, It seems that, you did not read the post properly!
and not visited the link i gave here.
I am aware with uses of log4j or else i have seen such demos online.
My problem is to...
Forum: Java Jun 20th, 2009
Replies: 13
Views: 525
Posted By multicoder
your comment is appreciated but, this is not what m looking for, I had seen such type of demos before too.And currently not concerned abt the implementation of log4j in the application.But the...
Forum: Java Jun 19th, 2009
Replies: 13
Views: 525
Posted By multicoder
this article is about adding the package to the existing project etc.
I know all this ways already.But my problem is how to allow the application to import the log4j or rather import...
Forum: Java Jun 19th, 2009
Replies: 13
Views: 525
Posted By multicoder
Forum: Java Jun 19th, 2009
Replies: 13
Views: 525
Posted By multicoder
I am using netbeans, but i think it wont be a problem with the IDE,because the classpath for the jdk is also set in the same way and I am able to execute other applications in either way from...
Forum: Java Jun 19th, 2009
Replies: 13
Views: 525
Posted By multicoder
nope.i already have seen their all the documentation regarding the log4j.But specifying all the other details, nobody commented about the configuration of it.I just got that we need to set the...
Forum: Java Jun 19th, 2009
Replies: 13
Views: 525
Posted By multicoder
nope.i already have seen their all the documentation regarding the log4j.But specifying all the other details, nobody commented about the configuration of it.I just got that we need to set the...
Forum: Java Jun 19th, 2009
Replies: 13
Views: 525
Posted By multicoder
My application uses many such packages which are not inborn sun packages and need to download and configure them for application to import properly.
like import org.apache.commons.lang.StringUtils;...
Showing results 1 to 39 of 39

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC