• 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

My Application is Running just from my location. What could be the Problem?

 
Ranch Hand
Posts: 155
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys I have created A Pdf Converter and Compiled it to jar File. It is working fine from My location. I gave it to someone else but it is not working from his machine. What could be the Problem. Is it the Java version he's running or is it his Os. Am running Windows XP and he's running Windows server 2003.
 
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's impossible to say, since you didn't TellTheDetails,(⇐click) such as what kind of app it is (stanalone? webapp? applet?), how he tried to run it, what results he got, and so on...
 
Stanley Mungai
Ranch Hand
Posts: 155
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeff it is a Standalone application, Not a web app or an Applet.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's probably an exception happening; teach your user how to access the Java Console and post it here.
 
Stanley Mungai
Ranch Hand
Posts: 155
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No Jeff The Program is not running at all, it is just flashing once and then it disappears. No Error Reports
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Stanley Mungai wrote:No Jeff The Program is not running at all, it is just flashing once and then it disappears. No Error Reports



As Jeff mentioned, you really should provide us the details..... assuming that it is a windows system, and you packaged it in a jar, or started via a batch file, I would guess the flash is the command window coming up, reported the error message, and immediately disappearing (the error is being reported, just too fast for you to see).

Have your user start it from the command line -- so that you can see the error.

And of course, if my assumptions are not correct, then never mind -- and you need to provide the correct details.

Henry
 
Jeff Verdegan
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Stanley Mungai wrote:No Jeff The Program is not running at all, it is just flashing once and then it disappears. No Error Reports



Sorry, but that's still nowhere near enough information. I don't know your code, or how he's trying to run the app, or anything.
reply
    Bookmark Topic Watch Topic
  • New Topic