| Thread | Last Post | Replies |
|
| Release of version 1.1b from beta - Date? | 30 Jun 2004 23:01 GMT | 1 |
Does anyone know when the final code for version 1.1b will be released?
|
| Sending an object through MSMQ | 30 Jun 2004 12:48 GMT | 7 |
I get the following error when trying to send an object to a Message Queue: An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll Additional information: There was an error reflecting 'object'
|
| Is it "UTF-8" or "UTF8"? | 21 Jun 2004 14:05 GMT | 1 |
I am porting code from Java to .NET, and one thing that came up was that String.getBytes( "UTF-8" ) works in Java (JDK 1.4 anyway) but not in J# (throws an unsupported encoding exception) - however
|
| jbimp version resource | 18 Jun 2004 20:51 GMT | 1 |
Is is possible to embed a version number into the dll resulting from jbimp with a resource file? If so, what steps are necessary?
|
| Include J# redistribuable package in a setup project | 17 Jun 2004 22:59 GMT | 3 |
I make a Setup project to deploy a WinForms application. I use the VS.Net Bootstrapper Plug-In to deploy the .Net framework and it works fine except for one thing: my application needs the J# redistributable package to install.
|
| >JDK 1.1.4 | 17 Jun 2004 22:56 GMT | 6 |
Will J# ever support any JDK greater than 1.1.4? or are we locked in forever?
|
| Java calling Office API ? | 17 Jun 2004 22:34 GMT | 3 |
I am writing a Java application which among many other things has to call some MS Office [PowerPoint] internal methods, which only seems to be possible from either VBA or C#. Can anybody suggest a way of Java calling VBA or C# ?
|
| Runtime instances creating | 17 Jun 2004 22:30 GMT | 3 |
Hello, all. Anybody could help me I want to create insatnces of any classes in runtime. I know two ways 1) using reflection and getting constructo 2) using maging string "Class.forName(<className>).newInstance()
|
| creating dlls | 17 Jun 2004 22:18 GMT | 3 |
Please correct me if I am wrong. I am using vjc to compile the classes into a dll. Is it possible to alter the dll, and add a new class to it? Or do I need to recompile everything everytime?
|
| J# compilers returns Cannot declare type 'java.lang.Object' error | 14 Jun 2004 17:50 GMT | 1 |
Ive got existing Java source code that compiles just fine with a number of Java compilers but for some reason I get "VJS1282: Cannot declare type 'java.lang.Object' error" when compiling in J#. Can someone give me a clue as to whats going on? The error is being found at ...
|
| Accessing MySQL with J# .net | 14 Jun 2004 17:44 GMT | 1 |
Hi, can anyone tell me how to access a MySQL database within a J# .net environment? Basically I have a MySQL server running on localhost, and I want to be able to write a custom program to query (etc.) it. I want to write this program using J# .net. Thanks in advance for any ...
|
| Help in JAVA datastructure definition | 14 Jun 2004 17:39 GMT | 1 |
I am a newbie to Java programming and would like to get some feedback on how I can proceed with a problem I have at hand. I have to maintain the objects information in the memory for a SITE. SITE has side id, site name, and a site will be related to devices (one or more devices). ...
|
| Multithread problems of Windows Forms | 10 Jun 2004 13:29 GMT | 3 |
In some case, I create a worker thread for creating another Window With Java AWT, the idea is ok. But with .NET Windows Forms, the code below do not works The "Form1" created by the "MyThread" is blocked(No paint)
|
| .NET and Java | 10 Jun 2004 13:08 GMT | 4 |
I have just bought a Motorola V525 mobile phone, which has Java software written using the J2ME SDK. Does .NET have any way of working with the J2ME SDK? I know very little about Java anyway (it has not really interested me before). I would like to write basic games and ...
|
| /target is 'exe' but no suitable main method was found in compilation | 07 Jun 2004 19:41 GMT | 1 |
Can someone tell me what this error means in J# /target is 'exe' but no suitable main method was found in compilation
|