Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Java Application using oracle database in Linux

  Asked By: Sunil    Date: Sep 03    Category: Java    Views: 1150
  

I used to work with java sun microsystem compiler using oracle as
database in windows. Now our company is switching on linux as main
Operating system and I should continue my work on Java application and
oracle databank. Is there a compiler for java which I can debug my
applications in linux? And if it is where can I find it and what its
name is?
I need your immidiate help...

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Heru Chalthoum     Answered On: Sep 03

you should be able to use the same JDK (Linux version) which is available for free for download. any IDE that runs on the same VM provides you a way to debug  your code, i.e, Sun Studio, NetBean(if runs on Linux), or JEdit as well.

 
Answer #2    Answered By: Murad Bashara     Answered On: Sep 03

have a glance to following URLs, may be help  you:

http://www.rexi.org/linux/eclipse-ppc.html
https://www6.software.ibm.com/dl/lxdk/lxdk-p. (important)
http://java.sun.com/j2se/1.3/download.html

 
Answer #3    Answered By: Juan Reynolds     Answered On: Sep 03

this was the funniest question posted in all java  related forums
java is platform indecent language
most of java tools are written in java
those tools which are written partly or completely in other languages like C and C++, mostly support Linux
so almost any java tool is supported in Linux
to name a few:
JDeveloper, Eclipse, Netbeans
Sun JDK, IBM JDK, GCC Java Compiler

 
Didn't find what you were looking for? Find more on Java Application using oracle database in Linux Or get search suggestion and latest updates.




Tagged: