| Thread | Last Post | Replies |
|
| J# Multiple main method problem | 29 Mar 2005 22:50 GMT | 6 |
Im pretty new to Java and J#, however, ive produced 2 classes, found below, that simulate the changing of traffic lights. The first, traffic_light, prints a line in a console every second, each time changing the colour of the traffic light. The second class, ...
|
| Some pretty simple questions | 26 Mar 2005 08:51 GMT | 2 |
I'm completely new to Java but I have done some console programming using C++. I've tried using Sun's j2sdk1.4.2 along with Notepad but when I open the command window and enter the command to compile my program I always get errors, like it can't find the path specified or this or ...
|
| Problems with java.sql in J# | 22 Mar 2005 13:41 GMT | 3 |
I need to stick to regular java code in this program I'm making and I'm having trouble using the java.sql package. This is what this problem is: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") - Gives me a Class Not Found Exception.
|
| Socket.getLocalAddress() Fails | 21 Mar 2005 16:11 GMT | 8 |
I have a Java server application that opens a ServerSocket with just the port number -> new ServerSocket(12345, 50, null); I have also tested this with ServerSocket(12345, 50); In Java, when a Socket is returned from the accept() method (call it s for clarity), a call to s ...
|
| dll eredist package | 15 Mar 2005 22:18 GMT | 1 |
well, i got a project in c# referencing a dll originally written in j#. i suppose that in deployment, the target machine don't need j# redist package installation (in effect the dll is MSIL and the CLR don't know if it
|
| "how Can Project Work On Any Machine Without Packages" | 10 Mar 2005 19:41 GMT | 1 |
Thank you for reply, but the problem does not resolve, the size is very hiegh, the dotnetfx.exe not for support my program only but for supports too all lanuages as C# and Visual Basic.Net, Why for supports Stdio.Net? the
|
| Need help with DirectSound. | 10 Mar 2005 19:37 GMT | 3 |
I'm having trouble accessing the DSoundHelper object. I need to access the Guid variable Microsoft.DirectX.DirectSound.DSoundHelper.DefaultVoiceCaptureDevice When i try to compile, i get this error: 'D:\My Documents\Visual J# .NET
|
| Database Help | 09 Mar 2005 20:51 GMT | 1 |
I've never done a database before, and I need some help. How do I setup a Microsoft Access database (I only need a very lightwight one, I'm not doing anything fancy with it) and connect to it in my J# program?
|
| "how Can Project Work On Any Machine Without Packages" | 09 Mar 2005 19:28 GMT | 1 |
hi i have tow O.S one istalled stedio.net and thier packages, i have create my project which can already to run,the problem the project does not run on other O.S the message says : no framework
|
| Bug in ArrayList.toArray() method? | 08 Mar 2005 17:09 GMT | 4 |
We are writing a GIS application in C# and using Vivid Solutions’ Java Topology Suite converted to J# for our Computational Geometry library. I am receiving a null reference exception on the following line of code… object [] list = spatialIndex.query(new Envelope( minX + (ix * ...
|
| Using a C++ managed DLL in a J# module. | 03 Mar 2005 09:32 GMT | 4 |
First i will explain the architecture of my program. I use an old program which is composed of several modules in Native C++. All of these modules provides a DLL in Native C++. We can call them :
|
| simple SQL select statement 10x faster in J++ than in J#... why? | 03 Mar 2005 00:21 GMT | 2 |
I am seeing vastly different SQL performance numbers in a ported J# project vs. my old J++ code base. The problem seems to be ResultSet.getString() -- .getInteger() performs just fine. I saw some posts about setting sendStringParametersAsUnicode=false but that did not help in ...
|
| Who sends email to any mail with j# ? | 02 Mar 2005 20:34 GMT | 1 |
I have no idia to write code that can done to sends Emial to any mail ...in j# any help would great ... --
|