| Thread | Last Post | Replies |
|
| Can you keep code in Java and compile for J# Browser Controls? | 22 Mar 2004 19:28 GMT | 22 |
We have a huge Java applet developed in Visual J++, using no features beyond Java 1.1.4 and no Microsoft-specific features. The applet runs on a variety of Java platforms on Windows and Macintosh; the user gets a CAB file or a JAR file depending on the browser and Java ...
|
| Serialization | 22 Mar 2004 15:01 GMT | 1 |
Hell all! Could anybody help me? Do serialization protocols in J# and in Sun Java identical? I have some problems. I can' read serialized steam from Sun Java in J# Thanks Pahomenko Dmitr
|
| port of openSMPP Java API to J# | 22 Mar 2004 11:13 GMT | 3 |
I have been trying unsuccessfully to port the Java code for openSMPP to J#. If I try converting the jar file with the compiled classes to a .NET assembly, I get a method not found error in the Vector class. I tried to recompile the Java source files into a class library while ...
|
| VJ# equivalent of C#'s "internal" keyword | 19 Mar 2004 21:07 GMT | 2 |
I would like to know the VJ# equivalent of C#'s "internal" keyword. I have tried using private access specifier but when I used get_IsAssembly() method, of FieldInfo class, the output comes out to be false. Please suggest the exact solution(if any). Thanks,
|
| Why insert <%@ webservice language="J#" classname= 'something' | 18 Mar 2004 14:10 GMT | 1 |
Why do we insert <%@ webservice language="J#" classname= 'something' in .NET web service page Thanks Manisha
|
| Equivalent of " out" Keyword | 18 Mar 2004 13:25 GMT | 1 |
Hello What is the equivalent for "out" keyword present in C# in J# Should we use/**@ref*/ in place of out ?
|
| out parameter | 18 Mar 2004 13:23 GMT | 1 |
What is the equivalent for "out" keyword present in C# in J# Can we use /**@ref*/ in place of it Thanks.
|
| System.InvalidOperationException | 17 Mar 2004 12:47 GMT | 1 |
I am getting System.InvalidOperationException while trying to search an object in and ArrayList object. In the following code i am getting System.InvalidOperationException in the lin int myIndex = myList.BinarySearch(myObject) import System .*
|
| Error | 17 Mar 2004 10:03 GMT | 1 |
I have implemented IMessageFilter interface in a class TestMessageFilter. In it I have defined public boolean PreFilterMessage(Message m) function. But while compiling, I am getting following error. 'TestMessageFilter' must be declared 'abstract' or ...
|
| Parameters | 17 Mar 2004 04:38 GMT | 1 |
Since I am new to this.... i want to pass a parameter by reference instead of by value. How is this accomplished; can't seem to find this in limited documentation I have.
|
| New Project | 15 Mar 2004 07:19 GMT | 1 |
I tried to create a new project with J# but I get a little message box that says "VC Package not available or not registered" I do not plan on using visual C, why do I need it installed. I have C# and VB installed. What's going on here?
|
| A set of .Net library for Java | 13 Mar 2004 20:58 GMT | 12 |
I'm looking for a .Net stub library for Java which allow me to write J# code used any System.* package in Java RAD tool. Any ideas ? Thanks
|
| Why no Swing Conversion | 13 Mar 2004 20:39 GMT | 5 |
Since Java 1.2 most serious Java programmers have incorporated Swing (javax.swing.*) as both the GUI and event model of their programming. Why is there still, as-yet, no way provided by MS to "convert," this to J# ? I'm not crying sour-grapes here, rather, I am asking legitinately ...
|
| Trying to access my IE from home - won't work! | 12 Mar 2004 17:25 GMT | 1 |
Hi there everyone I have a laptop with Windows 98 on it. When I access it from work, the IE browser works fine (it's I.E. 6.0), but when I try to access any ISP from home, I cannot connect. What am I doing wrong? Is there an option I need to activate that I'm not aware of? If ...
|
| Problem with Jdbc | 12 Mar 2004 15:04 GMT | 1 |
I have migrated a large application from J++ to J# which makes extensive use of Jdbc classes for database access. My code works fine in J++ but in J# the process hangs in the Jdbc classes and NEVER returns. The hangs occur seemingly random but mostly in different close statements ...
|