|
From: <php...@li...> - 2009-05-01 07:35:35
|
Well, your code will work, provided that this is really the code that your
computer sees, and not some old version of it.
Apr 30, 2009 4:15 nachm. schrieb am <
php...@li...>:
Well,
...............................................(code)
.................................................
public Collection<String> getDocuments(){ // one part of the code
return documents;
}
/**
* Returns the categories if builded.
* @return
*/
public ArrayList<ArrayList<String>> getKategorien(){
return categories;
}
public String getNewNumber(){
return "drei";
}
}
2. php:
<?php
require_once("http://localhost:8080/Bridge/java/Java.inc");
$System = java("java.lang.System");
$Ob = new java("com.SommerHaus");
echo $Ob->getNewNumber();
?>
------------------------------------------------------------------------------
Register N...
|