• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Debuging through JNLP

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I wanted to know how do we debug an application in JNLP.I am searching around the net, but I am not successful in doing it.


Thanks,
Mehul Mistry
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly you want to debug? After it's started it's just a regular java app.
 
Mehul Mistry
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to debug the application which I am launching through JNLP like how we run an application in Debug mode in an IDE.
The reason for this is, that the application is running perfect when I am launching it through my IDE (I am using IntelliJ 6), but when I deploy and run through JNLP, some very few minor things are not working. I tried inspecting the logs but didn't find any clue about what went wrong.
Hence the reason I want to try out and debug in JNLP with IntelliJ. I tried few things I was able get, but nothing seems to be working.

Any inputs, will be very helpful.

Thanks,
Mehul Mistry
 
reply
    Bookmark Topic Watch Topic
  • New Topic