Re: [javaCompiler-users] javaCompiler-users Digest, Vol 3, Issue 4
Status: Beta
Brought to you by:
soapy
From: Eric Y. <bg...@gm...> - 2006-08-22 02:54:14
|
Oops. I used an absolute path when loading an icon for the shell. That is why it did not work on the other computers. This brings me another question. How do I set a relative path within SWT? It did not work as it worked in Swing. I am sorry to ask a plain SWT question on javaCompiler mailing list. Thank you for your quick answer. It was a great help. On 8/21/06, jav...@li... < jav...@li...> wrote: > > Send javaCompiler-users mailing list submissions to > jav...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/javacompiler-users > or, via email, send a message with subject or body 'help' to > jav...@li... > > You can reach the person managing the list at > jav...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of javaCompiler-users digest..." > > > > Today's Topics: > > 1. Compiled executable file won't start on some computer. (Eric > Yoon) > 2. Re: Compiled executable file won't start on some computer. > (Marco Trudel) > > > > ---------- Forwarded message ---------- > From: "Eric Yoon" <bg...@gm...> > To: jav...@li... > Date: Mon, 21 Aug 2006 11:17:25 -0400 > Subject: [javaCompiler-users] Compiled executable file won't start on some > computer. > Hello, I am a novice Java user. > > I created a small program using SWT. > > I compiled it with javaCompiler. There was no error in compilation. The > compiled exe file worked fine on my computer. > > Now I copied the exe file and swt dll file to another computer; it does > not work. When I double click it, nothing happens. > > The difference, I can think of as the cause of the trouble, between my > computer and the troubling computer is > My computer has JDK and ecilpse installed > The troubling computer has JRE; no eclipse or JDK > > More weird thing is that another program, an old version actually, I had > written before this program runs on the troubling computer. > > What could cause a compiled program not to run on certain computers? > > I would be grateful to receive an answer. > > Thank you > > > Sincerely, > > > ---------- Forwarded message ---------- > From: Marco Trudel <mt...@gm...> > To: "A mailing list for general questions and discussions." < > jav...@li...> > Date: Mon, 21 Aug 2006 17:32:21 +0200 > Subject: Re: [javaCompiler-users] Compiled executable file won't start on > some computer. > Hello Eric > > It doesn't mather if the second computer has a JRE, JDK, eclipse or > whatever installed. None of them is used. > > To me, this sounds more like an application bug from your side. Have you > tried to enable the console and checked for any exceptions? > > > regards > Marco > > > Eric Yoon wrote: > > Hello, I am a novice Java user. > > > > I created a small program using SWT. > > > > I compiled it with javaCompiler. There was no error in compilation. The > > compiled exe file worked fine on my computer. > > > > Now I copied the exe file and swt dll file to another computer; it does > > not work. When I double click it, nothing happens. > > > > The difference, I can think of as the cause of the trouble, between my > > computer and the troubling computer is > > My computer has JDK and ecilpse installed > > The troubling computer has JRE; no eclipse or JDK > > > > More weird thing is that another program, an old version actually, I had > > written before this program runs on the troubling computer. > > > > What could cause a compiled program not to run on certain computers? > > > > I would be grateful to receive an answer. > > > > Thank you > > > > > > Sincerely, > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > javaCompiler-users mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/javacompiler-users > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > javaCompiler-users mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/javacompiler-users > > > |