Tagged Questions
1
vote
2answers
345 views
Trying to install java
I'm extremely new to linux and wanted to run a server but the program want to run requires linux.
Im trying to run this command via ssh to my server but receive this every time.
sudo apt-get install ...
1
vote
0answers
54 views
Why does Ubuntu Java server disconnect clients?
I am using Ubuntu Linux 12.04.1 LTS Edition. I hosted a Java server and it worked fine till yesterday, when a sudden disconnection of 500 clients occured.
I got an error java.io.IOException: ...
0
votes
0answers
43 views
executing java sometimes freezes [duplicate]
Possible Duplicate:
What should I do when Ubuntu freezes?
I was desperately trying to get tomcat running, but sometimes it just stopped responding.
A couple of hours later, i just typed in ...
2
votes
1answer
273 views
Java console doesn't recognize arrow keys
I have some strange problems with a java console on my 10.04 server (it's actually the console of a minecraft-server, but I believe it's a general problem and not something minecraft specific): arrow ...
7
votes
2answers
14k views
Java on Ubuntu server 12.04?
I'm a little confused at the moment.
My back story in short, is that I'm trying to set up a Minecraft server on an Ubuntu server I've recently set up, obviously to do this I needed Java, but after ...
0
votes
0answers
2k views
Installing 64bit Java 7 - Cannot Execute Binary File
So I downloaded the latest version of Java from Oracle so I could get a 64bit JVM on Ubuntu Server 10.10. After extracting the file and updating the alternatives I went to check my installation by ...
0
votes
1answer
320 views
How to completely remove other versions of Java on 11.10?
I have been trying to install Java on my dedicated server. I have partially installed multiple versions of Java and now cannot un-install them as they all have dependencies.
Whenever I try and ...
0
votes
1answer
56 views
Java Server Problem [duplicate]
Possible Duplicate:
How can I install Sun/Oracle's proprietary Java 6/7 JRE or JDK?
I want to make server with Xubuntu but i don't know anything about Linux, So is there any software ...
0
votes
0answers
131 views
Is it possible to install GlassFish Java server and Java JDK 7 on Ubuntu LAMP server for a web deployment?
I need to test a web application made in Java EE 6 and before I install Ubuntu Server in a virtual machine like VirtualBox, I need to know if it is possible to install GlassFish server and Java JDK 7 ...
0
votes
1answer
948 views
Error while running Jetty Server on port 80 as non root user
All,
I was trying to setup jetty on port 80 but its giving exception saying permission denied as below. I have setup jetty to work with setuid and configured start.ini as follows:
...
0
votes
1answer
926 views
How can I run my Java application at/after boot?
Hi all I am brand new to all of this so please bear with me.
I have created this bash file as follows:
rm /home/ubuntu/test.jar
wget http://mywebsite.com/test.jar
java -jar test.jar
Now I have ...
0
votes
2answers
1k views
openjdk6 not available
I run a server with Ubuntu 10.04 (Lucid Lynx) Minimal Server, on amd64 system. I 'd like to install the openjdk packages (jre and jdk), but when I try
sudo apt-get install openjdk-6-jdk
I get
...
9
votes
2answers
6k views
ca-certificates-java fails when trying to install openjdk-6-jre
I use a VPS with Ubuntu Server 10.10 x64. I want to use Java and run the command sudo apt-get install openjdk-6-jre but it fails because the installation encounted errors while processing ...
2
votes
1answer
504 views
Persistent crashing of Sun JVM [closed]
I've been experiencing a lot of crashes of the Sun JVM on both Ubuntu Server 10.04.1 and 10.04.2. The crashes seem to happening at random intervals. Sometimes they occur when the server is stressed, ...
2
votes
1answer
6k views
'Permission denied' while installing 32-bit Java (JDK/JRE) on 64-bit Ubuntu
I use Ubuntu 10.10 server as test server for a Java program.
Linux sugam 2.6.35-22-server #35-Ubuntu SMP Sat Oct 16 22:02:33 UTC 2010 x86_64
GNU/Linux Ubuntu 10.10
Since it is a test server and ...
7
votes
1answer
324 views
Cloud server stuck on dpkg --configure -a
I have an amazon micro instance which runs one or two things for me. The config is minimal, it mainly acts as a host for a java application and couchdb.
I tried to install curl today and got this ...