Java
Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform.
Application
Computer Science
Remove
Platform
Linux
Remove
License
Any
Hello Dear,
Have you installed gcj package for GCC.GCC is a generic front end to compiling High level languages.the core language support instllation should also be done.
do the following...
This message was edited by PrzemekG_ at 2005-1-14 9:18:49
: Hi everybody I have Qt/X11 and I would like to know how to obtain the current system screen sizes (width,height). In java it's a piece of...
Java is definately support as the others have said.
If you have not got it with your distribution you can just download the latest version from sun - they actively support Linux.
Hi,
Here is my situation :
I would like to create Online reports (Charts, tables, etc.) using java.
How can I do this ? Can anyone show me a tutorial ?
The way I see it, My Online...
on a solaris system the JVM looks for shared libraries in LD_LIBRARY_PATH, but where does it look on the linux platform?
I created a directory by the name of mplay_gui and placed mplay_gui.java in it and then tried to compile the code. But the error still remains. Is this directory supposed to be at some specific...
This message was edited by arb123 at 2003-9-9 2:25:40
The directory structure of your project should be the same as your package definitions. So, it should be...
javac mplay_gui/mplay_gui.java...
If you are using linux try to change dir first to were ever your class is. On win check classpath.
It's a JVM exception and there is nothing wrong with your code.
java can't find Deposit.class at...
hi all
i have a java program writen in windows . now i want to compile it in linux . i installed gcc
java pack . now i want to know how can i compile the program ? with witch command ?
and my...
i want to know how to run java applets on linux platform..
: I've installed postgresql on a suse linux system (i used the version provided with the release 7.3 of linux) but when I try to load the JDBC driver using "Class.forName("org.postgresql.Driver");"...
Hi,
I am implementing UniPOS standards on Linux using C++.I had implemented JPOS standard before using Java only. I need to develop Event handling similar to java event handling in C++ on Linux.How...
Hi,
I am trying to write an application that profiles memory-usage of a javaprogram. Therefor a shared c-library is loaded by the java virtual machine, and this shared library does the...
try this
static {
System.out.println("Detecting OS...");
try {
String os_name = System.getProperty("os.name", "");
String...
: ive gotta a problem related to sdk1.4 as well. How do u compile java files with it? wheres the javac.exe?
:
It depends on where you installed the SDK. I have my "Java" in:
c:\Program\JavaSDK...
xterm).
Compile using:
javac File.java
Execute using:
java File
: Any one would please tell me that is there any implementation of linux md5 encryption thru which passwords are stored in shadow file and look like this: $1$jt4sWk9Y$7ELDEI2ATKMfnLvTOntZX/
: This...
Any one would please tell me that is there any implementation of linux md5 encryption thru which passwords are stored in shadow file and look like this: $1$jt4sWk9Y$7ELDEI2ATKMfnLvTOntZX/
This is 34...
Good day all -
I am new to Linux programming and was wondering if anyone has any information about developing touchscreen applications in Linux. I am leaning towards Java as that is where most...
: Hi all,
: I d like to ask a simple question: Apart from C/C++ and Java is there any other programming language for Linux that is more User friendly and allows u to develop quite quickly simple...