General :: Terminal Emulators Written In Java?

Nov 21, 2010

I'm looking for a terminal emulator that does the same thing as gnome-terminal or konsole, except written in Java.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Terminal Emulators Cannot Register 'a' Key?

May 30, 2011

For some reason, gnome-terminal, terminator, mrxvt, rxvt, tilda and a few other terminal applications I downloaded are unable to register the 'a' key on my keyboard. However, every other application is able to register my keypresses perfectly. Does anybody know what might be causing this, or what logs/diagnostic tools I could use to find out the reason for this odd behavior?

View 2 Replies View Related

Software :: Installpkg Not Working In Terminal Emulators?

Oct 12, 2010

installpkg stopped working in my terminal emulators in any window manager.

View 2 Replies View Related

Programming :: Isatty - Terminal Emulators Don't Render Right To Left Languages Properly

Oct 13, 2010

I'm new to Linux and these forums, but programmed in C++ on other systems. I discovered several Linux terminal emulators don't render Right to Left languages properly and so as an exercise I writing my own. It based on GtkTextView widget. Basically is working, but the shell won't issue prompts because it doesn't think my terminal emulator is actually a terminal (isatty returns false)

View 3 Replies View Related

Fedora :: Run A Jar (java) Written Program?

Apr 28, 2010

Trying to use the html editor 'Arachnophilia'... here are the instructions on their website. ".Open a command console (Linux: shell console), move to the Arachnophilia program directory, type "java -jar Arachnophilia.jar" For convenience, this command can be made part of a shell script, and those using X windows can easily make a desktop icon." hoping someone can explain how to run this program.. using a new install of fedora 12 (which has java)...i'm a newbie, trying to go open source on a low end laptop - LOVE Fedora .[URL]..

View 14 Replies View Related

Ubuntu Multimedia :: Carmen By Livio Radio - Save Internet Radio To The Device Is Written In Java

Jun 30, 2011

I am wondering if any in the Ubuntu community owns a Carmen Car Radio player by Livio Radio. The program to save internet radio to the device is written in Java, however I am not able to run it either using WINE or using Open JDK.

The Carmen Player does work well with Banshee, it is the internet radio that is not working.

View 1 Replies View Related

General :: Run Java Project From Ubuntu Terminal?

Apr 28, 2011

I have a small java project that handle connections. In order to run it from the terminal I have to cd into the folder that contains the source and run the following command:
java -cp classes com.packagename.mainclass
Where classes is the folder that contains the classes. I want ubuntu to run this application on startup, is there a Java command I can use? Or am I just better off creating a shell script?

View 1 Replies View Related

General :: Building System To Run Emulators?

Nov 2, 2009

Looking at building a system that basically just runs emulators (nes, snes, etc). Haven't messed around with linux for a couple years so I thought this might be a great project to get back into it with. Maybe.

Questions I have-
- How easy is it to have a linux installation that just boots directly into the emulator? Since it will be hooked up to a tv, I just want it to be as easy as turning on the power button and then I'm off.
- Is there a stripped down linux distro that would be best suited for this type of setup? Really any recommendations for a distro would be great.
- Its running on old hardware- 900mhz athlon, 512mb ram, geforce2 video. Will this be a problem if I'm trying to run something like i've described?

View 6 Replies View Related

General :: Run A Java Command As Soon As The Terminal Opens And After It Displays

Sep 12, 2010

Is it possible to run a java command as soon as the terminal opens and after it displays you have the normal terminal prompt. I have an ascii header i made its a java file and i want it to display every time i open the terminal so it shows as a header.

View 1 Replies View Related

General :: Printing To A Progress Bar To The Terminal From Java/C++ - Stack Overflow?

Sep 18, 2011

I want to update the percentage progress of my program on the screen. I have a progress bar that I print. I add a * when the progress is more than 10%, but I also want to write the actual percentage correct up to every digit. However, I do not want to write a new number every time, since it will have the following effect:

1
2
3
4

Instead, I would like to just maintain one single figure on the screen that keeps getting updated. How do I do that? (... in Java/C++, but I think it's irrelevant)

View 2 Replies View Related

General :: Command To Check The Java Version: Java -versionand Got :bash :java: Command Not Found?

Jul 26, 2010

I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found

View 4 Replies View Related

General :: /var/log/messages Is Not Being Written To?

Nov 1, 2010

I was attempting to get crontab to kick off a daily job, but the job wont start. I opened /var/log/messages and noticed all the logs were from 6 months ago. I cleared the log and then did a tail -f so I could watch it for activity. I then hit my box with anunsuccessful log in attempt. Nothing happened to the log. The uptime of my box is 22 days and the logs that were in it before I cleared it were from months ago.Is there a daemon I can check or another file I can mod to get logs writing again?

View 3 Replies View Related

General :: Monitor Written Data From Dd?

Aug 22, 2010

I have a huge disk image backed up using dd.
I need to restore the disk image but dd is very silent.

How can I monitor its progress?

View 3 Replies View Related

General :: How To Remove Over Written Lines

Apr 19, 2010

I need to filter the log from a massive wget. I want to remove the progress lines and only leave the last one. Now each progress line starts with a newline '

View 2 Replies View Related

General :: New OS Only Recognizes Blank Dvd Not Written Ones?

Apr 4, 2011

I don know how this happened, but my system only recognizes an disk when the disk is blank. If thereÅ› anything on it it won mount it. Why is this happening?

View 6 Replies View Related

Ubuntu :: Emulators Not Working ?

Feb 7, 2010

The problem I have is that I am not able to get ANY of my Emulators to work in Ubuntu.

I have been trying for months now, but there isn't a single reliable emulator that works on Ubuntu.

There always seems to be problems with lagging, and sound issues that never seem to get resolved.

This is beyond frustrating because Gaming is the one thing i need to have on my computer, yet it is the only thing I'm not able to get working.

Do any of you know of any alternative suggestions to fix this problem?

I have tried EVERY available emulator for both Windows (Used on Wine) and Ubuntu.

Is there some kind of general setting for Wine that I am overlooking?

Here are a list of Consoles I want to play:

- Super Nintendo
- Nintendo
- Sega Genesis
- Sega Master System
- Nintendo 64
- Playstation
- Gameboy Advanced and Original

View 9 Replies View Related

Ubuntu Servers :: Installing JAVA Under Terminal?

Jan 21, 2011

I am trying to install the Sun Microsystems Java Runtime on my Ubuntu Server 10.10, but it is telling me that it is not available. I have researched online and it tells me that it is a part of the multiverse repository. I have not had very much success in activating this either.

View 1 Replies View Related

Ubuntu :: Run A Java Process In The Background Of A Terminal ?

Feb 16, 2011

I am running Ubuntu 10.10, and I am trying to run a java process in the background of a terminal, so I can continue to use that terminal.

Other applications will run in the background just fine, but when I run my java application, I cannot change the status of the process from "Stopped" after suspending it.

Here is my command syntax, along with some commands I have tried and their outputs:

There were [1]- entries, but I removed them for simplicity.

View 4 Replies View Related

Ubuntu :: Install LATEST Sun JRE Java From Terminal?

Feb 20, 2011

First you'll want to remove the old JRE or openJDK (if you have it). When JRE is installed from the repositories, do it like this: System - Administration - Synaptic Package Manager

Query: sun java Tick all installed packages and choose complete removal. When it's installed manually in /opt/java, see the instruction at the bottom of this column (under the header Removal). If you don't have JRE, then you'll probably have openJDK. That one should be completely removed as well. That can also be done with Synaptic Package Manager (query: openjdk).

[Code]...

View 1 Replies View Related

General :: Data Written To Unformatted Disk

Jan 14, 2011

I went and fdisk'd a USB disk and put the Fat32 filesystem onto it. Then I thought I ran dosfsck over it which I thort formatted the disk - apparently not. Then I copied a bunch of files and directories to it. Now I am unable to recover the files and data. In the rare instances when I perform a sloppy mount I see directories named 001, 002, 003 and 004. These directories variously contain files named 001, 002, 004 (no 003) etc.

Fdisk gives me:

I don't know enough to use dd, kpartx, parted, partmon, partprobe, partx et al

View 1 Replies View Related

General :: GRUB Got Re-written By The Windows Bootloader?

Feb 14, 2011

with reference to my this thread: [URL]

After installing Windows 7, the GRUB got re-written by the windows bootloader. Now after booting into the live cd and mounting /boot partition (sda2), I tried to reinstall the GRUB with this command grub-install --root-directory=/mnt /dev/sda as told by this [URL]

But I got the an error which says, Are you sure /dev is mounted? then i tried the same command on the / partition (sda5) which said, cannot find boot directory, Are you sure /dev is mounted?

And installation failed, now after restarting its just a black screen with grub> prompt.

View 13 Replies View Related

General :: Debug A Newly Written System Cal?

Dec 17, 2010

i added a new system call..helloworld...

i rebuild the kernel and when i try to use it, it is returning -1.

can any one tell me how to debug and know where things went wrong..

how to see the kernel log when this syscall is called...i wrote a println in my syscall..but couldnt find that in /var/log/dmesg...

View 3 Replies View Related

Ubuntu Installation :: Can't Download Any Emulators

Aug 24, 2010

when i try to download an emulator from the ubuntu software center i get this message

Requires installation of untrusted packages The action would require the installation of packages from not authenticated sources.

but i downloaded the same programs on my other ubuntu computer

View 3 Replies View Related

General :: Catch All Data Being Written To Hard Drives?

Jul 18, 2010

I have a Linux CentOS server.Is there a way to store all changes made to the hard drive by all software on the server ?

View 14 Replies View Related

General :: Enter The Command Java -version It Shows Java Is Not Found?

Jan 19, 2010

Java is installed in linux machine and when I enter the command java -version it shows java is not found.At the same time when i run from the folder where its installed with ./java -version it works.

first of all why its not working from any other place? also why do I need to give ./ from the folder?

View 3 Replies View Related

General :: Java JRE Installed So End-users Don't Have To Install It To Run Java Applications?

Jan 29, 2010

Do Windows XP, Vista, Windows 7 and all Linux distributions have Java JRE installed so end-users don't have to install it to run Java applications?

View 4 Replies View Related

Debian Multimedia :: Emulators Compatible With PowerPC?

Nov 8, 2010

Just wondering if there were any NES, SNES, etc emulators compatable with PowerPC Debian?

Not entirely sure if they will run well, but can't hurt to give it a try.

View 9 Replies View Related

OpenSUSE :: Index Of /repositories/Emulators:/Wine/_11.0?

Mar 6, 2010

"I found this page:Index of /repositories/Emulators:/Wine/openSUSE_11.0I'm a little confusedI need more information, but then again, so do you, that isn't very descriptiveEdit/Delete Message Reply With Quote Quick reply to this messageimachavelView Public ProfileSend a private message to imachavelFind all posts by imachavelAdd imachavel to Your Contacts #2 (permalink) Add to imachavel's Reputation Report PostUnread Today,03:27imachavel imachavel is online nowStudent PenguinJoin Date: Dec 2009Posts: 81imachavel hasn't been rated much yetDefault Re: wine repositoriesdo I have to download all of those?

ARGH, I want to shoot myselfmaybe I'll move this thread to applications"I moved this here from games, don't know why I'm having such a hard time with wineoriginally decided not to mess with it too much, but now I'm wanting to use itanyway the page didn't look too confusing at first, but now I am struggling with it a little bit

View 9 Replies View Related

Ubuntu :: Difficulty Creating Launcher For Java Program From Terminal?

Jan 17, 2010

I run a program by executing this command in a terminal screen.Code:coco@coco-desktop:~/Escritorio/MO_1.10/MagnumOpus$ java -jar MagnumOpus.jarSince it is a bit tedious, I tried to create a launcher. I copied the above code into the Command box. The launcher is created, but fails to run the program. Instead I get an error message.

View 6 Replies View Related

Ubuntu :: Terminal Command To Install The Latest Version Of Java?

Nov 14, 2010

Can't get an applet to initiate on a gaming site...is their a simple terminal command to install the latest version of Java?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved