Java
I recently downloaded a java application (*.jar) from Gameloft. (Asphalt 4 Elite) However, when I tired playing the game, the game became unresponsive and I got an error saying, "java/lang out of memory error".
This gets very frustrating at times especially when you are about to beat your top score 😛
Please help if this can be resolved or the problem lies in the software itself.
- 3451 views
- 2 answers
- 2 votes
Good day, brother.
As the title suggests that I ask what the difference ORM and JPA?
Previously I've been looking myself, but still confused.
In my mind anyway, JPA is one kind of / sort of framework for ORM like Hibernate so. But I still doubt. Can anyone enlighten?
- 4287 views
- 2 answers
- 0 votes
Hello,
I have a small question about OOP. Let me explain:
I have a Grid object:
Code :
1.import java.util.*;
2.import java.io.*;
3.import java.lang.Math;
4.public class Grid {
5.private static Cell[][] grid;
6.private int sizeOfGrid;
7.public Grid(int size) { // Déclaration d'un tableau de cellules
8.sizeOfGrid = size;
9.grid = new Cell[size][size];
10.}
The grid object is an array of subject Cell:
Code :
- 1054 views
- 1 answers
- 0 votes
Hello Everybody,
Why is it that I keep getting this error:
Error: missing ')' in parameter list for main
int main ( {
I am very sure that I have closed the declaration. I re-checked everything and the missing “)” is there. But when I compile the program it keeps on returning the same error. I really need some help on this please help me with this.
Thanks.
- 1013 views
- 2 answers
- 0 votes
Hi all,
I have used Tor (latest version) without problems, but after the Windows Update batch of updates of 4/27 I get a very annoying error message: unable to apply settings, failed to bind one of the listener posts.
I've been through the settings, restarted my computer, installed the new alpha version, restarted the computer, then uninstalled, restarted, and reinstalled the stable version. Still same problem. So I'm guessing this has to do with the Win updates; here's a list of what was installed: KB2515325, KB2522422, KB2492386, KB982018, and KB2506928.
Here is a picture to better describe my problem…
- 3558 views
- 2 answers
- 0 votes
I am a trying to develop a small java game to be presented in class tomorrow.
I have compiled and run my game in my computer but when I tried to run it on the computer of my brother it did not work and I got and error stating, "Error: could not find Java SE Runtime Environment."
I need to know what to do to solve it, especially when my instructor won’t allow the use of personal computers in presenting.
- 1697 views
- 1 answers
- 2 votes
Hi,
I am having a problem with my Java Applet on IE. I made an applet program open up on Internet Explorer and seems not working well, but when tried using on different browser , it works fine. Also i noticed other interactive content not working properly on IE.
Hope someone can find a solution for me.
Thank you very much.
Elmer.
- 967 views
- 2 answers
- 20 votes
Hi,
I set it to JAVA_HOME under System Variables and the path to C:Program FilesJavajre6
I am having an issue setting the JAVA_HOME Environment Variable within Windows XP.
Yet it doesn't seem to have detected.
Would be great if someone helps.
Thanks.
- 1473 views
- 2 answers
- 20 votes
Hi everyone!
I am currently working on a JAVA project and i have a problem. I have tried to run a file and got this error message
exception in thread "main" java.lang.OutOfMemoryError:Java
i think i have done everything right, i have gone through the code again and again, edited where possible, but still i get the same error.
I have spent quite a lot of time in this and the deadline for the project submission is just around the corner. I believe there are Java gurus in here and i can find assistance.
Here is my code
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class board implements ActionListener{
- 916 views
- 2 answers
- 13 votes
Hello,
I'm a newbie in here and I was wondering if you can help me.
I'm developing a software using Netbeans and the database I'm using is MySQL. The web applications. My development is finished 50% and I'm going to create some reports generated from the web applications, but I don't know what kind of reporting tools are suitable for it. Some of my friends are suggesting me to use i-Report, while the others are suggesting me to use Crystal Reports.
- 1386 views
- 1 answers
- 23 votes