Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How can I run a java program on linux?

Status
Not open for further replies.

doll

Newbie level 3
Joined
Feb 5, 2006
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,304
how can i run java program on linux?
 

java in linux

I recomend linuxquestions forums. Use the search, most questions about linux have been asked there already.

The majority of java programs will run on linux if you have a JVM installed.
Frostwire, for example, should run on any machine with a working JVM (java virutal machine).

Java programs which use the windows API generally won't work on linux. You might be able to run them using WINE, the windows compatabilty program but wine is beta and generally dosn't work smoothly.

You may get more specific advise if you say what linux distribution you are using (or put "java name-of-distribution" into google).
 

Re: java in linux

Eclipse, just try
 

java in linux

Just to download jre from sun's website and setup it.
 

Re: java in linux

Hi!!
I was installing j2re-1_4_2_o6-linux-i586.rpm on LINUX Redhat 7.3.
After installing need set path variable.
Besides, I was doing symbolic link into plugin directory of mozilla !
to the file libjavaplugin_oji.so !!!!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top