I just wonder something about java applet with awt. I quite disappointed with this problem and want to throw it away sometimes. Below are my descriptions:
I already created one application using java applet with awt controls on my own computer, let's say
computerA
using Window 7 32bit Operating System. To up and running this application, I update java version to the latest one.Application is working fine with
computerA
. However, this application also need to run on the others as well. As my own situation, I run with another computer, let's saycomputerB
using Window 7 64bits Operation System. I knew that the application created with32bits java version
, thus I decided to install this java version oncomputerB
. However, when I run the application it can only display interface on browswer, but some of its function did not work.Yet I didn't throw it away, I decided to configure in the last computer, let's say
computerC
. This computer use Window 8 32bits Operating System. I did configure as I did withcomputerA
andcomputerB
. The result is still exact ascomputerB
.I also checked up this solution on here, but it is not fit my problem.
Here are my questions:
- What is the exact problem on here?
- Where does the problem come from?
- Is it solvable?
- How can I solve this kind of problem? Any helps?
Update:
- PostgreSQL Database also install in other local computers as well.
- I noticed that If I convert my code into eclipse project, it worked fine. No problem at all.
Thanks in Advance.