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");
But...:
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
Idonot knowwhatto do... Canyouhelp meplease?I'll you begrateful. (sorry for my
writing, I speak French)