How use "getParametre()" ?
in
Programming Questions
•
2 years ago
Hello world :)
*hum hum*
Hello, I'm program with Processing but I need to use Java for a script.
My project consist to get a parametre in a <object> (in html, example : "<param name="file_name" value="GTK_1291900016_crabe_vxl" />" ) and use this parametre in Processing.
Though getParametre is a java function and I not know hom use it...
My code in Processing :
I not know in Java and I do not know what to do...
Can you help me please? I'll you be grateful.
(sorry for my writing, I speak French)
*hum hum*
Hello, I'm program with Processing but I need to use Java for a script.
My project consist to get a parametre in a <object> (in html, example : "<param name="file_name" value="GTK_1291900016_crabe_vxl" />" ) and use this parametre in Processing.
Though getParametre is a java function and I not know hom use it...
My code in Processing :
- import java.io.*;
- import javax.servlet.*;
- import javax.servlet.http.*;
- String fichier=getParamater("fichier");
- The package "javax.servlet" does not exist. Tou might be missing a library.
- Starting with release 0149, libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.
I not know in Java and I do not know what to do...
Can you help me please? I'll you be grateful.
(sorry for my writing, I speak French)
1
