| Thread | Last Post | Replies |
|
| JbImp error: Couldn't find class 'java.awt.Paint' | 30 Sep 2004 13:42 GMT | 1 |
JbImp error: Couldn't find class 'java.awt.Paint' Unresolved class 'java.awt.Paint' is not also present in the CLASSPATH I am attempting to compile a java file in J# so that I can debug it. The java file references an Object that is defined in a JAR file. According to
|
| installing an app with a j# lib | 28 Sep 2004 20:34 GMT | 1 |
I have a j# lib in a vb.net application. the target computer didn't have vjslib.dll on it and the app failed. What needs to be installed on the target so that a j# application will run? thanks,
|
| Java vs. .NET | 23 Sep 2004 23:28 GMT | 2 |
How does Java measure up to DotNET? 1. Speed 2. Depth of Features (libraries/packages) Also, does support exist in the opensource community for DotNET
|
| J# behavior in regards to Regional Settings (HELP!) | 22 Sep 2004 07:56 GMT | 5 |
The following behavior when using J# vs. C# is really bothering me. When I have the regional settings on my workstation set to a non-US settings [to test software behavior for international users](eg: Danish); it seems that J# disregards the regional settings. Where-as
|
| openConnection() different in java & J# | 20 Sep 2004 18:24 GMT | 3 |
Following read function does not return in J#, while if following code is written in java, read() returns immediately. It looks in J# read() expects end of html tag.
|
| WinForms: System.exit() doesn't work from 'main' | 17 Sep 2004 13:55 GMT | 3 |
Quick question: I am writing a WinForms program that terminates itself from the 'main' method: public static void main(String[] args)
|
| 'VJ#' is not a supported language error | 16 Sep 2004 21:02 GMT | 1 |
This error occurs on one of our test servers with Win2k3/iis6. We have had J# web apps running on it before (a couple of weeks ago we were testing out another app without issue). However, this week we are recieving the following error:
|
| System.Windows.Forms from J# Browser Controls | 15 Sep 2004 16:18 GMT | 1 |
Does anybody know how to use .Net UI controls from JBC? Thank you in advance
|
| Use VJ# as a way to learn Java? | 13 Sep 2004 19:20 GMT | 13 |
I like the VS IDE interface. But I need to learn Java. Would you recommend using J# as a way to learn Java? If not, is there a comparable IDE out there? Thanks in advance,
 Signature Bill Johnson
|
| Java Applets | 09 Sep 2004 11:27 GMT | 1 |
Can you Create java applets in visual java? WStoreyII
|
| Performance of String allocation | 08 Sep 2004 23:18 GMT | 2 |
I have an application that allocates a large number of strings using the String(byte[] bytes, int offset, int length) constructor. A simple test case shows that string allocation is between one and two orders of magnitude slower in J# relative to JVM 1.4.
|
| Equivalent of enum in J# | 08 Sep 2004 12:04 GMT | 4 |
What is the equivalent of enum in J#
|
| Internal Compiler Error | 08 Sep 2004 11:54 GMT | 2 |
I am getting the following error while trying to compile a J# file Internal Compiler Error: f:\dd\vjsharp\sdk\bjdev\compiler\vjsc\codegen\attribute.cpp(219): Can any one help m Thanks
|
| sending byte array from vb.net to j# | 07 Sep 2004 12:57 GMT | 1 |
I have j# project that is transferring files with Ftp. The upload method is receiving the uploaded file as byte array. I?m trying to use the upload method from another project, vb.net project, but I can not send byte array because the byte in j# in sign and in vb.net
|
| VJ# compiler crashes on following code. | 06 Sep 2004 07:36 GMT | 2 |
Following Code in J# give me System.FormatException and the VJC Compiler crashes package ControlAccessibility public class MyFor extends System.Windows.Forms.Form
|