Please, How can I open a file on Nokia Comunicator using Personal Java?
I tried with " Runtime.getRuntime().exec(params); " command but JVM didn't execute.
params:
String[] params = new String[2];
params[0]="C:\\System\\apps\\imgview\\Imgview.app";
params[1]="C:\\Documenti\\Nokia.jpg";
Thanks!
RE: How can I open a file on Nokia Comunicator using Personal Java?
2002-08-07, 20:16#2
check out the documentation must be installed with symbian sdk <drive:\Symbian\6.0\Shared\DeveloperLibrary\Crystal6.0Java\NavigationPage_CNokiaJava\QuickStart\15_Minute_Guide.html