6
votes
1answer
142 views

Free Software for Billing (Colombia)

English I'm looking for a billing application (also inventories, shopping, clients, providers, accounts, etc) for small businesses. The software should adapt with Colombia's necessities. I searched ...
-1
votes
2answers
433 views

To write a batch processing script which runs on bash

How to convert your java program so that it runs as a batch program i.e it can be run like a command in the ubuntu or any linux machine. What is the procedure and what are the steps to follow? ...
3
votes
4answers
544 views

Eclipse on Ubuntu 10 java-6-openjdk has missing jar's

Out of the blue, my eclipse is reporting missing jars in my Java Build Path. netx.jar gnome-java-bridge.jar plugin.jar I wonder what I did wrong ? Was it a upgrade that messed it up ? I am unable ...
0
votes
2answers
525 views

“./configure: command not found” error when trying to install the JRE

I was trying to install JRE on my 64-bit ubuntu 10.04 installation. Just to be sure that that is what I really want, I need to run a .jar file. I downloaded java from this link. Then I chose linux ...
1
vote
1answer
87 views

compile a java program as different user

I am able to login as a different user using a shell script in Ubuntu, but I want to run a Java program in that user, but it halts there... for example: login as a guest user with limited ...
5
votes
4answers
7k views

How to compile a .java file

How can I compile a .java file. What programs will I need and if I need java jdk I need help installing that. I'm very new to ubuntu so any program I need to install I will need a tutorial on how to ...
0
votes
1answer
605 views

./configure not working [duplicate]

Possible Duplicate: How do I install tar bz2 and gz files? I am trying to install Java 7 via tar.gz, but when it comes to the command "./configure", it says it don't exist. I am using ...