| Thread | Last Post | Replies |
|
| J# browser controls connectivity to SQL database | 10 Feb 2004 10:44 GMT | 1 |
I'm working on a project which have j# browser controls. It needs to connect to the database(SQL) and get some data, which must be displayed on the browser control. Does this need the use of any 3rd party tool or is there any method to use directly from the browser control itself ...
|
| ASP Remote Scripting | 09 Feb 2004 23:36 GMT | 1 |
I am a heavy user of remote scripting in my ASP pages. Some of my customers are now getting new PC's without MS JVM and pages with Remote Scripting work about 60% of the time. Will J# Browser Controls help me to fix this
|
| Applet, Client-side application, Web Form | 09 Feb 2004 23:31 GMT | 3 |
with the introduction of .net technology, it seems that client-side application, like appplet, is no longer encouraged, but web form is everywhere, whcih is server-side. but in some cases, client-side application is still very useful. in this connection, j++6.0 is very powerful in
|
| [Help] Major Help with J# | 09 Feb 2004 19:40 GMT | 7 |
This is my first post to this group so I apologoze if this has been answered before. I have been using jclass.chart for years now with VJ++6.0. I am new to J# and I would like to somehow use jclass in a J# project. I have looked a variuos posts and I can't seem to know what ...
|
| How to link a module in VSJ# | 09 Feb 2004 19:35 GMT | 13 |
I have an MSIL module which I would like to link into my VJ# project but Visual Studio refuses to recognize it. The module is being created by jbimp using the /t:module argument. If I use /t:library to create a DLL instead Visual Studio will accept DLL. This works fine
|
| Browsers special handling of EXE files | 09 Feb 2004 17:19 GMT | 8 |
I have an application similar in function a setup.exe app in that the user downloads it, uses it once and throws it away. The win32 version downloads and works perfectly but the .NET version does not. Oddly enough, the .NET version works perfectly using non-Microsoft browsers, it ...
|
| Vs.Net 2003 and VJ# | 08 Feb 2004 23:07 GMT | 3 |
since some day´s i upgrade my german vs.net 2002 to vs.net 2003. where can i get vj# that running under 2003. the only one i know runs under 2002. regards V.Weber
|
| Error: could not load type java.util.Arrays from vjslib | 06 Feb 2004 17:00 GMT | 3 |
I am working on an asp.net project using c#. One of the consultants implemented the excel spreadsheet using NPOI from apache.org. It has been converted to j# and compiled to dll. It works fine on my local machine; however, when we moved to production server, I got the ...
|
| j# Code Quality | 05 Feb 2004 20:17 GMT | 5 |
Is there any tool which tests the j# code quality? If anybody knows please help me out. Thanks
|
| Cannot start Service on a server configured as a member of a workgroup | 05 Feb 2004 20:12 GMT | 1 |
We created a Windows Service with J#. The service will start OK on computers that are a member of a domain, but when we try to start it on a server that is configured for a workgroup we get the following error in the event log:
|
| Help: J# Browser Control Deployment | 05 Feb 2004 05:18 GMT | 5 |
I am trying to develop J# browser controls. I have vs.net 2003 and have installed the j# runtime. My J# Controls do not work because for some reason, IIS returns an http 500 error whenever a dll file is accessed
|
| Missing MOUSE_MOVE events in queue | 05 Feb 2004 02:53 GMT | 1 |
Could someone show, where the problem is in the following code? Or there is a problem with J# AWT implementation What is the solution The sample given below works with any other JVM (including Microsoft JVM), except when ported to J# The problem, that the mouse move event does not ...
|
| by-passing proxy | 04 Feb 2004 18:04 GMT | 1 |
In JAVA I can by pass the proxy using these lines of code: System.getProperties().put( "proxySet", "true" ); System.getProperties().put( "proxyHost", "web-proxy" ); System.getProperties().put( "proxyPort", "8088" );
|
| SecurityException thrown by static array cctor | 04 Feb 2004 17:39 GMT | 3 |
I have J# DLL that I call from a C# executable. When I call a static function in the DLL, the constructor of the class throws a SecurityException when I run the program from a network share (Intranet Zone, I believe).
|
| How to get version info | 03 Feb 2004 17:52 GMT | 10 |
I would like to display system version info in the "About" box in my J# application. System.Version looks like a good candidate for the .NET version but how to you get an instance of System? And I have no clue how to get the version of the installed J# runtime. The Java version ...
|