3
votes
1answer
31 views

system-wide memory limit for JVM's

I run an arch linux server with 8 Minecraft servers. This server has 64GB of RAM. Unfortunately, I'm running out of memory, causing linux to kill processes. If I tweak the -xmx settings for the ...
-1
votes
0answers
101 views

Error when I open Android Studio on Linux [closed]

I have downloaded the Android Studio for Linux, I extracted the zipped file and click on /AndroidStudio/bin/studio.sh for running the IDE. The error is: 'tools.jar' is not in Android Studio ...
1
vote
0answers
54 views

Java - Memory Leak? [duplicate]

I have a Java server that is collecting tons of data and holds it just for a short while. New data is replacing old data. The server can be stopped so that the socket is closed and port free for use. ...
-2
votes
3answers
51 views

java.lang.NoSuchMethodError: Graph: method <init>()V not found

I'm getting a confusing error in eclipse but not on our main server from the command line linux account. All code is in the main src directory, in eclipse. Code compiles at command line but produces ...
0
votes
0answers
15 views

Loading GAMS Java API in JRuby

I'm working on a Java/JRuby project which needs to be able to be able to interact with GAMS. I know we can use the Java API, but I would really like to be able to access it using JRuby if possible, ...
0
votes
1answer
34 views

org.postgresql.util.PSQLException: Connection refused

I wanted to test execution of function of an indexing from other host because this function not absolutely correctly fulfilled in hadoop to the program. But I had problems with connection to a ...
2
votes
1answer
37 views

No suitable driver found for jdbc:postgresql://192.168.1.8:5432/NexentaSearch

I wrote following the java program import java.io.*; import java.util.*; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import ...
0
votes
1answer
35 views

no usbJava in java.library.path

I got a .jar file from a code that works on Windows, and I'm trying to run it on Linux, but I keep getting this message, and don't know what to do. Exception in thread "Thread-0" ...
1
vote
0answers
29 views

Java and Linux: TrayIcon and Task Switcher issues

I have an application that runs on Windows (great) and Ubuntu 12.04 (facing a couple interface issues). First, I have this code below to implement a TrayIcon: if (SystemTray.isSupported()) { // ...
0
votes
3answers
27 views

Failed to Start Apache tomcat from eclipse juno in linux at port 80

At the window platform I have run tomcat from eclipse juno. But at linux I face this problem When I run web project from eclipse I got this error message, while from command line I can able to run ...
2
votes
3answers
53 views

How to Run a Java Project on Linux Without Using IDE

I am new to Java. Basically, I developed a java projects which contains multiple Java packages inside Eclipse. The project runs OK on my desktop with a redhat Linux installed. However, I need to run ...
0
votes
1answer
51 views

Splitting Tiff file in Java [closed]

I need to split a TIFF file that has multiple pages, into separate pages using JAVA.Is there any best way to split huge tiff file in less time . I am trying to find some solution without using JAI ...
-1
votes
0answers
28 views

How to visualize GUI running on Linux server to Linux Client machine using java code

I have a jar file running onto linux server from command from linux client machine. i need to redirecct its visualization to linux client machine using java code. I have used Jsch library to run linux ...
0
votes
1answer
35 views

Do we need mahout and hadoop on same machine?

I am trying to build a recommendation engine using mahout, hadoop and java. It is my first time working with hadoop, I am getting my data sets from a server where hadoop is already installed which is ...
0
votes
2answers
43 views

Linux: How to save a image using ImageIO.write()?

I am writing a screen capture program on Linux using Java. How can I use ImageIO.write() like I used it on windows like: ImageIO.write(screenshot, "png", new File("c:/output.png"));
1
vote
1answer
35 views

Android/Java File.mkdirs() in external storage not working

First off, I want to specify that I do have <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> specified in my manifest, and I do check Environment.MEDIA_MOUNTED. ...
-2
votes
1answer
39 views

building a java code on a linux server via a windows

I want to run my java project on a linux server via a windows machine and I'm using WinScp to connect to the server. Since my project has a simple gui, I got this error: "No X11 DISPLAY variable was ...
0
votes
2answers
48 views

Remote File Transfer from one linux machine to another linux machine

Hi i want to write a java program in Linux machine which should read a file in another remote Linux machine and copy its contents to the source machine. I am using the following code for it JSch ...
0
votes
0answers
24 views

PDF cannot download from Linux

I am using Spring framework and iText to render PDFs. Through a browser, one is able to get that pdf downloaded because part of my code sets the content type and the content-disposition. The web.xml ...
1
vote
0answers
29 views

Java gives a JVM error upon closing the frame

I'm using Ubuntu OS. Everything works properly. Once I try to close my LWJGL window, it closes also giving me this error. I have no idea what it means. # # A fatal error has been detected by the Java ...
0
votes
0answers
11 views

capturing copy operation via FTP client

I attempt to copy a file from a cloud machine to my local machine via ftp. I'm using a client sftp-server (like FileZilla or WinSCP). I want to know how can I intercept that copy operation? ...
-1
votes
0answers
25 views

How to create a x11forwarding enabled connection from linux machine to other remote linux machine using java libraries

I am working on linux machine. i have a java Swing project on the same machine which opens GUI of jar file residing at another linux machine, it means i am executing a command (java -jar test.jar) ...
0
votes
2answers
38 views

Connecting usb to uart device to android device >3.1

I know that the latest android device with API>3.1 support USB host mode or USB OTG that allows you to connect a lot of usb devices like flash disks,mouse,keyboard etc. but can you connect any device ...
0
votes
2answers
31 views

Java headless exception when I start java using a linux daemon

I have a linux daemon that starts a java instance for each user that is logged on the system. I use the followig command to start the java application for each user: cd /home/user/java_path/ ...
1
vote
1answer
55 views

SQLException: No suitable driver found for jdbc:mysql://localhost:3306/dbname

I've inherited a project (and I have absolutly no experience of Java) and I'm rather stuck. We have a server running redhat, which I needed to update one of the jar files. So I simply copied up the ...
0
votes
1answer
45 views

DatagramSocket Broadcast Behavior (Windows vs. Linux)

Backstory: I have a wireless device which creates it's own SSID, assigns itself an IP address using auto-ip, and begins broadcasting discovery information to 255.255.255.255. (unfortunately, it does ...
0
votes
1answer
31 views

CSV to H2 - character encoding missmatch

In my app, I: let Hibernate create H2 DB populate DB through JDBC SQL statement with CSV import (INSERT INTO ... SELECT ... FROM CSVREAD(file.csv)). File is in UTF-8 encoding. On Linux special ...
1
vote
2answers
94 views

Linux vs. Windows File.delete()

I'm having a bit of trouble understanding how Windows handles files compared to Linux. I'm trying to remove an entry in a file that I'm using as a "database" (it's just a regular file). Java ...
2
votes
0answers
37 views

With exactly the same workload one server shows high cpu load

I'm running hadoop and have 2 identically configured servers in the cluster. They're running the same task, same configuration, same everything, and both are totally dedicated as hadoop task nodes ...
0
votes
0answers
21 views

Ld.so.1: java: fatal: relocation error: file : symbol PQconnectdb: referenced symbol not found

I wrote following java the program import java.io.*; import java.util.*; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import ...
0
votes
1answer
28 views

Export war file from windows and add it to ubuntu webapps

I am trying to export a war file from Eclipse (Dynamic Web Project-java) from a WindowsX64 environment and add it to an UbuntuX64 system in the tomcat6 webapp folder. When the Ubuntu-tomcat deploys ...
0
votes
1answer
56 views

Run Java GUI from command line at boot

I have written a program in Java that I want to be started when my Linux (distro doesn't matter although Debian is preferable) boots up. Ideally it should start before the user is prompted to log in. ...
0
votes
1answer
25 views

Invoke Linux command from C is not giving any output though java

I am executing my own customized linux from through C as below C code : system("service soapserver stop"); here here soapserver is the binary in my linux machine. Same command is executing ...
0
votes
0answers
46 views

Automate running the runnable java jar using the shell script

I am running a runnable java jar from the command prompt like this- java -jar CassandraClientReadLnP.jar config.properties NUMBER_OF_THREADS:10 TOTAL_RUNNING_TIME:30 > ...
0
votes
1answer
39 views

Why do I need Java installed to install the JavaEE6 SDK?

New on Linux, I try to install the JavaEE 6 SDK, first step to install GlassFFish: http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-6u4-jdk-7u11-downloads-1900532.html When I run ...
0
votes
0answers
19 views

Kerberos with active directory from linux [migrated]

I have windows stations and a linux server - and I would like to perform SSO using Windows-Kerberos (via Active Directory - the same one all users on the windows station use). And so - I have ...
0
votes
2answers
42 views

Substitutes for unix shell commands for windows?

I am developing a source code judging software.I have developed it on Linux platfrom UBuntu 12.04 LTS. Now i want to deploy it on Windows. I my software i am creating the commands as per the unix ...
1
vote
1answer
20 views

How to distinguish same jars started from different directories?

I started several (eight) jar files with the same name from different directories and different config files. Now I have to kill a specific one. But neither jps and ps gives enough information to ...
0
votes
2answers
35 views

How can i run java application with console-only?

I wrote an application in java that have graphical window. (and uses open-gl) Now, this application should work on Linux servers. What happends if i try to run the application on a linux terminal-only ...
3
votes
0answers
134 views

java and libGDX / LWJGL game fullscreen wrong size for multiple monitors on Ubuntu

I'm working on a libGDX (library on top of LWJGL) game project, and use the Intellij IDEA IDE from several different workstations: Windows 7 x64 laptop with two displays (1920x1080 and 1600x1200), ...
2
votes
3answers
73 views

Execute python script from java

I am trying to make this works since 2 days ago but I don't know why it doesn't. I can execute normal linux commands (ls, pwd...) without problems but I try to execute a python script and nothing ...
0
votes
1answer
27 views

bashrc echo coming in jsch output stream

I am using the following code to get output of command using JSCH library, public SSHOutputBean executeCommand(String cmd, int timeOut) { SSHOutputBean outputBean=new ...
0
votes
0answers
27 views

Struggling with deployment of JNI library dependency in Tomcat

Here's my setup at the moment: Web app (deployed as a .war to Tomcat) that I am adding functionality that uses a JNI wrapper library to interface with a native library. The wrapper library ...
0
votes
1answer
39 views

Why alternatives command is needed when installing Java on a Linux machine

The below command is need when installing Java on a Linux machine (saw the command in a tutorial). alternatives --install /usr/bin/java java /usr/java/jre1.7.0_01/bin/java 20000 man alternatives ...
0
votes
2answers
69 views

Compiling Java class with nested subclass all of a sudden won't work, “access denied” [closed]

I have a Java servlet on a Raspberry Pi running Raspbian wheezy. When I try to compile this .java file from within Tomcat's /lib directory (as I always do) today, it suddenly fails. It points to the ...
0
votes
1answer
63 views

Can't run program with ProcessBuilder, runs fine from command line

On linux (debian), I can run this command: /usr/lib/jvm/jdk1.7.0_21/bin/java -jar ~/myjar.jar ".*" I am trying to run it from a Java program instead with: ProcessBuilder pb = new ...
-6
votes
0answers
55 views

Java Programming in linux [closed]

Hi how can i write a java program which can list all the files present in a directory of a linux machine and it should read file if it is new ? I am using GNU LINUX 64 Bit. Please suggest me the ...
0
votes
1answer
59 views

Accessing Windows directory from java application running on linux websphere

I am working on an application that generates excel reports from a report generated by Mainframe. Input report location and ouput location for generated reports are on company common drive that is ...
2
votes
1answer
61 views

Recovery deleted log files at logback worked fine on Windows but didn't work on Linux SUSE

I using SLF4J + logback 1.0.12 for my application logging infrastruction. I run my application on both Windows XP and Linux SUSE os. I have a scenario as following: I deleted log files when my ...
0
votes
1answer
72 views

Get Motherboard Serial/ID On Linux Machine With Java For Anti-Piracy Usage

I am using this code to get Motherboard ID in windows : public static String getMotherboardSN() { String result = ""; try { File file = File.createTempFile("realhowto", ".vbs"); ...

1 2 3 4 5 49