The Artima Developer Community
Sponsored Link

Java Answers Forum
Generating a Java DLL or exe

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Lucy

Posts: 1
Nickname: javacup
Registered: Feb, 2002

Generating a Java DLL or exe Posted: Feb 26, 2002 12:31 PM
Reply to this message Reply
Advertisement
I am currently working on a java program that has to be converted to a DLL or exe file so that another program written in any language could access to the java program. The java program was written in IBM VisualAge for java running on Windows 2000 platform. I have tried using Executor program someone has posted, but I always get an error saying 'Main-class" attribute is needed" I've added "Main-class: nameofmymainclass"to my manifest file, but I still get the same message. Does anyone know how VisualAge converts a class file into exe file or how to modify the manifest file correctly. Thanks

Topic: Applets Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use