Answer Questions
averatecman Does jsharp support incremental build?
Build a big jsharp project is too slow, jsharp doesn't support incremental build Hi, As of today, J# doesn't support Incremental build. Thanks. ...Show All
howe356 Problem:convert java class file to dll with Jbimp
Hi, I want to connect Joram JMS Server with .Net, I wrote a small java program "TestSend.java" , and it uses the APIs as jms.jar, jndi.jar and so on to send messages to the local JMS server with JNDI. Its source code is: --------------------------------------------------------------------- import javax.jms.*; import javax.naming.*; import java.util.Hashtable; public class TestSend { Hashtable jndiProps = new Hashtable(); ...Show All
hojjats java.lang.Math.hypot J# equivalent?
I'm a total newbie to J#, I'm a C# and VB.NET programmer. I know a bit about Java, but not at a professional level, and I need to convert a Java program to J#. The part that I'm stuck on is I need to find a J# equivalent method of: java.lang.Math.hypot Any ideas Also, I need to have the same exact results, not a result that is "close enough and will suffice." Thanks:) thanks, that worked like a charm:) ...Show All
DanUp How can i convert integer number into hexadecimal in J# ?
Hi This the first time for me at this forum, and i want to get started with a question How can i convert integer number into hexadecimal in J# Regards Younis Hi Younis, You can try using Static method of java.lang.Integer class: toHexString(int) Signature: String java.lang.Integer. toHexString(int) Example: System.out.println( java.lang.Integer .toHexString(1122)); Output: 462 Varun Visual ...Show All
GregVanDenHam Visual J# 1.1 not loaded after installing .NET Framework 2.0
Hi, I have a Microsoft Office Excel 2003 addin developed on .NET Framework 1.1 which uses Visual J# package. It works fine when Framework 1.1 and J# Redistributable 1.1 are installed. However, when I install Framework 2.0 along with Framework 1.1 , it gives me the following error: Could not load file or assembly "vjslib Version=1.0.3300.0, Culture=neutral,PublicKey Token=b03f5f7f11d50a3a" or one of its dependencies. The sam ...Show All
M Eifflaender porting Forte projects to j#?
How to get Forte form to j# I have java applications built in Sun Forte 3. Porting the java code is easy. Now I am stuck as to how to import, convert Forte java .form files into J# forms. Is there a way I can import the Forte java .form files into J# forms, so I can do the GUI Editing in J# studio as well ( I would very much to avoid the time consuming task of building the forms from scratch) I tried online help, Googl ...Show All
WebRevolution J# and SQL Server Problem
Hi, I am using SQL Server 2005 b2 and i want to integrate my J# project with SQL Server. .NET Platform compiles it. No problem there. But while i try to create assembly by referencing produced dll file, SQL Server gives that error: "Msg 6581, Level 16, State 1, Line 2 Could not find assembly 'vjscor.dll' in directory 'c:\'." What is the problem Thanks in advance... J# redist installed on "C:\WINDOWS ...Show All
BrunoR2 creating setup
I create the program, and now i want to share with other users, how to create setup for my program I think i tell needful thinks. ok .. I create the program, let's say it's dictionary. In my program is some images, some of them are in local resources some ir program resources. All i want just create a setup for my program, that user can install my program and use it. Did you follow above steps those steps will help you in creating ...Show All
melinjo Visual J#
Hello, I'm new to this software and new to programming itself but I do know a little bit of Java and Visual Basic. I was wondering though, what exactly is Visual J# Can someone please tell me and help me out. Hi, Welcome to J# J# is a powerful tool for Java-language developers who want to build applications and services on the Microsoft .NET Framework. You can find lots of useful information on our website a ...Show All
AntonioP Array of ArrayLists
In the program I am creating I have an array of arrraylists declared as such: ArrayList[] arr = new ArrayList[2]; This compiles with no problem by itself. Then later in the program I have the following code: arr[0].add("Test"); This compiles no problem as well. It isn't till I actually activate the code does it finally throw an error. The error reads NullReferenceException was unhandled: Object reference not set to an insta ...Show All
ink24 How do you read from and write to a file in Visual J#
I need help as soon as posible. My problem is that reading from a file in J# is different then in Java. I have looked all over the place and still hae not found out how to do this. I need the help for a Final project that is currently in progress. If any on can help I would really appritiate it. Hi, There are no of stream classes available in java.io package. Just import this package in your code file. You could use System.IO packag ...Show All
bankim Hit a bug
Hi; I am getting the following: Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Drawing.SafeNativeMethods.Gdip.GdipMeasureCharacterRanges(HandleRef graphics, String textString, Int32 length, HandleRef font, GPRECTF& layoutRect, HandleRef stringFormat, Int32 characterCount, IntPtr[] region) &nbs ...Show All
Jeff Patton J# noob :-p, How 2 submit a form
Hi ! I'm new to J# and now i have a question. I've made a form with some textfields en some buttons below it. Now I would like to have that with a click on a butten it submits the information into my database. What is de code behind the button TNX ! Willem Hi there ! I've now made a very simple program (in J#). It makes a connection with my MS Access database, it reads the data in it but won't save the data to it. ...Show All
Ankur gupta - How do you read and write to a file in Visual J#
I need help as soon as possible. I need help reading and writing to files, if any one can help I would be very happy. The reason for the need of help is that Visual J# uses a different code for reading and writing to files then in Java. Help on this issue is very much needed. I am in the middle of a final project that requires this information. If you are using Visual Studio 2005 Beta then you can get quick sample code sni ...Show All
Rick.H [J#] Problem with changing text in textBox & socket communication
Hello! I have a problem - I'm trying to create an application in J# (Visual Studio 2005) - it's connected with socket communication - 2 aplications - client and server. In console I didn't have any problems and I think that I understand the mechanism. But now I'd like to create my application in graphical environment (GUI). And here I have a problem. So what's the point - I have 3 classes: 1. Form1 2. Server (it extends Form1) ...Show All
