How to import a user defined class in J#
Hello!!
I'm using Visual Studio .net with J#.
For example if you compile a java file by using the javac in the command
window you get a class file.
One example if you have a java file called Test.java and you compile this
from the command window you get a Test.class file.
How to I import this class file Test.class so I can use it from inside the
Visual Studio IDE.
I have tried everything to set the classpath and I have put this classfile
at the project folder and at the folder where the exe file is located.
Nothing works.
In the project part I have tried to add existing item but it doesn't work.
Does anybody know if it's possible to use a class file when you use Visual
Studio .net
//Tony
.
Relevant Pages
- Re: Is VS2008 a good environment?
... Try to turn your application window into a class. ... automatic graphics updates to your window, you'll know what I was talking about. ... overriding OnTimer and adding it to your message map), ... But if you insist on Visual Studio ... (microsoft.public.win32.programmer.ui) - Re: Is VS2008 a good environment?
... Try to turn your application window into a class. ... automatic graphics updates to your window, you'll know what I was talking about. ... declare your message map (MFC provides ... But if you insist on Visual Studio ... (microsoft.public.win32.programmer.ui) - Re: Cant change path environment for Visual Studio
... When the Post-Build Event executes, ... > operable program or batch file. ... > This is puzzling because the XCOPY command works just fine when run ... > path does not apply to the Visual Studio IDE. ... (microsoft.public.vstudio.development) - Re: DirectSound window handle and global focus
... The demo program I said worked in the last post also does not work on my ... Do you know of any possible visual studio, directX or windows configuration ... capture sound, even if minimized, or if another window has focus. ... (microsoft.public.win32.programmer.directx.audio) - Re: Visual Studio 2003 Powertoys
... To anyone else who was wondering where these power toys went, Wen has kindly sent me a list of them as they are now on MSDN code gallery. ... http://code.msdn.microsoft.com/VSCMDShellWindow VSCMDShell Window Access to the command shell CMD.exe and the Visual Studio commands from the same window. ... http://code.msdn.microsoft.com/CustomHelpBuilder Custom Help Builder Create a custom help collection for your XML-style commented VB or C# class libraries. ... Load a file, or a set of files, into a currently running instance of Visual Studio .NET 2003. ... (microsoft.public.vsnet.ide) |
|