| Thread | Last Post | Replies |
|
| Migrating Tomcat Servlets to IIS environment | 30 Oct 2004 17:34 GMT | 1 |
There is a business requirement for us to migrate the java servlets written in Java 1.4 with Tomcat 4.1 Servlet container to IIS6.0 (Dot Net enabled) servers to run in Windows 2003 Server. Is there any tool that can handle the conversion. Or we need to build the java code in Dot ...
|
| Mdi forms | 26 Oct 2004 20:15 GMT | 3 |
Here's the situation: I'm trying to create and program that has a menu screen, with several buttons on them (note that it is full-screen). It will be used for arcade games; we are trying to create a collection of different games, click
|
| J# Browser Controls v1.1b repost | 26 Oct 2004 11:48 GMT | 3 |
I'm pleased to announce that J# Browser Controls v1.1b has been reposted in nine languages. See http://msdn.microsoft.com/vjsharp/browsercontrols J# Browser Controls provide developers with a way to migrate their existing Java applet source code to run within the context of the ...
|
| Mono and J# Browser Controls | 18 Oct 2004 22:49 GMT | 1 |
Does anyone know if Mono will support J# Browser Controls? If not, is there anything that will run them on OS's other than Win32 and browsers other than IE? Is this likely to change in the next few years?
|
| Application icon | 18 Oct 2004 18:40 GMT | 2 |
I have an applciation in JSharp. Does anyone know how to associate an icon with the application, so that the icon appears whne the .exe is browsed in Windows Explorer? I have tried embedding the icon file. In CSharp it is a project property, but the corresponding property does not
|
| writing excel files | 13 Oct 2004 21:54 GMT | 14 |
Currently I'm using the Jakarta POI project to write data in Excel file format. Is there something equivalent available in .NET as we're thinking of converting to J#? Or, can I use third-party jar files in J#?
|
| J# and flat bed scanner | 13 Oct 2004 19:56 GMT | 3 |
Does anyone have any idea (0r knows where I can find some information on how to control a flatbed scanner with J#? Thank -
|
| J# vs Java? | 11 Oct 2004 18:36 GMT | 1 |
If I were to start learning Java, would J# be a suitable IDE to work with? I know it uses .NET instead of the Java VM...but what are the real advantages? And will I be able to use it as a tool while I am learning Java...or does J# differ from Java?
|
| How is "System.out.println" resolved to "java.io.PrintStream.print | 10 Oct 2004 20:01 GMT | 4 |
In a vjsharp project, in vj# code, when I reference System.out.println, how is this resolved to "java.io.printstream.println" ? Is it possible to achieve this within VB.Net code by referencing certain assemblies (e.g. vjscor, etc.) and importing certain namespaces?
|
| Serious bug on ternary operator: ExecutionEngineException | 10 Oct 2004 10:07 GMT | 2 |
The following program compiles fine bug generates an ExecutionEngineException at runtime: package TOBugJSharp; import System.Decimal;
|
| any new version for Supplemental UI Library for Visual J# ? | 10 Oct 2004 04:59 GMT | 6 |
Is there new version for Supplemental UI Library for Visual J# ? Thanks
|
| J# Zip Question | 09 Oct 2004 23:00 GMT | 3 |
Do you know or have any examples on how to get ZipOutputStream/ZipInputStream classes so it can compress/uncompress without writing to a file, I basically want to pass in a string so it gets compressed
|
| accessing MS SQL Server from J# | 09 Oct 2004 14:03 GMT | 1 |
Sorry for cross-posting but I had no luck in the jdbc driver group. Did anybody try to convert the MS JDBC driver for SQL Server to CLR with jbimp or ikvm, or if the developers have any intention to compile it for .NET? I'm looking for a solution to access SQL Server from the Java ...
|
| InvocationTarget Exception missing StackTrace | 09 Oct 2004 07:53 GMT | 1 |
We are executing a J# instance method via reflection that causes an exception to be thrown. The reflection API throws an InvocationTargetException however the details of the original exception contained within the
|
| is vjredist required if I don't import java.*? | 05 Oct 2004 18:40 GMT | 2 |
I'm wondering if the vjredist.exe is required for a .net application written in j# but without importing any "java" libraries. For example, would the following hello world program run on a computer with the regular .net framework installed?
|