472,791 Members | 1,572 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,791 software developers and data experts.

How do I know what Java SDK I am running?


This java environment is crazy, you J2EE, JSE, JRE, WSDP, and so on and so
on. I need to determine what SDK I have installed on my computer because I
want to try and get java web services to work with JRE 1.31. I am not even
sure if this is possible.

Does anyone have any ideas?

Regards,
Paolo

Jul 17 '05 #1
4 20800
JavaDev wrote:
This java environment is crazy, you J2EE, JSE, JRE, WSDP, and so on and so
on. I need to determine what SDK I have installed on my computer because I
want to try and get java web services to work with JRE 1.31. I am not even
sure if this is possible.

Does anyone have any ideas?

Regards,
Paolo


java -version

/Johan
Jul 17 '05 #2
Paolo,

I know all of the acronyms can be overwhelming at first, but it gets
easier as it goes. The more you work with, the mystery and complexity
goes away. :)

To determine the version of Java you have, on the command prompt type:

java -version (assuming java.exe is in your PATH)

Josh

JavaDev wrote:
This java environment is crazy, you J2EE, JSE, JRE, WSDP, and so on and so
on. I need to determine what SDK I have installed on my computer because I
want to try and get java web services to work with JRE 1.31. I am not even
sure if this is possible.

Does anyone have any ideas?

Regards,
Paolo

Jul 17 '05 #3
System.getProperty("java.version","Not defined")
Jul 17 '05 #4
On Thu, 09 Sep 2004 13:24:27 +0000, JavaDev wrote:

This java environment is crazy, you J2EE, JSE, JRE, WSDP, and so on and so
on. I need to determine what SDK I have installed on my computer because I
want to try and get java web services to work with JRE 1.31. I am not even
sure if this is possible.

Does anyone have any ideas?

Regards,
Paolo


java -version

in a command box/ shell etc.

The API documentation is really useful (tooldocs java)

Tony
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Johnson Bruno | last post by:
Hi, I need to know whether a process is running or not on Windows 2000 from a java program.Please guide me. Thanks and regards Bruno
198
by: Michael N. Christoff | last post by:
Java, the software developed by Sun Microsystems in the mid-1990s as a universal operating system for Internet applications, gave NASA a low-cost and easy-to-use option for running Spirit, the...
4
by: Laura P | last post by:
Hi, I wasn't sure whether this should be posted in the Java are or in a Solaris thread, so I shall post it in both. Sorry for the duplication. I am new to Solaris and am having trouble...
0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
73
by: RobertMaas | last post by:
After many years of using LISP, I'm taking a class in Java and finding the two roughly comparable in some ways and very different in other ways. Each has a decent size library of useful utilities...
13
by: Charles Handy | last post by:
How does FastCGI compare against java Apps running in java app servers like TomCat, Sun One, WebLogic and WebSphere? Is there a business case for switching from CGI to Java? Performance?...
16
by: The Ruling Class | last post by:
With all the books and code written in Java, why are there no /killer/ applications? Can you name one Java application that is a must have? I run Suse 9.0 -- I don't see a single Java...
7
by: Alex | last post by:
Hi all, I am trying to install a java stored procedure via the windows development centre. The linux box is running 8.1 FP4 as is the windoze platform. If I am on the linux box i can install...
2
by: Michael | last post by:
Running DB2 v7 UDB ("DB2 v7.1.0.93", "n031208" and "WR21333") on Windows XP, I am unable to find out why the "Build for Debug" option within Stored Procedure Builder is not enabled on Java stored...
2
by: Janna | last post by:
I have the Java JVM installes on my server. I uncommented extension=php_java.dll in php.ini I uncommented and proerpyl filled out the section in php.ini: java.class.path...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.