0

iam using mgwt and phonegap for my mobile web project and iam working with eclipse. to use phonegap in my project i need to set two parameters to vm arguments which are described below on this side.

http://code.google.com/p/gwt-phonegap/wiki/FileModule

these are the two parameters. -DinsecurePhoneGapFileApi=true

-DphonegapFilePath="path to the directory you want to use"

i really dont know where or how to add these paramaters.

please help.

Kara
  • 6,115
  • 16
  • 50
  • 57
Pero
  • 774
  • 3
  • 15
  • 34

1 Answers1

9

In your runtime configuration in eclipse under the arguments tab you can pass parameters to your jvm, see:

screen shot eclipse

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43