Archived Months
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
December 2006
January 2007
February 2007
April 2007
July 2007
August 2007
all groups > vj# > march 2005

How to use JDK 1.4 functionnalities under .NET J# ?
Posted by Stéphane_Postollec at 3/31/2005 7:35:01 PM
Hi, I'm writing some code for transferring datas between a C++ code (as Server) and a J# code (as Client) with a Socket. It works well but i realize that the size of my receiving buffer (in the J# program) are very small. I use java.net.socket and i know that there is a function call Se...more >>


come faccio ad aggiornare il browser java??
Posted by Mirko at 3/27/2005 11:23:27 AM

Some pretty simple questions
Posted by 357mag at 3/25/2005 2:05:02 AM
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 that is not ...more >>

java.util.zip read help
Posted by HappyDude37 at 3/24/2005 8:53:04 PM
I am trying to use the zip stuff in vjslib in Visual C++ .NET 2003, but I'm having problems with the read(byte[], int, int) and read(byte[]) methods. For some reason, when I try (source code to put this in context is at bottom): zipStream->read(fileBytes); or zipStream->read(fileBytes, 0, fi...more >>

Java and COM DLLs
Posted by sharpshin89 at 3/24/2005 8:09:02 AM
Can someone on this forum tell me whether a COM DLL can be used in a Java program? Or how would a Java program be brought into J#? I would prefer to keep the main program platform-independent yet access a database whose database is a COM DLL. If you could point me to resources on this topic...more >>

J#/C# integration
Posted by Wizard1027 at 3/22/2005 12:45:59 PM
I'm trying to integrate some program logic written in J# with a C# GUI. Although there is a single entry point for the program (in the J# code), objects in each need to be able to instantiate and call methods on objects in the other. I'm having trouble finding a way to compile this code, and mor...more >>

error when import assembly compiled with jvc.exe
Posted by Radu Mirescu at 3/21/2005 1:09:04 AM
Hi! I've made a simplest java application. An empty class Test.java stored in package "saa.test". I've compiled it using jvc.exe /target:library /out:Test.dll. It was done fine. The Test.dll was created without errors. But when I tried to insert a reference to the Test.dll assembly an error ...more >>

Problems with java.sql in J#
Posted by Cpierswim at 3/19/2005 11:05:02 AM
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. String url = "jdbc:odbc:DRIVER={Micro...more >>



dll eredist package
Posted by alocin at 3/11/2005 2:23:02 AM
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 was written in j# or c# or vbnet). it's right ??? but, i saw my setup p...more >>

Java to J# - Enumeration problem
Posted by MattMcSpirit at 3/10/2005 1:11:03 PM
Hi guys, Im struggling with figuring out a way to make the following code work: public class traffic_light implements Runnable { enum trafficState { Stop, PrepareToGo, Go, PrepareToStop } public String name = ""; public traffic_light(String name) { this.name = n...more >>

"how Can Project Work On Any Machine Without Packages"
Posted by ViS_Liner at 3/10/2005 4:23:41 AM
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 users did not works on the language J#...or any Lanuages. Please...more >>

"how Can Project Work On Any Machine Without Packages"
Posted by ViS_Liner at 3/9/2005 7:15:53 AM
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 and other package for supports j#.. what i do?, should i send my project to anyone with CD h...more >>

Database Help
Posted by Cpierswim at 3/8/2005 8:21:02 PM
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?...more >>

J# Multiple main method problem
Posted by MattMcSpirit at 3/8/2005 9:09:09 AM
Hi there, 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, strangely_cycling_tr...more >>

Redirection in code
Posted by Dubh at 3/7/2005 1:59:08 PM
Is it possible to open a url on the client directly in code. I'm using the <command> parameter in skmmenu but I need to open a link on the client after processing the code called in <command>. It seems that it should be the simplest thing to do but I just can't figure it out. Can anyone help m...more >>

Who sends email to any mail with j# ?
Posted by ViS_Liner at 3/2/2005 6:32:53 AM
Hi I have no idia to write code that can done to sends Emial to any mail ...in j# any help would great ... -- ViS_Liner ------------------------------------------------------------------------ Posted via http://www.codecomments.com -------------------------------------------------...more >>

Using a C++ managed DLL in a J# module.
Posted by Stéphane_Postollec at 3/1/2005 1:44:21 PM
Hi, 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 : DLLModuleNativeC++_XX Next i want to use these DLL in another Module (a kind of wrapp...more >>


DevelopmentNow Blog