mister_bluesman wrote:
> Could someone please tell me where I can find a simple example, which does
> not require linux!, on how I can see if this is working and get me started
> using rJava. I have read the document 'Getting Started with the
> R-Java/Omegahat Interface' and have tried to type in things such as
> .JavaConstructor("JButton", "A button") in the R console after loading
> library(rJava). However i keep getting the error: 
>
> Error: could not find function ".JavaConstructor"
>   
This function is not part of rJava; cf.

   library(help = rJava)

On the home page of rJava

   http://www.rforge.net/rJava/

there are very simple examples that can get you started.

HTH,
Tobias

-- 

Tobias Verbeke - Consultant
Business & Decision Benelux
Rue de la révolution 8
1000 Brussels - BELGIUM

+32 499 36 33 15
[EMAIL PROTECTED]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to