Java is a general-purpose programming language and a computing platform called the Java Virtual Machine (JVM).
1
vote
0answers
37 views
Editing the .profile file to access
I am trying to source my .profile file to easily access a directory of javatools. The bash code below seems like it should work but it does not. Any help troubleshooting this script would be very much ...
0
votes
1answer
16 views
Unable to override the JAVA home in opensuse 13.1
What i did :
made an entry in both
~/.bash_profile
~/.profile
export JAVA_HOME=/usr/java/jdk1.7.0_51
export PATH=$PATH:/usr/java/jdk1.7.0_51/bin
still system points to some openJDK installed by ...
0
votes
0answers
19 views
Java NullPointer Exception for Sencha CMD
I've been trying to solve this problem for a few weeks now and it just occured to me, I might be asking the wrong question.
I am learning and developing building Sencha Touch 2 applications on my ...
0
votes
0answers
10 views
Can we throw jar application to other systems display? [duplicate]
I have a jar file which I need to run from my terminal but should throw display via network. Is it possible like xclock or xterm?
xclock -display 1.2.3.4:0.0 Is working fine.
java -jar app.jar Can we ...
0
votes
0answers
6 views
Error in db setup Table/View 'APPUSER' does not exist
Ok I am back to where I started now red5 is working again but have since noticed the admin jar causes the service to fail on shutdown so have removed it until can find out why.
I am using RC2 on ...
0
votes
0answers
8 views
Safenet Authentication Client Tools error when Reboot or restart the eTSrv- and pcscd-services
Command: sudo /etc/init.d/eTSrv start
Starting eTSrv daemon eTSrv /usr/bin/eTSrv:
error while loading shared libraries: libeToken.so.8: cannot ...
3
votes
1answer
42 views
How do I change the Java Security level?
We've got an ancient (internal use only) self-signed app that refuses to run now with the changes to the JRE. Working on getting a code signing certificate and rebuilding it, but that's horribly slow ...
0
votes
1answer
71 views
Java/malloc memory corruption error when running SDK Android Manager
I want to install Android SDK, so I manually installed Java JDK 7u51, downloaded SDK ADT bundle for Linux x64, and tried to run it. When I run android, the SDK manager windows hangs halfway through ...
0
votes
1answer
27 views
Shutdown Red5 failed on every attempt
I'm at my wits end. I have asked everywhere. I've uninstalled - reinstalled countless times in countless different ways and STILL Red5 fails to shutdown.
Can someone please give me a clue?
Not even ...
1
vote
1answer
45 views
How to restart Java with a specific argument?
While running my Minecraft server, I noticed the following message outputted in the console.
24.01 02:11:04 [Server] INFO Warning, your max perm gen size is not set or less than 128mb.
It is ...
0
votes
1answer
34 views
java add to the path
I have some .jar files in a directory, /home/unix/dfernand/bin/picard/picard-tools-1.106.
But when I add the directory to the PATH and CLASSPATH in my bashrc, java still does not recognize the .jar ...
1
vote
1answer
26 views
How can I build android on my debian while using eclipse ? (java dependencies problem)
I would like to compile a build for my android device (N4) with my debian (jessie).
I read that I must have Java 6, but eclipse which I sometimes use seems to need java 7.
For example, I uninstalled ...
2
votes
3answers
167 views
Java “Could not reserve enough space for object heap” even though there is enough RAM
I am currently having some issues running Java. It won't start because of heap issues. But I have more than 9 GB Ram free (or even 16 GB if you assumed the cache would be empty). This is the error I ...
0
votes
1answer
99 views
Cannot start Glassfish server on CentOS 5: port is supposedly in use, but it really isn't
I asked our sysadmin to install CentOS 5 on a virtual server within our company, on which I plan to experiment with Glassfish. The server is up and running, I can ssh to the server, and I do have root ...
1
vote
1answer
53 views
Java is constantly generating an error log in my home directory?
I have started to notice that whenever I use a Java-based application on Fedora 20, whether it's a game or Eclipse or something else, it will always generate an error log of some sort in home ...