Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Microsoft SDK for java?

843810Jul 2 2003 — edited Aug 14 2003
Where can I get Microsoft SDK for java? I found this question in another post, but the link given there doesnt work. Please help.

Comments

843810
Use the one from Sun, it works just fine.
843810
is that supposed to b a joke of some kind?

anyway, i need to convert a java app to a windows service... not just launch it as a service using instsrv.exe and srvany.exe, but convert the whole set of classes to 1 exe file, that can b started as service... got anyway to do it?
843810
You don't exactly the need the Microsoft SDK for Java for that. There is a product called NativeJ that basically creates a C/C++ application to invoke the VM which then loads and executes your classes. The Professional edition of this product has the option to configure it as a Windows service. Unless you're too picky about converting all of your class files into one executable package, check out the product at:
http://www.dobysoft.com/products/nativej/
843810
Microsoft products always sucks. Don't use it. :p
843810
You can say that again
lol
but what about the visual J#?
it's a java sdk from Micro$oft (I think) is it any good?
843810
I have no experience at all programming with J#, but using it will limit portability and constrict you to platforms that Microsoft supports (Windows). Even on the Microsoft Visual J#'s website, it clearly states that programs written with it will not work on any Java Virtual Machine. Hence, J# is NOT an SDK for Java, it's not Java in the first place.
843810
Visual J++ is set up to use the microsoft SDK instead of SUN's. It's a good compiler too.
843810
AFAIK:

There is no MS SDK for Java: MS violated their Java license agreements and no longer have rights to it.

MS do have products named J++, C# etc. You may want to investigate that.
1 - 8
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 11 2003
Added on Jul 2 2003
8 comments
193 views