• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Do you need to use .NET libraries in Java code?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator




The simplest JAVA to .NET bridge ever!

--------------------------------------------------------------------------
SAMPLES - see it yourself!
--------------------------------------------------------------------------


How to use Random in .NET?


How to use .NET Random via javOnet in JAVA?


--------------------------------------------------------------------------
GETTING STARTED
--------------------------------------------------------------------------





STEP 1
Add javonet.jar reference to your project

STEP 2
Copy any .NET dll to your project or use any from GAC

STEP 3
javOnet.AddReference("your_lib.dll");
and start using your code!

--------------------------------------------------------------------------
ABOUT JAVONET
--------------------------------------------------------------------------


javOnet was created by highly skilled and experienced .NET and Java developers to simplify common interoperability issues.

As we are just like you, everyday coders and sophisticated issues solvers, we had enough insight to create a solution fulfilling developers most desired requirements.


Our aim was to create easy to use, instant tool that will not require long and hard to understand configuration. We know that you need to start your work immediately, that is why you can set up javOnet in less than 5 seconds (we have meassured that) :-)

Beginner or experienced developer?

Doesn't matter! All of us have been Beginners one day and we remember that! javOnet is easy to use for either beginners and advanced coders.

--------------------------------------------------------------------------
HOW IT WORKS?
--------------------------------------------------------------------------


javOnet is a mechanism that bridges your JAVA application with .NET code.

.NET code is accessible from your JAVA application through our robust reflection-style fluent API delivered in javOnet JAR. Using our methods you can interact with any .NET object like using reflection.

Under the hood javOnet creates .NET process for your JAVA application and translates your operations on javOnet API directly to operations done in CLR .NET process.

javOnet covers full interprocess communication with native performance, creation and lifecycle management of .NET process and callback support for listening .NET events from JAVA.

Please check the diagram on the right to see how our solution works for you!

--------------------------------------------------------------------------
TUTORIALS
--------------------------------------------------------------------------


http://www.javonet.com/tutorials/

--------------------------------------------------------------------------
AVAILABLE LICENCES
--------------------------------------------------------------------------




--------------------------------------------------------------------------
WEBSITE
--------------------------------------------------------------------------

http://www.javonet.com




 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic