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 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
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
System.getProperty("java.version","Not defined")
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 This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
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
|
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...
|
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...
|
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...
|
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...
|
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?...
|
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...
|
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...
|
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...
|
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...
|
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...
|
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...
|
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...
|
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...
|
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
...
|
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...
|
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...
|
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...
|
by: lllomh |
last post by:
How does React native implement an English player?
| |