Debian Installation :: Java Programm To Install And The Installer Is GUI Java Based?
Feb 18, 2011
This is my first post and I'm pretty new on Debian. I had used Ubunu for a while now and I've decided to move on Debian Squeeze.But I've one problem: I've a Java programm to install and the installer is GUI Java based. When I run the script, I've the next message:
Preparing to install. Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this system's environment.Launching installer Graphical installers are not supported by the VM. The console mode will be used instead. Preparing CONSOLE Mode Installation. But this program is not able to run the installation in console mode.
I've tried to install sun-java6-jre but without success.Has anyone an idea to help me install this programm? My Configuration: Debian Squeeze 6.0 amd64.
View 13 Replies
ADVERTISEMENT
Jun 13, 2011
I try to install the java plugin but the java test pages show not installed. I have tried the openjdk-6-jdk package and the Oracle/Sun 1.6.0_26 version to no avail.
Is there some good instructions page someplace? I have yet to find a set of instructions that provides something clear that works.
View 5 Replies
View Related
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
Feb 18, 2011
If you are interested, Java SE 6 Update 24 is available. The Check Java Version link in my signature will tell you if you are up to date or not. The Update Java Version link in my signature will tell you how to obtain and install the latest version. The 32 bit version install directions are on the left side of that page and the 64 bit instructions are on the right side.
Just remember to remove the current version before installing the new one as it says in the instructions. The remove instructions are below the install instructions. Also, in Step 9 - "Now you'll want to tell the system, that there's a new Java version available." See the note below it that says if you get an error upon entering the command once, enter it a second time. I have to do that and sometimes forget. Just thought I would mention that. These instructions are already setup for version 6 update 24, but they can be modified for any update and they will work. I have been using these instructions for a couple of years and they work.
View 9 Replies
View Related
Jan 20, 2011
How can i install Sun Java (JDK) 1.6 on Debian lenny?
make-jpkg does not work with Java 1.6.
View 3 Replies
View Related
Jan 28, 2011
How to install java and firefox java plugin on Ubuntu 10.10?
View 2 Replies
View Related
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
May 1, 2010
I have installed CENTOS / PHP 5.1.6 / JAVA 1.5.0_20. Now i want to install JAVABRIDGE for PHP and JAVA title should list in the PHP_info page.
View 1 Replies
View Related
Jul 29, 2010
I'm looking for a version of Getopts for Java that isn't licensed under the GPL and accepts long options (i.e. both -h and --help). My code is licensed under BSD and I don't really want to change that just because a module uses the GPL...
View 1 Replies
View Related
Mar 4, 2011
I'm trying to install java 1.7 but every time i install java it gets 1.6.
Does anyone know how i can get 1.7
View 7 Replies
View Related
Jun 8, 2010
I'm trying to compile JGR, rJava, etc. for use w/ my updated R. My configuration of Ubuntu (9.10 Karmic, kernel 2.6.31-22-generic) and R (version 2.11.1; from lib.stat.cmu.edu source) shouldn't be terribly unusual. But, all my efforts to compile Java programs for R fail, possibly because of something in my Ubuntu configuration of Java.First, I ran: R CMD javareconf. The output from that tells me that "JAVA_HOME is not a valid path, ignoring" and the cpp flags are set to nothing. The javareconf fills most of the variables with references to openjdk. JAVA_HOME, as far as I can tell, points to a properly installed copy of Sun Java. When I run update.packages(checkBuilt=T) with this, it unsurprisingly tells me that "One or more Java configuration variables are not set" and all of my Java based programs fail to compile.
I've tried switching the default Java to the Sun version using "sudo update-alternatives --config java". Now, javareconf fills in the cpp flag and variables point to the Sun version, though I still get the error msg that JAVA_HOME is not a valid path (though javareconf sets the home path to: /usr/lib/jvm/java-6-sun-1.6.0.20/jre). When I try to compile rJava, I get the error: rJava, "JNI types differ from the native type."Does anyone have any thoughts on how to fix this? Alternatively, is there somewhere I can report these problems so they might get fixed in future versions?I suspect I can't be the only person having these problems.
View 3 Replies
View Related
Mar 21, 2010
For the analysis of wireless mobile nodes simulations, I have downloaded Jtrana from [URL] This is a java based project but I do not know what steps I am supposed to follow to use it for my trace analysis. In fact I know how to compile a .java file, but jtrana is a complete GUI software.So I want to know to how to install it under fedora.
View 14 Replies
View Related
Sep 16, 2010
I have install Ubuntu 10.04 version. Then install Crossover 9 and run Internet Explore 7 on the crossover. Now I need to access web based system through IE7 which is java applet enabled system and also I have already installed java runtime environment on crossover. But that system can not access through IE7 it given some errors.
View 1 Replies
View Related
Nov 22, 2010
I'm running Debian on my NAS. I'd like to get java running on it for a couple of background utilities. Unfortunetly when I try to install a JVM, the dependency tree tries to suck in xwindows and a bunch of other GUI things I'm trying to avoid.
if there are any JVMs out there which are specifically command line only?
View 3 Replies
View Related
Aug 13, 2011
I am having trouble installing the latest version of Java on my computer. I am very new to Linux/Debian. I followed the instructions on the Java site exactly but no results. Could someone post a step by step on how to install?
View 9 Replies
View Related
May 29, 2011
Code: ~ $ /usr/java/jre1.6.0_25/bin/java -showversion Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/Object
That's the error I get. When trying to run a java app with the firefox plugin, the browser simply crashes if it's the 64bit java or tells me it's not installed if it's the 32bit version.
I'm at a loss as to what to do. I think it has something to do with leftover gunk from a previous version I misinstalled(Is that even a word?) Anyway, the only thing that google could come up with was a solution for windows which laid blame on Bill Gates for having a bunch of pf (java prefetch) files stuffed into c:windows for no apparent reason. The solution was to delete them, but I can't seem to find the java prefetch folder in linux. The method I used is downloading the rpm from java.com the rpm2tgz then installpkg then cp libnpjp2.so to firefox plugins folder.
View 8 Replies
View Related
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
Apr 5, 2010
After upgrading java (jre) to 1.6.0_19, the java plugin no longer loads into Firefox. All the rest of my plugins from /usr/lib/mozilla/plugins/ load fine.Java can be a pain such a pain the neck!
View 8 Replies
View Related
Jan 6, 2011
Is there a way to install Java and/or Jdbidwatcher from the repositiories.I have non-free ones.I thought installing the JRE package would do the trick for java but no.Do I have to install java binary from the web site?I think I have to install JBidWatcher from the related site as I can't find any reference to it in the repositories but it sounded like it was taken out ultimately. A search of the forums didn't provide info that helped so I had to make a new thread. My apologies if this has been discussed before. I couldn't find the relevant info.
View 2 Replies
View Related
Jan 23, 2011
I guess I am still a beginner since I can't do this. I was able to install Java in another computer successfully. I have both running now. The successful one, had a folder for firefox the one with the problem does not have that folder, (firefox). The instuctions I trying to follow are here: [URL]
Not having a firefox folder I installed using /usr/lib/mozilla/plugin . But the plugin has an X attached to the respective icon in /usr/lib/mozilla/plugins.
[URL] This website seems to offer the solution to my problem, I will need help in undoing my previous steps or in removing the incorrect plugin. But will I still need a firefox folder or directory as I have on the other machine? I have a K7S5A PRO MB and Athlon Xp 1800 + processor.
View 3 Replies
View Related
May 22, 2010
Is there any Linux software that allows accessing a pre-configured serial console via Browser using a java applet? I would like to access the serial management consoles of various hardware devices via browser.
View 1 Replies
View Related
Sep 1, 2010
I'm using Epiphany. Some, but not all, Java apps are not rendering, that did render in Windows. I'm getting dialogue that says applet and Java plugin not installed.
View 5 Replies
View Related
Jul 10, 2010
we have installed ubuntuserver10.04 and globus toolkit4.1.2 but when insatll gt4.1.2.using ./configure,we get an error to set java path.the error is JAVA_HOME is not set..to unresolve it we again install the server edition along with all packages.we have set the path for java /usr/bin/java still we get the error.help me out
View 2 Replies
View Related
Jan 3, 2010
wishes of the day.I hav "jdk-6u17-linux-i586.bin" file. how to install it into my system (ubuntu 9.10-intell-32-bit).
View 2 Replies
View Related
Jan 21, 2010
I want to install java 6 update 18.Mine is 64 bit Ubuntu OS.I have downloaded jdk-6u18-linux-x64.bin file from sun.java.comBut I don't how to install .bin file in ubuntu.Before that can i use above file to install.
View 6 Replies
View Related
May 9, 2010
How can i do Java programming on ubuntu.
i mean how to install java on ubuntu.
i tried but fail to install jdk.
View 1 Replies
View Related
Jun 12, 2010
I have Ubuntu 10.4 with browsers Firefox and Chromium. Neither browser has Java. I want to install Java for both browsers. I have downloaded jre-6u20-linux-i586.bin and I have permission to execute it, but I don't know what folders to put it in before I execute. I need someone to educate me with detailed instructions because my computer skills are less than modest. Do I have to create folders?What is the command to execute?
View 1 Replies
View Related
Aug 3, 2011
i have followed this link to install the jdk7. [URL] but when I use sudo update-alternatives --config java that will give me possibility to chose jdk7, it seemed like that it is listed in the jdk installed.
View 1 Replies
View Related
Apr 16, 2010
I had just downloaded and installed Ubuntu. I had to manually install the Software Center. So I did that and installed a bunch of things including OpenJDK and its browser plugins. OpenJDK caused trouble in a game I play, so I installed Sun instead. However, that's the old version. I followed the above instructions, removed the old verisons and attempted to install the plugins. But unless I use the Software Center, it doesn't work. I'm cutting and pasting exactly and nothing shows up in my aboutlugin screen.
View 2 Replies
View Related
Jul 10, 2011
I use openSUSE 11.4 64 bits, KDE and FireFox 5.0. I regularly update. When trying to reach my bank, I get the following error: Code: icedteanp plugin error: Failed to run /usr/lib64/jvm/java-1.6.0-openjdk/jre/bin/java. For more detail rerun "firefox -g" in a terminal window. Is there anything I can do to remediate ? Does IcedTea everything that Java does?
View 4 Replies
View Related