0

I am trying to run(emulate) a simple midp2 j2me application in netbeans(6.8) in ubuntu 10.04. It is building fine , with no errors, but when i choose run , it gives "http server is not running.start it first" error. I am able to successfully build and run it using the java wireless toolkit. But using Netbeans would be easier.

woodstok
  • 2,704
  • 3
  • 34
  • 50

2 Answers2

0

I think in your coding u make use of server/servlet,etc.So before executing ur application run the server then execute the application .Then it works.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0

Reinstalling Mobility plugin in Netbeans 6.8 worked for me.

Max
  • 34
  • 3